FloppyFw 1.0.9 PPPoE Howto -------------------------- Benoit Mortier opensides@caramail.com To use Floppyfw for an ADSL connection with PPPoe some settings must be made in the CONFIG file and ppp-up.ini Modify the CONFIG file in the external section : # EXTERNAL is a hook for booting a external startup script from a package. # the external script has to be in /etc/ext-up.init # OUTSIDE_IP=EXTERNAL in the next section you need to put you user id and password # The external script can need you to add your username and password, as # the PPPoE package does. This is where you can add that. USER_IDENT= USER_PASSWORD= next you must tell floppyFw wich device will be use for the internet connection here in our case it is eth0 # eth0 default device # OUTSIDE_DEV=eth0 not used so commented out # Not nescessary to set these if you are using DHCP # #OUTSIDE_NETMASK= #OUTSIDE_NETWORK= #OUTSIDE_BROADCAST= # Misc # These are not nescessary to set if you are using DHCP. # DEFAULT_GATEWAY=192.168.1.1 NAME_SERVER_IP1=212.100.160.51 NAME_SERVER_IP2=212.100.160.52 DOMAIN=opensides.com HOSTNAME=spirou Modify the ppp-up.ini file #Change the following to PPP or PPPOE CONNECT_TYPE=PPPOE put pre-ppp.ini ppp-up.ini pppplus.bz2 pppoe.bz2 in the /packages directory that's it