|
Your routing problem is a basic issue that the host has a default gateway that points to a router/gateway that is not the right one. There are numerous ways to solve this, depending on the routing requirements.
If you are coming into the host via the second router from specific IP addresses or subnets; you simply add a static route that points at the second routers (host side) IP address (gateway) for the subnets/IPs.
This is done with the <B>ifconfig</b> command. The exact syntax of ifconfig is machine dependent, so check your man page on this command.
In a nutshell, you must tell the box you are telnetting into how to return the packets based on destination address (of the returning packets) coupled with the IP address of the gateway. This is called static routing and it the best way to go.
You need to understand (1) static routing and (2) the ifconfig command on your system.
|