Link to home
Start Free TrialLog in
Avatar of david_m_jacobson
david_m_jacobsonFlag for Afghanistan

asked on

modem and router port forwarding

I am having some router networking issues...here is my configuration:

I have a DSL modem at 192.168.254.254. I configured port forwarding for ports 22 and 1521 to route to 192.168.254.1.

I have a router at 192.168.0.1.  I have port forwarding configured to forwarding ports 22 and 1521 to 192.168.0.50.

I have a linux server at 192.168.0.50.

When I use PuTTY to SSH on port 22 to the linux server I get a prompt to login to the linux server but it does not allow me to login.  I get an error message that access is denied.

So it looks like traffic is getting to the linux server but the linux server is not allowing me to login.

Note that I am able to login if I am on the local network and use SSH to connect to 192.168.0.50.  I only have a problem if I try to connect to the linux server using the public IP address.

Do you know what I can change to allow access to the linux server?

Note that I am confused about how traffic gets from 192.168.254.1 to 192.168.0.1.  The default gateway is 192.168.0.1.  I am not able to set the port forwarding in the DSL modem to 192.168.0.1.  If I try I get the error message "NAPT server IP address is not a valid host LAN address."

Can you point me to a log file on the linux server that explains why it's rejecting the login from the public IP address?

Can you tell me how to either configure the linux server or the network to allow logins from the public IP address?  Note that this was working at one point.  I believe a tech support person from the router company had me change my network IP address and after that I was not able to connect to the linux server through the public IP address.
ASKER CERTIFIED SOLUTION
Avatar of hypercube
hypercube
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of david_m_jacobson

ASKER

I don't follow everything stated above. In the SpeedStream 4300 DSL Modem configuration in the Host Configuration I see the Default Gateway set to an empty field and I see a checkbox that is checked to indicate "Use WAN."

In the DHCP Configuration of the DSL modem I see DHCP enabled, "Start IP Range" set to 192.168.254.1 and the "End IP Range" set to 192.168.254.253.  Then I see the Default Gateway set o 192.168.254.254.

Note that I have two physical devices: a SpeedStream 4300 DSL modem and an Encore router.  The DSL modem is plugged into the Encore router.  The linux box is plugged into the Encore router.

I don't understand how to configure 192.168.254.1.

Separately, I have a Windows PC connected to the Encore router.  When I enter "ipconfig /all" from a DOS prompt on the Windows PC I see the DNS server, Default Gateway, and DHCP Server all set to 192.168.0.1.

When I log into the admin tool for the Encore router I see the WAN Settings section with the IP address set to 192.168.254.1 and the Default Gateway set to 192.168.254.254. In the LAN Settings section of the Encore Router I see the IP address set to 192.168.0.1 and DHCP enabled.

Does any of this information help? I'm not sure I followed your suggestion.  I think you are suggesting setting the DSL Modem to forward incoming requests on port 22 to port 999 on the Encore router.  Then I should configure the Encore router to forward incoming requests on port 999 to port 22 on my linux server at 192.168.0.50.  Is that correct?
Sorry I didn't respond sooner.  Thanks for the points!

Yes that's the idea and it sounds like it worked!  Good.

I wasn't trying to suggest any particular port numbers .. those were just examples.  You'd want to avoid "well known" port numbers.