Link to home
Start Free TrialLog in
Avatar of jjbarnsley
jjbarnsley

asked on

Netstat -rn

Can anyone help me translate this... I've got a connectivity problem
after switching to ADSL using ppoe.

I'd like to know if what each line looks ok, or if there is potential problem.
Specifically traffic from internal eth1 is being forwarded out my eth0 external ip?

root@som:~> netstat -rn
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
61.111.23.43   0.0.0.0         255.255.255.255 UH        0 0          0 ppp1
63.23.32.65     0.0.0.0         255.255.255.0   U         0 0          0 eth0
192.168.1.0     0.0.0.0         255.255.255.0   U         0 0          0 eth1
127.0.0.0         0.0.0.0         255.0.0.0       U         0 0          0 lo
0.0.0.0            61.111.23.43    0.0.0.0         UG        0 0          0 ppp1

thanks.

John
Avatar of danandita
danandita

Could you please more specific about your connectivity problem?
Your routing table looks fine for standard ppp client.
Cc: what is the problem?
ASKER CERTIFIED SOLUTION
Avatar of wesly_chen
wesly_chen
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jjbarnsley

ASKER

thanks for your comments.