re: configuring a network bridge

Discussion and Technical Support for general software applications and utilities including OS related issues.
Post Reply
gmachine24
Member
Member
Posts: 34
Joined: January 12th, 2014, 4:39 pm

re: configuring a network bridge

Post by gmachine24 »

hello. running ubuntu 13 64-bit server; setting up a network bridge so I can run virtual machines, etc. I discovered this "error" and what I did to fix it after editing the /etc/network/interfaces file as per your instructions:

Code: Select all

user@servername:~$ sudo /etc/init.d/networking restart
ERROR: Calling a sysvinit script on a system using upstart isn't supported. Please use the 'service' command instead.
user@servername:~$ sudo service networking restart
networking stop/waiting
networking start/running
Just an FYI.

--Erik
Post Reply