im trying to setup my Internet connection with Nethserver. My internet provider offers me an FTTH Connection which allows me to connect directly to the server via PPPOE without any Modem.
When i´m trying to setup my ppp0 Interface there comes a error: “S70network-start #8 (exit status 256)”
Can anybody tell me what that error means?
What infos i have to Enter to the “Provider” field?
This are the logs from “/var/log/messages”
Aug 29 19:47:10 NET01 esmith::event[16760]: Action: /etc/e-smith/events/nethserver-firewall-base-save/S89nethserver-shorewall-restart SUCCESS [1.394002]
Aug 29 19:47:10 NET01 pppd[16143]: LCP: timeout sending Config-Requests
Aug 29 19:47:10 NET01 pppd[16143]: Connection terminated.
Aug 29 19:47:10 NET01 pppd[16143]: Modem hangup
Aug 29 19:47:10 NET01 esmith::event[16760]: lsm stop/pre-start, process 17241
Aug 29 19:47:10 NET01 esmith::event[16760]: [INFO] lsm has been started
Aug 29 19:47:10 NET01 esmith::event[16760]:
Aug 29 19:47:10 NET01 esmith::event[16760]: Action: /etc/e-smith/events/actions/adjust-services SUCCESS [0.265193]
Aug 29 19:47:10 NET01 esmith::event[16760]: Event: nethserver-firewall-base-save SUCCESS
Aug 29 19:47:10 NET01 esmith::event[16758]: Action: /etc/e-smith/events/trusted-networks-modify/S94firewall-adjust SUCCESS [2.232279]
Aug 29 19:47:10 NET01 esmith::event[16758]: Event: trusted-networks-modify SUCCESS
Aug 29 19:47:10 NET01 esmith::event[15439]: Action: /etc/e-smith/events/interface-update/S95trusted-networks-modify SUCCESS [2.321726]
Aug 29 19:47:10 NET01 esmith::event[15439]: Event: interface-update FAILED
Aug 29 19:47:14 NET01 pppoe[16144]: Timeout waiting for PADO packets
Aug 29 19:47:14 NET01 pppd[16143]: Exit.
It seems that your connection is not PPPoE. Honestly, I don’t have experience on FTTH, I just searched google for the above message.
Could you share with us the instructions given by your ISP?
Although they gave me instructions how to setup my Fritzbox 7490. When i´m trying to connect via Fritzbox i don´t have any Problems.
I got a simple public IPv4 Adress from my ISP when i connect via Fritzbox.
No idea, really. Maybe the instruction for the fritzbox could help. You could try searching for centos and ftth and/or ask your provider if they have instructions for centos.
Another clue may be that instead of PPPoE it may be VLAN. Without having FTTH and a FritzBox, I scanned some Telkom support pages (translated from German) and there was discussion about setting VLAN settings in Windows.
db networks set eth1.500 vlan role pppoe
db networks settype ppp0 xdsl
db networks setprop ppp0 role red user test Password test
signal-event interface-update
When you get an authentication error in /var/log/messages make sure that your eth1 Interface has no role. Command for that:
db networks setprop eth1 role ‘’
The only problem i have is that my Internet connection is slowed down. I runned a lot of speedtests directly on my NS Server and it never gets more than 100Mbit/s which is less than half what my ISP is offering me.
Connecting the FritzBox i got over 200Mbit/s.
Does anybody know why?
Snort is an IPS and you don’t have it installed.
I guess the performance problems are related to the PPPoE implementation.
As you know, I’m not an expert. Reading what I found on the net, I’m not sure if we can use a better/faster implementation (or maybe we’re already using it).
It seems that you could try adding the following line to /etc/sysconfig/network-scripts/ifcfg-pp0 and then restart the connection with service network restart: LINUX_PLUGIN=/usr/lib64/pppd/2.4.5/rp-pppoe.so
Entering “LINUX_PLUGIN=/usr/lib64/pppd/2.4.5/rp-pppoe.so” in the ifcfg-ppp0 file and reloading by “signal-event interface-update” doesn´t have any effect. It just removed the entered line in ifcfg-ppp0.
If you use the interface-update event, you’ll loose the manual modification.
If you could confirm that adding that lines it’s the solution, we will make the modification permanent.
[root@NET01 network-scripts]# service network restart
Shutting down interface ppp0: [ OK ]
Shutting down interface eth1.802: [ OK ]
Shutting down interface eth0: [ OK ]
Shutting down loopback interface: [ OK ]
Bringing up loopback interface: [ OK ]
Bringing up interface eth0: Determining if ip address 192.168.177.6 is already in use for device eth0…
[ OK ]
Bringing up interface eth1.802: [ OK ]
Bringing up interface ppp0: [ OK ]
The effect is that the Interetconnection on the server still exist but no client can connect to the Internet. Is that a problem with the eth0 interface?