vi /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
////////////////////////////////
iface eth0 inet static
address 192.168.0.2
netmask 255.255.255.0
broadcast 192.168.0.255
gateway 192.168.0.1
////////////////////////////////
service networking restart ( /etc/init.d/networking restart)
ifconfig -a
'Tip > 네트워크' 카테고리의 다른 글
[window] netsh 이용 wifi 비밀번호 확인 (0) | 2019.05.25 |
---|