Default Gateway Requirements
I recently had a server providing telnet service to a local area network. An external connection was required, and therefore port forwarding on the master router needed configuration. I forwarded telnet to the local IP of the server, but a telnet connection could not be established. This was because the server did not see the router as the default gateway.
The server must see the router, which requires the following command for a temporary solution:
route add default 192.168.0.1
Where 192.168.0.1 is the local IP address of the router. Depending on how often the server restarts you may have to set the default router permanently. Although if the server is never expected to restart then the temperatory solution will act as a pseudo permanent solution.
no comments yet.
Mediawiki cite and reference like Wikipedia »« Chicken and the Egg - New College Graduates






