Bug #1015
Ubuntu 12.04 server not installing the network properly
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
02/27/2013
Due date:
% Done:
0%
Description
After the changes to network manager in the installer, it looks like the installer under Ubuntu server broke the networking setup.
History
#1 Updated by goelh70 over 9 years ago
Ok, my solution to this problem was to manually edit the '/etc/network/interfaces' files and add the following information for eth0 -
auto eth0
iface eth0 inet static
address 192.168.1.10
netmask 255.255.255.0
gateway 192.168.1.1
broadcast 192.168.1.255
network 192.168.1.0
and restart 'sudo /etc/init.d/networking restart'
Also available in: Atom