Hi themacboy,
For Ubuntu server, please try the following commands to setup network
# echo "auto eth0" >> /etc/network/interfaces
# echo "iface eth0 inet dhcp" >> /etc/network/interfaces
# /etc/init.d/networking restart
Thanks.
Hi themacboy,
For Ubuntu server, please try the following commands to setup network
# echo "auto eth0" >> /etc/network/interfaces
# echo "iface eth0 inet dhcp" >> /etc/network/interfaces
# /etc/init.d/networking restart
Thanks.