I am trying to get diald 0.99 working with Redhat 6.0. I compiled
it, installed it, and started it up. It seems to be working except that 
every time it connects, I get the folowing error message:

judah diald[5533]: start ppp0: SIOCSIFMETRIC: Operation not supported.

        Here is my diald.conf file:


# 
# diald.conf for anathoth
#
# Select the demand dial rules you want
# Bring the link up for anything, timeout in seconds. Use this for 
# when the computer has its own phone line
# accept any 420 any
# Use the filter file that comes with diald.  This can be a bit drastic, 
# so use the filter below
# include /usr/lib/diald/standard.filter
# or use the filter that brings the link up for use on a line shared with
# a phone
include /etc/diald/phone.filter

# stuff to set up the diald connection
accounting-log /var/log/connect_statistics
device /dev/modem
# debug 31
speed 115200
lock
mode ppp
# We may get another terminal server, thus use
# 'dynamic' and do not tell PPP the IP number of the other end
# For use with gated, comment out the 'dynamic' option, and
# set remote to be the same as local
dynamic
local 10.0.0.1
remote 10.0.0.2
# pppd-options name anappp :
# Delay sending packets for 5 seconds after PPP device opens - 
# this allows routes to be established back to the appropriate dialup server.
up-delay 5
defaultroute    
modem
crtscts
connect /etc/diald/connect
disconnect /etc/diald/disconnect
redial-timeout 5
fifo /etc/diald/diald.ctl
# restrict 9:00:00 17:45:00 1 * *
# or-restrict 9:00:00 17:45:00 2 * *
# or-restrict 9:00:00 17:45:00 3 * *
# or-restrict 9:00:00 17:45:00 4 * *
# or-restrict 9:00:00 17:45:00 5 * *
# up

        Can anyone tell me what's wrong here?

Thanks.

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

Reply via email to