SVN: rc-scripts/trunk/sysconfig/interfaces/ifcfg-ppp0.pppoe

glen glen at pld-linux.org
Thu Feb 14 16:23:30 CET 2008


Author: glen
Date: Thu Feb 14 16:23:29 2008
New Revision: 9346

Added:
   rc-scripts/trunk/sysconfig/interfaces/ifcfg-ppp0.pppoe
Log:
- add config i used for adsl setup

Added: rc-scripts/trunk/sysconfig/interfaces/ifcfg-ppp0.pppoe
==============================================================================
--- (empty file)
+++ rc-scripts/trunk/sysconfig/interfaces/ifcfg-ppp0.pppoe	Thu Feb 14 16:23:29 2008
@@ -0,0 +1,29 @@
+# name of the device
+DEVICE=ppp0
+
+# add the password in /etc/ppp/chap-secrets
+PAPNAME=adslusername
+
+AUTH=no
+IPV6_PPP=no
+PPPOE_DEV=eth1
+PPPOE_KERNEL=yes
+#PPPOE_OPTS="persist"
+HARDFLOWCTL=yes
+DEBUG=no
+PERSIST=no
+HOLDOFF=10
+DEMAND=no
+DEFROUTE=yes
+PEERDNS=yes
+
+# you may select which of the above addresses
+# is primary for this interface (it'd be IPADDR1 in the example below)
+#IP4_PRIM_IF="1"
+
+# activate on boot? yes|no
+# you must set it to 'yes' if you want to have this up after bootup
+ONBOOT=yes
+
+# dhcp|pump|none
+BOOTPROTO=none


More information about the pld-cvs-commit mailing list