hello, i thought about what i said earlier and i was mistaken. i was confused because my setup uses a router that is on the lan network, and you use a pp0 link to the internet. hope i didnt get you too far off track see ya randy now i will try to help some more :) if you type 'ifconfig' do you show any packets sent ================================================================= [root@xxxxxx root]# ifconfig eth0 Link encap:Ethernet HWaddr zz:zz:zz:zz:zz:zz inet addr:192.168.1.005 Bcast:192.168.0.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:4509984 errors:1 dropped:0 overruns:28 frame:1 TX packets:13267930 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100 RX bytes:1150515349 (1097.2 Mb) TX bytes:620323326 (591.5 Mb) Interrupt:5 Base address:0xc400 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:1121395 errors:0 dropped:0 overruns:0 frame:0 TX packets:1121395 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:187253317 (178.5 Mb) TX bytes:187253317 (178.5 Mb) =================================================================== > when you look at your routing table > your default route, > the one with 0.0.0.0 > is using your ppp0 device > > you need to add a default route that uses eth0 > > hope this gets you on the right track > > see ya > randy > > > > >> I am trying to get my LAN up but no joy. >> I cannot ping locally, and local machines cannot ping me. >> >> route add -net 192.168.0.0 netmask 255.255.255.0 eth0 >> ifconfig eth0 192.168.0.1 netmask 255.255.255.0 up >> >> route -n shows >> [root@xxxxx root]# route -n >> Kernel IP routing table >> Destination Gateway Genmask Flags Metric Ref >> Use Iface 203.53.253.31 0.0.0.0 255.255.255.255 UH 0 >> 0 >> 0 ppp0 192.168.0.0 0.0.0.0 255.255.255.0 U 0 >> 0 >> 0 eth0 192.168.0.0 0.0.0.0 255.255.255.0 U 0 >> 0 0 eth0 169.254.0.0 0.0.0.0 255.255.0.0 U >> 0 0 0 lo 127.0.0.0 0.0.0.0 255.0.0.0 U >> 0 0 0 lo 0.0.0.0 203.53.253.31 0.0.0.0 >> UG 0 0 0 ppp0 >> >> any thoughts kind recieved, >> Kevin