Configure ppp/pppoe in FreeBSD with standart facility

[root@gw /]# cat /etc/ppp/ppp.conf | grep -v -e "^#"
default:
set log Phase tun command

isp-name:
set device PPPoE:rl0
set authname your_login
set authkey your_password
set dial
set login
add default HISADDR

[root@gw /]# ppp -ddial isp-name

No comments:

Post a Comment