david carrasco <dacar...@gmail.com> wrote: > answer your question, > i believe the problern is static routing setting on all > cable is okey > please help, with set up static client,gateway, and router (dsl ext) > > On gateway start "tcpdump -i xl1 > ************************************************************************ > gateway.my.domain (192.168.0.1) at 00:60:97:be:ca:2a on xl1 static > ? (192.168.1.1) at 00:1d:0f:fc:95:de on xl0 > ************************************************************************* > > > then on client start "ping > > 192.168.0.1". Do you see the packets? > ///////////////////////////////////////////////////////////////////////////////////////////////////////////// > --- 192.168.0.1 ping statistics --- > 3 packets transmitted, 0 packets received, 100.0% packet loss > /////////////////////////////////////////////////////////////////////////////////////////////////////////////// > > > After you stop the ping run "arp -a" on both client and gateway. > > Do you see an entry for the other host? > in gateway > **************************************************** > gateway.my.domain (192.168.0.1) at 00:60:97:be:ca:2a on xl1 static > ? (192.168.1.1) at 00:1d:0f:fc:95:de on xl0 > **************************************************** > > > in client > /////////////////////////////////////////////////////////////////////////////// > nothing out screen > ///////////////////////////////////////////////////////////////////////////////
I am having a hard time following what you are saying. On the gateway run "ping 192.168.0.10" when you stop that run "arp -a" in the output you should see one of thease lines: This one means your layer 2 such as cable is broken. ? (192.168.0.10) at (incomplete) on xl1 This one means your layer 3 such as packet filter is broken. ? (192.168.0.10) at 00:0c:76:bb:00:5a on xl1 But as another subscriber noted: vr0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 media: Ethernet autoselect (none) status: no carrier and xl1: flags=8a43<UP,BROADCAST,RUNNING,ALLMULTI,SIMPLEX,MULTICAST> mtu 1500 media: Ethernet autoselect (none) status: no carrier which means neither your gateway or your client has a working cable. Are you using a switch or are these machines connected to each other with a direct cable? If you are using a direct cable you will need a crossover cable as 100baseTX does not support auto MDI/MDI-X.