]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
- add config i used for adsl setup
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 14 Feb 2008 15:23:29 +0000 (15:23 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Thu, 14 Feb 2008 15:23:29 +0000 (15:23 +0000)
svn-id: @9346

sysconfig/interfaces/ifcfg-ppp0.pppoe [new file with mode: 0644]

diff --git a/sysconfig/interfaces/ifcfg-ppp0.pppoe b/sysconfig/interfaces/ifcfg-ppp0.pppoe
new file mode 100644 (file)
index 0000000..94e4d9f
--- /dev/null
@@ -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
This page took 0.103129 seconds and 4 git commands to generate.