[SOLVED] How do you restart the network?

I'm getting frustrated and annoyed. Something that used to be so simple has gotten far to complicated.
I am trying to get my vpn to connect. It just stopped yesterday and now it simply will not connect. The whole situation is being complicated by the fact that I can't simply restart the network service!
I'm trying to restart it with the net_applet and not only is it having no effect, but everytime I try to turn disconnect the network, the Net_appliet in the tray crashes and I have to restart it.
Beyond that, what was wrong with "service network restart"? Why did we have to go to "systemctl restart network.service" which doesn't work either?!
Why is this failing and what do I have to do to troubleshoot it? I really do not find this helpful:
How about you? Can you point me in a reasonable direction on this?
Mark
I am trying to get my vpn to connect. It just stopped yesterday and now it simply will not connect. The whole situation is being complicated by the fact that I can't simply restart the network service!
I'm trying to restart it with the net_applet and not only is it having no effect, but everytime I try to turn disconnect the network, the Net_appliet in the tray crashes and I have to restart it.
Beyond that, what was wrong with "service network restart"? Why did we have to go to "systemctl restart network.service" which doesn't work either?!
- Code: Select all
# systemctl restart network.service
Job for network.service failed. See 'systemctl status network.service' and 'journalctl -n' for details.
# systemctl status network.service
network.service - LSB: Bring up/down networking
Loaded: loaded (/etc/rc.d/init.d/network)
Active: failed (Result: exit-code) since Thu, 2013-07-04 23:42:35 MDT; 4s ago
Process: 13646 ExecStart=/etc/rc.d/init.d/network start (code=exited, status=1/FAILURE)
CGroup: name=systemd:/system/network.service
└ 1243 /sbin/ifplugd -I -b -i eth0
Jul 04 23:42:35 spike network[13646]: RTNETLINK answers: File exists
Jul 04 23:42:35 spike network[13646]: RTNETLINK answers: File exists
Jul 04 23:42:35 spike network[13646]: RTNETLINK answers: File exists
Jul 04 23:42:35 spike network[13646]: RTNETLINK answers: File exists
Jul 04 23:42:35 spike network[13646]: RTNETLINK answers: File exists
Jul 04 23:42:35 spike network[13646]: RTNETLINK answers: File exists
Jul 04 23:42:35 spike network[13646]: RTNETLINK answers: File exists
Jul 04 23:42:35 spike network[13646]: RTNETLINK answers: File exists
Jul 04 23:42:35 spike systemd[1]: Failed to start LSB: Bring up/down networking.
Jul 04 23:42:35 spike systemd[1]: Unit network.service entered failed state
Why is this failing and what do I have to do to troubleshoot it? I really do not find this helpful:
- Code: Select all
# journalctl -n
-- Logs begin at Tue, 2013-05-28 17:26:53 MDT, end at Thu, 2013-07-04 23:44:05 MDT. --
Jul 04 23:42:35 spike network[13646]: RTNETLINK answers: File exists
Jul 04 23:42:35 spike network[13646]: RTNETLINK answers: File exists
Jul 04 23:42:35 spike network[13646]: RTNETLINK answers: File exists
Jul 04 23:42:35 spike network[13646]: RTNETLINK answers: File exists
Jul 04 23:42:35 spike systemd[1]: network.service: control process exited, code=exited status=1
Jul 04 23:42:35 spike systemd[1]: Failed to start LSB: Bring up/down networking.
Jul 04 23:42:35 spike systemd[1]: Unit network.service entered failed state
Jul 04 23:44:01 spike crond[13860]: pam_tcb(crond:session): Session opened for root by root(uid=0)
Jul 04 23:44:01 spike CROND[13861]: (root) CMD (/usr/local/bin/Xpwall.sh >/dev/null 2>&1)
Jul 04 23:44:05 spike CROND[13860]: pam_tcb(crond:session): Session closed for root
How about you? Can you point me in a reasonable direction on this?
Mark