Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

ubuntu activate network interface on boot

sudo vim /etc/network/interfaces

####### and write

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet dhcp
Source by askubuntu.com #
 
PREVIOUS NEXT
Tagged: #ubuntu #activate #network #interface #boot
ADD COMMENT
Topic
Name
1+2 =