#vi /etc/network/interfaces
auto eth0
iface eth0 inet static
address 192.168.1.10
netmask 255.255.255.0
broadcast 192.168.1.255
gateway 192.168.1.1
#/etc/init.d/networking restart
#cd /etc/rc2.d
#ln -s ../init.d/networking S21networking
auto eth0
iface eth0 inet static
address 192.168.1.10
netmask 255.255.255.0
broadcast 192.168.1.255
gateway 192.168.1.1
#/etc/init.d/networking restart
#cd /etc/rc2.d
#ln -s ../init.d/networking S21networking
반응형
'컴퓨터 일반 > 운영체제' 카테고리의 다른 글
시스템의 기동 순서(Windows) (0) | 2010.11.27 |
---|---|
SSH 인증키 생성 (0) | 2010.11.21 |
우분투 tomcat 설치 & 아파치 연동 (0) | 2010.08.25 |
configure | make | make install (0) | 2010.08.14 |
utmp, wtmp (0) | 2010.08.11 |