网络推荐



本广告位招租!

/var/log/messages 关于 kernel: arplookup的问题

May 19 07:00:25 server kernel: arplookup xx.xx.xx.xx failed: host is not on local network
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)

    ifconfig看你的ip、掩码设置的是否正确?
  • 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)

    pf里面加上一句:
    ext_if = "em0"
    pass out quick on $ext_if proto icmp all keep state

    em0换成你的网卡
  • WinLinKer (2009-5-19 10:08:04)

    好的,那 server kernel: arplookup xx.xx.xx.xx failed: host is not on local network
    这个问题,该怎么办咯,网上搜了,也没找到好的解决方法,现在主要是不晓得什么原因造成的,应该和pf没有关系的吧。

    [ 本帖最后由 WinLinKer 于 2009-5-19 10:16 编辑 ]
  • 剑心通明 (2009-5-19 10:17:15)

    ifconfig贴一下,应该是掩码设置的问题吧
  • WinLinKer (2009-5-19 10:29:30)

    ==,我问下他们,这个机器不是我的。
  • WinLinKer (2009-5-20 09:32:06)

    defaultrouter="218.75.110.129"
    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)

    arplookup xx.xx.xx.xx failed
    这个xx.xx.xx.xx事哪个?60.12.226.96  ?
    netstat -r看看路由
  • WinLinKer (2009-5-20 11:32:40)

    60.191.0.179
    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)

    /etc/rc.conf什么内容?
    路由你怎么设置的?