On Sun, 2003-09-28 at 17:26, Nick Rout wrote: > My alcatel speedtouch home (home) is at 10.0.0.138. > ipcop has two nics, 10.0.0.1 (attached home) to and 192.168.2.254 > (attached to the lan of course). > > I can ping home from ipcop. > I need to telnet and http into home from the lan (there is no telnet > client or server or http client on ipcop). > I can ping 10.0.0.1 from lan, but I cannot ping or telnet to home (by IP > address). > > /proc/sys/net/ipv4/ip_forward is 1 on ipcop. > > route -n on ipcop (with no pptp connection up) gives: > > 192.168.2.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 > 10.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 eth1 > > I am thinking there may be a firewall rule on ipcop preventing access > beyond eth1 (which generally leads nowhere, the connection to the > internet is on ppp0 (which gets pptp'd to home). > > any ideas?
Try adding a route to your desktop box like this # /sbin/route add -net 10.0.0.0 netmask 255.255.255.0 gw 192.168.2.254 -- Rob Stockley <[EMAIL PROTECTED]>
