You must recompile user ppp with ATM enabled:

cd /usr/src/usr.sbin/ppp/ppp/
vi Makefile
remove line NOATM= /usr/include/netnatm required
then run make && make install

then ppp -dedicated adsl

this is explained here:
http://damien.bergamini.free.fr/ueagle/ppp.html
(just skip the "synchronizing the modem" section
which is outdated).

Regards,
Damien

| That gives me:
| /etc/ppp:4365$ sudo ppp adsl
| Working in interactive mode
| Warning: iface rm: ioctl(SIOCDIFADDR_IN6,
| fe80:8::250:4ff:fe5d:1022/64): Can't assign requested address
| Using interface: tun1
| Command: adsl: set device PPPoA:ueagle0:8.35
| Command: adsl: set authname [EMAIL PROTECTED]
| Command: adsl: set authkey ********
| ppp ON saltkudde> dial
| Command: /dev/tty: dial
| Warning: deflink: Device (PPPoA:ueagle0:8.35) must begin
| with a '/', a '!' or contain at least one ':'
| 
| ----
| /etc/ppp:4366$ cat ppp.conf
| default:
| set log Phase Warning
| add! default HISADDR
| set ifaddr 0.0.0.1/0 0.0.0.2/0 255.255.255.0 0.0.0.0
| set login
| 
| adsl:
| set log local CCP Command DNS IPCP LCP TCP/IP Warning
| set device PPPoA:ueagle0:8.35
| set authname "[EMAIL PROTECTED]"
| set authkey nytt95
| # enable lqr
| # enable dns
| # disable ipv6cp
| # set reconnect 10 100

Reply via email to