1.  네트워크 재시작 명령

     sudo /etc/init.d/networking restart

 

2. IP, NETMASK설정
    ifconfig eth0 192.168.1.123 netmask 255.255.255.0 up

 

3. GATEWAY설정은 route명령으로~
    route add default gw 192.168.1.1

+ Recent posts