Hello everyone,
I am trying to set up the following configuration
ppp0---->linuxbox1--(192.168.0.31 eth0)---->(192.168.0.30
eth0)--->linuxbox2----->ppp0---->internet
(Note eth0 is just a cable connecting the 2 boxes via 3com ethernet cards)
Now after connecting to Linux Box1 via ppp0 I have gave the route -n
command and got the following results:
Linuxbox1
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.0.31 0.0.0.0 255.255.255.255 UH 0 0 0 eth0
192.168.0.30 0.0.0.0 255.255.255.255 UH 0 0 0 eth0
192.168.0.21 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
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 192.168.0.31 0.0.0.0 UG 0 0 0 eth0
-----------------------------
I can ping 192.168.0.31 but not 192.168.0.30
When I connect to Linuxbox2 using ppp1 (not shown above) and do a route -n,
I get the following results:
Linuxbox2
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.0.31 0.0.0.0 255.255.255.255 UH 0 0 0 eth0
192.168.0.30 0.0.0.0 255.255.255.255 UH 0 0 0 eth0
192.168.0.1 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
192.168.0.21 0.0.0.0 255.255.255.255 UH 0 0 0 ppp1
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 0.0.0.0 0.0.0.0 U 0 0 0 ppp0
0.0.0.0 192.168.0.1 0.0.0.0 UG 0 0 0 ppp0
-----------------------------
I can ping 192.168.0.30 but not 192.168.0.31
I get the following message in Linuxbox1 /var/log/messages
May 10 13:50:27 linux kernel: eth0: transmit timed out, Tx_status 00 status
2000 Tx FIFO room 1512.
May 10 13:51:17 linux last message repeated 2 times
------------------------------
I have read the How To and followed the instructions given there but can
anyone tell me what I seem to have missed out or where to look for an
answer to my problem.
Thanks and regards
Rajiv
-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]