Connect to PPPoE internet

When setting up my router I enter only PPPoE username and password
I don’t know exactly what to write in /etc/ppp/ppp.conf
ttk:
set login
set authname 471000148
set authkey MyKey
enable dns

root@:~ # ppp ttk
Working in interactive mode
Using interface: tun3
ppp ON localhost>


What next ?
 
When setting up my router I enter only PPPoE username and password

Well, the Berkeley wants a bit more details. ;)
You should have some network card that is connected to your provider. Then you need to attach the PPP to that card:
set device PPPoE:fxp3
In case Your provider uses a VLAN tag -that needs to be figured out, mine does- it will need a vlan device in between also.
 
Back
Top