|
楼主 |
发表于 2005-2-2 19:55:51
|
显示全部楼层
- tux root # ifconfig
- eth0 Link encap:Ethernet HWaddr 00:40:CA:C7:C6:6D
- inet addr:192.168.0.2 Bcast:192.168.0.255 Mask:255.255.255.0
- UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
- RX packets:0 errors:0 dropped:0 overruns:0 frame:0
- TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 txqueuelen:1000
- RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
- Interrupt:10 Base address:0xa000
- lo Link encap:Local Loopback
- inet addr:127.0.0.1 Mask:255.0.0.0
- UP LOOPBACK RUNNING MTU:16436 Metric:1
- RX packets:6 errors:0 dropped:0 overruns:0 frame:0
- TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
- collisions:0 txqueuelen:0
- RX bytes:300 (300.0 b) TX bytes:300 (300.0 b)
复制代码
- tux root # cat /etc/resolv.conf
- domain home.net
- nameserver 221.2.0.19
复制代码 |
|