Hey all I have PPPoA to premesis and I want to run it in PPPoE mode so I can get a public ip on my gateway, the hardware in question is thus: http://www.draytek.co.uk/products/business/vigor-120 which is known working with freebsd and PPPoE/A,I am trying to use the following ppp.conf:
The output from PPP is so:
https://paste.ee/p/9lVTK
The modem config is like so:
https://1drv.ms/f/s!AkvwG6Qrk79xnHlOk1faMnd0Z5Zr
Code:
default:
set log all# you can add more detailed logging if you wish
set ifaddr 10.0.0.1/0 10.0.0.2/0
origin:
set device PPPoE:hn4 # replace xl1 with your Ethernet device
set dial
set login
# add default HISADDR
set authname MyUser@MyIsp.TLD
set authkey MyPass
The output from PPP is so:
https://paste.ee/p/9lVTK
The modem config is like so:
https://1drv.ms/f/s!AkvwG6Qrk79xnHlOk1faMnd0Z5Zr