2017年10月11日 星期三

Ubuntu Network Setup

vim /etc/network/interfaces

#DHCP
auto enp4s0
iface enp4s0 inet dhcp

#Static
#iface enp4s0 inet static
#address 192.168.100.10
#network 255.255.255.0
#gateway 192.168.100.240

重啟
/etc/init.d/networking restart

沒有留言:

張貼留言