µ¿ÀÏ µð¹ÙÀ̽º¿¡ º¹¼ö ¾ÆÀÌÇǼ³Á¤
| 
 [root@localhost boot]# ifconfig eth0      Link encap:Ethernet  HWaddr 00:25:90:0D:21:92           inet addr:XXX.XXX.XXX.99  Bcast:211.110.111.127  Mask:255.255.255.192           inet6 addr: fe80::225:90ff:fe0d:2192/64 Scope:Link           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1           RX packets:2531186 errors:0 dropped:0 overruns:0 frame:0           TX packets:9791 errors:0 dropped:0 overruns:0 carrier:0           collisions:0 txqueuelen:100           RX bytes:181739335 (173.3 MiB)  TX bytes:972795 (949.9 KiB)           Memory:fb5e0000-fb600000 
  
  
### IP Ãß°¡ ### 
[root@localhost boot]# ifconfig eth0:0 XXX.XXX.XXX.100 netmask 255.255.255.192
  
[root@localhost boot]# ifconfig eth0      Link encap:Ethernet  HWaddr 00:25:90:0D:21:92           inet addr:XXX.XXX.XXX.99  Bcast:211.110.111.127  Mask:255.255.255.192           inet6 addr: fe80::225:90ff:fe0d:2192/64 Scope:Link           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1           RX packets:2534576 errors:0 dropped:0 overruns:0 frame:0           TX packets:10980 errors:0 dropped:0 overruns:0 carrier:0           collisions:0 txqueuelen:100           RX bytes:181978365 (173.5 MiB)  TX bytes:1069505 (1.0 MiB)           Memory:fb5e0000-fb600000 
  
eth0:0    Link encap:Ethernet  HWaddr 00:25:90:0D:21:92           inet addr:XXX.XXX.XXX.100  Bcast:211.110.111.127  Mask:255.255.255.192           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1           Memory:fb5e0000-fb600000
  
  
### »èÁ¦ ### 
[root@localhost boot]# ifconfig eth0:0 down  |