Click to See Complete Forum and Search --> : Help on routing


ztopher
04-04-2003, 11:59 AM
Hi


I have rp-pppoe-3.5.1 installed on my redhat 7.1 linux box. I can connect using the adsl-start script. But i cannot ping an external ip unless I pass the -I parameter to the ping command:

$ping <ip-address> -I eth0

also I cannot ping via hostname, it seams to be something funny with my routing table but I am not sure. please give me some advise

Cheers

Ztopher

Mr.Wireless
04-04-2003, 12:42 PM
Post your routing table rules for us to see please

ztopher
04-04-2003, 12:59 PM
My routing table looks like this


$route -n

Destination Gateway Genmansk ... Iface
81.224.88.1 0.0.0.0 255.255.255.255 ppp0
192.168.2.0 0.0.0.0 255.255.255.0 eth1
192.168.0.0 0.0.0.0 255.255.255.0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 lo
0.0.0.0 192.168.0.1 0.0.0.0 eth0

ztopher
04-04-2003, 01:17 PM
Sorry it got a little bit messy I try again


$route -n


Destination Gateway Genmansk Iface
81.224.88.1 0.0.0.0 255.255.255.255 ppp0
192.168.2.0 0.0.0.0 255.255.255.0 eth1
192.168.0.0 0.0.0.0 255.255.255.0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 lo
0.0.0.0 192.168.0.1 0.0.0.0 eth0

Hope this is better

/Ztopher

Magueta
04-04-2003, 07:48 PM
If you want to keep formatting for something like your route table you can use the "["code"]" "["/code"]" tags without the quotes.

Joe