> However we cannot get connectivity to the rest of our network.
> We added a static ip telling the network that to get to 147.110.49.17
> you must go through 147.110.49.18 and it worked out perfect. We can now
> telnet to our Linux partition whithout any problems. We dont want to use
> static ip on the 2216, Is there anyway that we can achieve the same
> configuration(working one) without putting a static ip.

No. The rest of your network must know how to reach the network you have
behind the CTC connection. You have 3 options:

1) insert a static route for the network behind the CTC in your routers
2) run proxy ARP on the VM stack controlling the real network interface
3) run a dynamic routing protocol on the Linux and VM sides that updates the
routers that form the rest of your network.

Without one (or more) of these three options, the rest of your network will
not be able to communicate with the Linux guest. Option 3 is the preferred
option.

-- db

Reply via email to