[网络管理]
linux 双网卡,奇怪的arp表,请帮忙
我的配置
ifconfig eth0 192.168.2.10 netmask 255.255.255.0 up
route add default gw 192.168.2.1
ifconfig eth1 10.10.10.10 netmask 255.0.0.0 up
另一台机器
ifconfig eth0 192.168.2.11 netmask 255.255.255.0 up
route add default gw 192.168.2.1
ifconfig eth1 10.10.10.9 netmask 255.0.0.0 up
192网段和办公网在一个hub上,10网段用直连线连接
arp -a
? (10.10.10.10) at (incomplete) on eth0
incomplete在arp表里代表什么意思?
那位可以教教我,急阿!