On Tue, 25 Apr 2000, Kevin wrote: > Well apparently my art career wasnt as promsing as I thought. I'll try > again: > > internet ->eth0 -> 38.185.233.175 -> eth1 -> box1 (38.185.233.176) and box2 > (38.185.233.177) > > -Kevin > >
I'm not sure why you need the router. Your two machines are on the same IP subnet, which is an Ethernet LAN (I'm assuming this, you haven't provided the netmask of the network which is necessary to determine this). Normally, in an IP network, each network has a separate IP network address (which is defined by the netmask). The router forwards IP datagrams between the two networks. In setting up your network, you should have two separate IP network addresses for the two networks in the router machine. Its two interfaces are 38.185.233.175 and 38.185.233.176 which appear to be in the same IP network address space. The second interface (eth1) should be in another IP address space. I could help a little more if you were to explain a little more the details of the 'internet' and why you don't want to put both machines on that LAN.