Skip to content

Instantly share code, notes, and snippets.

@aredridel
Created October 28, 2011 02:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aredridel/1321472 to your computer and use it in GitHub Desktop.
Save aredridel/1321472 to your computer and use it in GitHub Desktop.
PPP configuration for CentOS and PPPoA
# this file goes in /etc/sysconfig/networking/profiles/default
NAME=ppp0
BOOTPROTO=dhcp
TYPE=Modem
AC=off
BSDCOMP=off
VJCCOMP=off
CCP=off
PC=off
VJ=off
PEERDNS=no
IDLETIMEOUT=600
DEFROUTE=no
PERSIST=yes
PPPOPTIONS="plugin pppoatm.so debug 0.32"
DEMAND=no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment