"R. Kuijvenhoven" wrote:
> If I am not mistaking, with dynamic ip, the ppp address isn't necessarily
> the same every time a connection is made. What is the right way to handle
> this?

Add your rules to the file /etc/ppp/ip-up.local (which you will create
:)

When pppd "ups" an interface, it will execute that script (so make sure
it's executable) with the following arguments:
INTERFACE=$1
DEVICE=$2
SPEED=$3
LOCAL_IP=$4
REMOTE_IP=$5

MSG


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to