search for: dslppp0

Displaying 6 results from an estimated 6 matches for "dslppp0".

2010 Jan 10
1
ADSL ppp0, persist
...that when ADSL fails , interface ppp0 is removed. This also removes my static routes configured for this interface. I do not want that, as I have load balancing configured and default route is removed when ppp0 interface disapears. This is my ifcfg-ppp0 config : USERCTL=yes BOOTPROTO=dialup NAME=DSLppp0 DEVICE=ppp0 TYPE=xDSL ONBOOT=yes PIDFILE=/var/run/pppoe-adsl.pid FIREWALL=NONE PING=. PPPOE_TIMEOUT=80 LCP_FAILURE=3 LCP_INTERVAL=20 CLAMPMSS=1412 CONNECT_POLL=6 CONNECT_TIMEOUT=60 DEFROUTE=no SYNCHRONOUS=no ETH=eth0 PROVIDER=DSLppp0 USER=O2 PEERDNS=no DEMAND=no PERSIST=yes As you can see, I have...
2008 Jul 06
0
PPPoE and IPv6
...ppp interface on my new gateway. ppp is working right. It is getting authenticated and getting the its IPv4 address. Shorewall is doing the forwarding and the static routes on the internal interface for IPv4 are working. But no IPv6. Here is my ifcfg-ppp0: USERCTL=no BOOTPROTO=dialup NAME=DSLppp0 DEVICE=ppp0 TYPE=xDSL ONBOOT=no PIDFILE=/var/run/pppoe-adsl.pid FIREWALL=NONE PING=. PPPOE_TIMEOUT=80 LCP_FAILURE=3 LCP_INTERVAL=20 CLAMPMSS=1412 CONNECT_POLL=6 CONNECT_TIMEOUT=60 DEFROUTE=yes SYNCHRONOUS=no ETH=eth0 PROVIDER=DSLppp0 USER='me' PEERDNS=no DEMAND=no PERSIST=no IPV6INIT=yes...
2013 Mar 11
1
/etc/sysconfig/network-scripts/ifcfg-xxx for CHAP PPPoE
Hi all I get a Cisco 1841 router, connecting the office through a CHAP PPPoE link: [...] interface Dialer1 ip address negotiated ip mtu 1492 ip nat outside ip virtual-reassembly encapsulation ppp ip tcp adjust-mss 1452 dialer pool 1 dialer-group 1 no cdp enable ppp authentication chap callin ppp chap hostname username at isp ppp chap password 0 s0meStr0ngP4sswd [...] As
2007 May 07
2
adsl-setup (compaq presario sr5010nx)
I just bought a new cheap compaq presario sr5010nx and so far have been unable to get my dsl up and running on Centos5. pppoeconf on Ubuntu works just fine -- same machine -- same harddrive. I've run adsl-setup and system-config-network? (separately) numerous times without success. So far I suspect a missing driver but suppose it could also be a detection issue. Suggestions or workarounds
2013 Feb 11
1
Centos 6 and VLAN-ID7 for vDSL (Telekom)
...etwork-scripts/ifcfg-eth0 # VLAN7 device for vDSL DEVICE=eth0.7 ONBOOT=yes HOTPLUG=no TYPE=Ethernet VLAN=yes with pppoe-setup I've generated /etc/sysconfig/network-scripts/ifcfg-ppp0 cat /etc/sysconfig/network-scripts/ifcfg-ppp0 # generated with pppoe-setup USERCTL=yes BOOTPROTO=dialup NAME=DSLppp0 DEVICE=ppp0 TYPE=xDSL ONBOOT=yes PIDFILE=/var/run/pppoe-adsl.pid FIREWALL=NONE PING=. PPPOE_TIMEOUT=80 LCP_FAILURE=3 LCP_INTERVAL=20 CLAMPMSS=1412 CONNECT_POLL=6 CONNECT_TIMEOUT=60 DEFROUTE=yes SYNCHRONOUS=no ETH=eth0.7 PROVIDER=DSLppp0 USER=feste-ip/<benutzerkennung>@t-online-com.de PEERDNS=...
2008 Jul 09
1
Need basic PPPoE startup help
...shorewall has to be started after ppp0 is up and working. For now this means running shorewall restart (or start?). Shorewall 4.2 will have a way to restart shorewall without recompiling, I learned on the their list. In /etc/sysconfig/network-scripts/ifcfg-ppp0 I have: BOOTPROTO=dialup NAME=DSLppp0 DEVICE=ppp0 TYPE=xDSL ONBOOT=no Should ONBOOT be changed to yes, or is there some startup script that I should add the /sbin/adsl-start ppp0 command line followed with the shorewall restart command? I am away at IEEE 802 plenary meeting next week, and I need this to be automated in case of sy...