May 19 07:00:27 server kernel: arplookup xx.xx.xx.xx failed: host is not on local network
May 19 07:20:15 server kernel: arplookup xx.xx.xx.xx failed: host is not on local network
May 19 07:20:17 server kernel: arplookup xx.xx.xx.xx failed: host is not on local network
May 19 07:40:05 server kernel: arplookup xx.xx.xx.xx failed: host is not on local network
May 19 07:40:07 server kernel: arplookup xx.xx.xx.xx failed: host is not on local network
May 19 07:59:55 server kernel: arplookup xx.xx.xx.xx failed: host is not on local network
May 19 07:59:57 server kernel: arplookup xx.xx.xx.xx failed: host is not on local network
May 19 08:19:45 server kernel: arplookup xx.xx.xx.xx failed: host is not on local network
请高手帮忙解决下,先谢过了。

最新回复
剑心通明 (2009-5-19 09:35:02)
WinLinKer (2009-5-19 09:42:50)
server# ping www.g.cn
PING g.cn (203.208.33.100): 56 data bytes
ping: sendto: Permission denied
ping: sendto: Permission denied
ping: sendto: Permission denied
ping: sendto: Permission denied
^C
--- g.cn ping statistics ---
4 packets transmitted, 0 packets received, 100.0% packet loss
出现这个问题,不晓得是不是pf的问题,我对pf不是很精通的
剑心通明,先谢谢你回帖。
剑心通明 (2009-5-19 09:48:33)
ext_if = "em0"
pass out quick on $ext_if proto icmp all keep state
em0换成你的网卡
WinLinKer (2009-5-19 10:08:04)
这个问题,该怎么办咯,网上搜了,也没找到好的解决方法,现在主要是不晓得什么原因造成的,应该和pf没有关系的吧。
[ 本帖最后由 WinLinKer 于 2009-5-19 10:16 编辑 ]
剑心通明 (2009-5-19 10:17:15)
WinLinKer (2009-5-19 10:29:30)
WinLinKer (2009-5-20 09:32:06)
hostname="server.xxx.cn"
ifconfig_em0="inet 192.168.1.108 netmask 255.255.255.0"
ifconfig_em1="inet 218.75.110.135 netmask 255.255.255.192"
ifconfig_em1_alias0="inet 60.12.226.96 netmask 255.255.255.0"
剑心通明 (2009-5-20 10:44:18)
这个xx.xx.xx.xx事哪个?60.12.226.96 ?
netstat -r看看路由
WinLinKer (2009-5-20 11:32:40)
60.191.0.185
好像就是这两个IP的
WinLinKer (2009-5-20 11:32:59)
Routing tables
Internet:
Destination Gateway Flags Refs Use Netif Expire
default 218.75.110.129 UGS 0 37181759 em1
60.12.226.0 link#2 UC 0 0 em1
localhost localhost UH 0 46343799 lo0
192.168.1.0 link#1 UC 0 0 em0
192.168.1.101 00:30:48:33:22:12 UHLW 1 18813465 em0 514
192.168.1.103 00:30:48:81:91:0a UHLW 1 3705944 em0 373
192.168.1.106 00:30:48:90:e1:d6 UHLW 1 10154615 em0 387
192.168.1.115 00:30:48:96:f8:34 UHLW 1 0 em0 931
218.75.110.128/26 link#2 UC 0 0 em1
218.75.110.129 00:18:74:2d:e2:80 UHLW 2 0 em1 118
218.75.110.134 00:30:48:9a:f6:e9 UHLW 1 4575 lo0
218.75.110.155 00:18:f3:2f:91:de UHLW 1 1 em1 1193
218.75.110.160 00:30:48:96:f8:35 UHLW 1 404132 em1 118
218.75.110.167 00:02:99:58:02:01 UHLW 1 0 em1 1167
Internet6:
Destination Gateway Flags Netif Expire
localhost localhost UHL lo0
fe80::%lo0 fe80::1%lo0 U lo0
fe80::1%lo0 link#4 UHL lo0
ff01:4:: fe80::1%lo0 UC lo0
ff02::%lo0 fe80::1%lo0 UC lo0
剑心通明 (2009-5-20 11:46:05)
路由你怎么设置的?