Hi Duncan,

a few weeks ago I had the same Problem (known for 0.99.1) and I have
now installed a workaround which Lourdes Jones told me from (many
thanks to him).

You'll easily manage the problem with the option

addroute /etc/diald/<...>/diald.addroute

in your diald.conf.

The script diald.addroute has the following contents:

------------------------------------------------------------
#!/bin/sh

# set up a default route for diald
# arguments: iface netmask local-ip remote-ip 0 0
# export PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin

route add default dev $1
------------------------------------------------------------

Search the manual for the 'addroute' option for additional information. 

Regards

Tom



-
To unsubscribe from this list: send the line "unsubscribe linux-diald" in
the body of a message to [EMAIL PROTECTED]

Reply via email to