Quote:
I think that the line for your gateway should look like:
Code:
default 59.93.0.1 0.0.0.0 UG 0 0 0 ppp0
ppp0 Link encap:Point-to-Point Protocol
inet addr:59.93.20.100 P-t-P:59.93.0.1 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
RX packets:734 errors:0 dropped:0 overruns:0 frame:0
TX packets:773 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:336733 (328.8 KiB) TX bytes:96059 (93.8 KiB)
|
The following is the ip route output:
59.93.0.1 dev ppp0 proto kernel scope link src 59.93.20.100
192.168.1.0/24 dev eth0 proto kernel scope link src 192.168.1.2
169.254.0.0/16 dev eth0 scope link
127.0.0.0/8 dev lo scope link
default via 192.168.1.1 dev ppp0
line for gateway can be chaged by
ip route change default via
address dev ppp0
The
address should be the inet addr or P-t-P ? I am using a DSL modem. Please help.