Hello, I have a ppp-up script which build up the connection to my provider. It is working very well. Now I want to use diald to start pppd on-demand and have some problems: ----------- #!/bin/sh diald /dev/ttyS0 -m ppp local 127.0.0.1 remote 127.0.0.10 defaultroute modem crtscts dynamic connect "ppp-up NetCologne debug" disconnect ppp-down ---------- This was the script to start diald and I receive following: Mar 7 10:51:47 noodle pppd[252]: Connect: ppp0 <--> /dev/ttyS0 Mar 7 10:51:48 noodle pppd[252]: Remote message: Mar 7 10:51:48 noodle pppd[252]: local IP address 194.8.195.214 Mar 7 10:51:48 noodle pppd[252]: remote IP address 194.8.216.209 Mar 7 10:51:48 noodle pppd[252]: ppp not replacing existing default route Mar 7 10:52:16 noodle diald[243]: Connect script timed out. Killing script. Mar 7 10:53:16 noodle diald[243]: child process 251 terminated with signal 9 OK what changes does diald do with the default route? It works with ppp-up, so why do I encounter problems here? Thanks Stefan - To unsubscribe from this list: send the line "unsubscribe linux-ppp" in the body of a message to [EMAIL PROTECTED]
