Skip to content

Instantly share code, notes, and snippets.

@ysarro
Created January 31, 2011 16:20
Show Gist options
  • Save ysarro/804287 to your computer and use it in GitHub Desktop.
Save ysarro/804287 to your computer and use it in GitHub Desktop.
PPPoE on FreeBSD
/etc/ppp/ppp.conf
default:
set device PPPoE:<interface connected to modem>:<profile name>:
<profile name>:
set authname <pppoe username>
set authkey <pppoe password>
add default HISADDR
-----
/etc/rc.conf
ppp_enable="YES"
ppp_mode="ddial"
#ppp_nat="YES"
ppp_profile="<profile name>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment