- 论坛徽章:
- 0
|
对端 服务器
# ifconfig -a
net1: flags=4043<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 144.96.66.49 netmask ffffff00 broadcast 144.96.66.255
perf. params: recv size: 24576; send size: 24576; full-size frames: 1
ether 00:14:5e:69:a2:5d
net0: flags=4043<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.4.9 netmask ffff0000 broadcast 192.168.255.255
perf. params: recv size: 24576; send size: 24576; full-size frames: 1
ether 00:14:5e:69:a2:5c
lo0: flags=4049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 8232
inet 127.0.0.1 netmask ff000000
perf. params: recv size: 57344; send size: 57344; full-size frames: 1
Destination Gateway Flags Refs Use Interface
default 144.96.66.50 UGS 1 36 net1
127.0.0.1 127.0.0.1 UH 3 2306 lo0
144.96.66 144.96.66.49 UC 1 0 net1
144.96.66.49 127.0.0.1 UGHS 1 18 lo0
192.168 192.168.4.9 UC 1 0 net0
192.168.0.230 192.168.4.104 UGHS 1 723 net0
192.168.4.9 127.0.0.1 UGHS 3 34 lo0
224 192.168.4.9 UCS 0 0 net0
? (192.168.4.104) at 0:22:55:d2:38:47 (802.3)
我这段
eth0 Link encap:Ethernet HWaddr 00:1A:64:69:E8:84
inet addr:192.168.0.230 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::21a:64ff:fe69:e884/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:39135615 errors:0 dropped:0 overruns:0 frame:0
TX packets:41786453 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2921108282 (2.7 GiB) TX bytes:2996773969 (2.7 GiB)
Interrupt:169 Memory:ce000000-ce011100
eth1:30 Link encap:Ethernet HWaddr 00:1A:64:69:E8:86
inet addr:192.168.104.230 Bcast:192.168.104.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Interrupt:209 Memory:ca000000-ca011100
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:99962656 errors:0 dropped:0 overruns:0 frame:0
TX packets:99962656 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1992860145 (1.8 GiB) TX bytes:1992860145 (1.8 GiB)
sit0 Link encap:IPv6-in-IPv4
NOARP MTU:1480 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:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.4.9 192.168.104.1 255.255.255.255 UGH 0 0 0 eth1
123.124.185.71 192.168.0.254 255.255.255.255 UGH 0 0 0 eth0
192.168.8.88 192.168.103.2 255.255.255.255 UGH 0 0 0 eth1
10.10.10.10 192.168.104.1 255.255.255.255 UGH 0 0 0 eth1
10.10.40.1 192.168.104.1 255.255.255.255 UGH 0 0 0 eth1
192.168.100.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
192.168.101.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
192.168.103.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
192.168.104.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
192.168.10.0 192.168.0.254 255.255.255.0 UG 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 lo
SOFTPOS cpro@/sbin>arp -a
? (192.168.0.201) at 00:40:EF:01:12:F2 [ether] on eth0
? (192.168.103.2) at 00:E0:FC:63:A0:00 [ether] on eth1
? (192.168.0.239) at 00:05:B7:04:C2:48 [ether] on eth0
? (192.168.0.254) at 00:22:55 2:38:42 [ether] on eth0
? (192.168.104.1) at 00:1E:BE:F6:B4:A9 [ether] on eth1
? (192.168.0.202) at 00:40:EF:01:12:F3 [ether] on eth0
? (192.168.100.233) at 00:1E:C9:B4:86:37 [ether] on eth1 |
|