[Ubuntu] 우분투에서 내부IP 네트워크 설정
본문
$sudo vi /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.123.174
netmask 255.255.255.0
gateway 192.168.123.255
# network 210.129.123.0
# broadcast 210.129.123.255
$sudo /etc/init.d/networking restart
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.123.174
netmask 255.255.255.0
gateway 192.168.123.255
# network 210.129.123.0
# broadcast 210.129.123.255
$sudo /etc/init.d/networking restart
추천0
댓글목록 0
등록된 댓글이 없습니다.