Martin Dommermuth <[EMAIL PROTECTED]> writes:

> Is it right that with the in-kernel PPPoE driver in OpenBSD 3.7
> the file /etc/ppp/ppp.linkup it not executed on reconnect? 

Yes, the files in /etc/ppp/ belong to the pppd.

> Is there another file ?

No, really nothing else than /etc/hostname.pppoe0. If you need
something special (eg. dynamic DNS) you could create a process which
is observing this interface.

>
> Thanks,
> MartinD:
>
> My file looks like this:
> (without the line break)
>
> MYADDR:
> !bg sh -c "/usr/local/bin/ez-ipupdate 
> --config-file /etc/ez-ipupdate.conf"
>
> For testing I also included an entry like
> !bg sh -c "/usr/bin/touch /tmp/likup.done"

Reply via email to