Branko
Basic Pleskian
Hello,
When I try to systemctl restart network the following error pops up
Job for network.service failed because the control process exited with error code. See "systemctl status network.service" and "journalctl -xe" for details.
After systemctl status network.service there is
● network.service - LSB: Bring up/down networking
Loaded: loaded (/etc/rc.d/init.d/network; bad; vendor preset: disabled)
Active: failed (Result: exit-code) since Fri 2017-09-22 14:37:30 CEST; 1min 5s ago
Docs: man:systemd-sysv-generator(8)
Process: 14068 ExecStart=/etc/rc.d/init.d/network start (code=exited, status=1/FAILURE)
Memory: 21.7M
CGroup: /system.slice/network.service
└─7380 /sbin/dhclient -1 -q -lf /var/lib/dhclient/dhclient--eth0.l...
Sep 22 14:37:30 web.lifecorporate.com network[14068]: RTNETLINK answers: File...
Sep 22 14:37:30 web.lifecorporate.com network[14068]: RTNETLINK answers: File...
Sep 22 14:37:30 web.lifecorporate.com network[14068]: RTNETLINK answers: File...
Sep 22 14:37:30 web.lifecorporate.com network[14068]: RTNETLINK answers: File...
Sep 22 14:37:30 web.lifecorporate.com network[14068]: RTNETLINK answers: File...
Sep 22 14:37:30 web.lifecorporate.com network[14068]: RTNETLINK answers: File...
Sep 22 14:37:30 web.lifecorporate.com systemd[1]: network.service: control pr...
Sep 22 14:37:30 web.lifecorporate.com systemd[1]: Failed to start LSB: Bring ...
Sep 22 14:37:30 web.lifecorporate.com systemd[1]: Unit network.service entere...
Sep 22 14:37:30 web.lifecorporate.com systemd[1]: network.service failed.
Hint: Some lines were ellipsized, use -l to show in full.
It all happened after trrying to setup IPv6 on my VPS server.
Content in /etc/sysconfig/network-scripts/ifcfg-eth0 is
DEVICE="eth0"
ONBOOT=yes
NETBOOT=yes
IPV6INIT=yes
IPV6_DEFAULTGW=fe80::1
IPV6_DEFAULTDEV=eth0
BOOTPROTO=dhcp
TYPE=Ethernet
NAME="eth0"
DEFROUTE=yes
IPV4_FAILURE_FATAL=no
IPV6_AUTOCONF=yes
IPV6_DEFROUTE=yes
IPV6_FAILURE_FATAL=no
PEERDNS=yes
PEERROUTES=yes
IPV6_PEERDNS=yes
IPV6_PEERROUTES=yes
IPV6ADDR_SECONDARIES="2001:1af8:4700:a121:1200::5/128 2001:1af8:4700:a121:1200:$$:1200::4/128 2001:1af8:4700:a121:1200::3/128 2001:1af8:4700:a121:1200::2/128 2$$/128 2001:1af8:4700:a121:1200::1/128"
Also tried stoping and starting NetworkManager but there is error
Failed to start NetworkManager.service: Unit not found.
Every response is highly appreciated, thank you ina advance.
Must note that my server is up and running, and network is avaliable. As I can tell everything is functioning good.
When I try to systemctl restart network the following error pops up
Job for network.service failed because the control process exited with error code. See "systemctl status network.service" and "journalctl -xe" for details.
After systemctl status network.service there is
● network.service - LSB: Bring up/down networking
Loaded: loaded (/etc/rc.d/init.d/network; bad; vendor preset: disabled)
Active: failed (Result: exit-code) since Fri 2017-09-22 14:37:30 CEST; 1min 5s ago
Docs: man:systemd-sysv-generator(8)
Process: 14068 ExecStart=/etc/rc.d/init.d/network start (code=exited, status=1/FAILURE)
Memory: 21.7M
CGroup: /system.slice/network.service
└─7380 /sbin/dhclient -1 -q -lf /var/lib/dhclient/dhclient--eth0.l...
Sep 22 14:37:30 web.lifecorporate.com network[14068]: RTNETLINK answers: File...
Sep 22 14:37:30 web.lifecorporate.com network[14068]: RTNETLINK answers: File...
Sep 22 14:37:30 web.lifecorporate.com network[14068]: RTNETLINK answers: File...
Sep 22 14:37:30 web.lifecorporate.com network[14068]: RTNETLINK answers: File...
Sep 22 14:37:30 web.lifecorporate.com network[14068]: RTNETLINK answers: File...
Sep 22 14:37:30 web.lifecorporate.com network[14068]: RTNETLINK answers: File...
Sep 22 14:37:30 web.lifecorporate.com systemd[1]: network.service: control pr...
Sep 22 14:37:30 web.lifecorporate.com systemd[1]: Failed to start LSB: Bring ...
Sep 22 14:37:30 web.lifecorporate.com systemd[1]: Unit network.service entere...
Sep 22 14:37:30 web.lifecorporate.com systemd[1]: network.service failed.
Hint: Some lines were ellipsized, use -l to show in full.
It all happened after trrying to setup IPv6 on my VPS server.
Content in /etc/sysconfig/network-scripts/ifcfg-eth0 is
DEVICE="eth0"
ONBOOT=yes
NETBOOT=yes
IPV6INIT=yes
IPV6_DEFAULTGW=fe80::1
IPV6_DEFAULTDEV=eth0
BOOTPROTO=dhcp
TYPE=Ethernet
NAME="eth0"
DEFROUTE=yes
IPV4_FAILURE_FATAL=no
IPV6_AUTOCONF=yes
IPV6_DEFROUTE=yes
IPV6_FAILURE_FATAL=no
PEERDNS=yes
PEERROUTES=yes
IPV6_PEERDNS=yes
IPV6_PEERROUTES=yes
IPV6ADDR_SECONDARIES="2001:1af8:4700:a121:1200::5/128 2001:1af8:4700:a121:1200:$$:1200::4/128 2001:1af8:4700:a121:1200::3/128 2001:1af8:4700:a121:1200::2/128 2$$/128 2001:1af8:4700:a121:1200::1/128"
Also tried stoping and starting NetworkManager but there is error
Failed to start NetworkManager.service: Unit not found.
Every response is highly appreciated, thank you ina advance.
Must note that my server is up and running, and network is avaliable. As I can tell everything is functioning good.