Re: ppp.conf for ueagle and pppoa

2006-12-01 Thread Stefan Olsson
On Wed, 29 Nov 2006 11:46:00 +0100, "Przemyslaw Nowaczyk" <[EMAIL PROTECTED]> said: > On Wed, Nov 29, 2006 at 08:27:14AM +0100, Damien Bergamini wrote: > > You must recompile user ppp with ATM enabled: > > > > cd /usr/src/usr.sbin/ppp/ppp/ > > vi Makefile > > remove line NOATM= /usr/include/netnat

Re: ppp.conf for ueagle and pppoa

2006-11-29 Thread Przemyslaw Nowaczyk
On Wed, Nov 29, 2006 at 08:27:14AM +0100, Damien Bergamini wrote: > 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

Re: ppp.conf for ueagle and pppoa

2006-11-28 Thread Damien Bergamini
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 th

Re: ppp.conf for ueagle and pppoa

2006-11-28 Thread Stefan Olsson
- Original Message - From: "Damien Bergamini" <[EMAIL PROTECTED]> Sent: Tuesday, November 28, 2006 7:26 AM The "route" command is only necessary for plain IPoA. For PPPoA, ppp will create the route for you. Just put: set device PPPoA:ueagle0:8.35 in your ppp.conf file. That gives

Re: ppp.conf for ueagle and pppoa

2006-11-27 Thread Damien Bergamini
Hi, The "route" command is only necessary for plain IPoA. For PPPoA, ppp will create the route for you. Just put: set device PPPoA:ueagle0:8.35 in your ppp.conf file. And make sure to copy the firmware files (which are not freely redistributable) in your /etc/firmware/ directory. You can fi

ppp.conf for ueagle and pppoa

2006-11-27 Thread Stefan Olsson
Hello, I've got my Sagem 800 to be recognized properly by uncommenting the ueagle* and NATM lines and rebuild the kernel, but the man-pages for ueagle and ppp.conf are kind of confusing. -In the ueagle(4) it says to use "route" to create a PVC, but I don't understand how to use this information i