I need help on diald.

Error message in /var/log/messages:
     Serial connection established.
     Using interface ppp0
     Connect: ppp0 <--> /dev/modem
     not replacing existing default route to sl0 [0.0.0.0]
     local IP address 202.188.59.84
     remote IP address 202.188.61.88
---------------------------------------------

When I run diald, I got the message above. The problem is I cannot "ping"
to other network eg: yahoo.com. What is the problem?
Please help.

I have attached the /etc/diald.conf and route -n status.

Thank You,
Jim L.
Routing table before the modem connected to the ISP.

Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
192.10.10.0     0.0.0.0         255.255.255.0   U      1500 0          0 eth0
127.0.0.0       0.0.0.0         255.0.0.0       U      3584 0          0 lo

Routing table after the modem connected to the ISP.

Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
192.10.10.102   0.0.0.0         255.255.255.255 UH     1500 0          0 sl0
202.188.4.53    0.0.0.0         255.255.255.255 UH     1500 0          0 ppp0
192.10.10.0     0.0.0.0         255.255.255.0   U      1500 0          0 eth0
127.0.0.0       0.0.0.0         255.0.0.0       U      3584 0          0 lo
0.0.0.0         0.0.0.0         0.0.0.0         U      1500 0          0 sl0

#/etc/diald.conf
mode ppp
connect /etc/ppp/scripts/dialtm-d
accounting-log /var/log/diald.log
device /dev/cua1
debug 
modem
lock
crtscts
local 192.10.10.1
remote 192.10.10.102
dynamic
defaultroute
include /usr/lib/diald/standard.filter

Reply via email to