# cd /etc/network
# vi interfaces
-- 고정IP설정
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.0.1
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.1
dns-nameservers 168.126.63.1 168.126.63.2
-- DHCP설정
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
-- 네임서버 설정
# cd /etc
vi resoulv.conf
nameserver 168.126.63.1
nameserver 168.126.63.2
# ifup eth0
-- networking 재시작
# /etc/init.d/networking stop
# /etc/init.d/networking start
ubuntu ip설정
|
2008.12.04 20:26:49
|
2020.07.02 16:43:11
|
346
|
Aiden
Total of Attached file
0.00 Bytes of 0 files
2009.10.17
2009.10.14
2009.10.14
2009.10.11
2008.12.04
2008.12.04
2008.09.10
2007.04.26
2006.09.22
2006.09.22
2006.09.20