I've been trying to get diald going (again) on my system.

It used to work on RedHat 6.0 (or was it 5.2) -- but now, with RedHat
6.2, running pppd 2.3.11 (and using the latest diald, 0.99.4), I have
the problem that pppd complains about not being allowed to use the
dynamically assigned IP address when I dial in to my ISP.

If I call up pppd with the same command line as diald uses, just "by
hand", everything seems fine as long as diald is not running. If, however,
I start up diald, and then either let diald initiate the call to pppd --
or simply if I just call pppd again "by hand" -- it doesn't work.

The message I get from pppd is as follows:

   "Peer is not authorized to use remote address 195.47.148.121"

(or whatever the remote address is).

Any hints?

I have the "dynamic" option in my /etc/diald.conf file -- which is otherwise
plain vanilla (see below).

Rgds,


-- Per.


----------------- pppd command line, when called by hand -----------------

pppd -defaultroute -detach modem crtscts mtu 1500 mru 1500 \
    user xxx remotename ppp0 \
    connect "chat -f /etc/ppp/chat.get2net" /dev/modem debug


------------------ copy of diald.conf -------------------------

# Global options
mode ppp
accounting-log /var/log/diald.log
fifo /usr/lib/diald/diald.ctl  
pppd-options user xxx remotename ppp0

# Device configuration
connect "/usr/sbin/chat -f /etc/ppp/chat.get2net"
device /dev/modem
speed 57600
modem
lock
crtscts
local 192.168.1.1
remote 192.168.1.2
dynamic
defaultroute
noauth
include /usr/lib/diald/standard.filter

# Timeouts
redial-backoff-start 4
redial-backoff-limit 300
dial-fail-limit 15 


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

Reply via email to