NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Can't ping fwip0



The overall plan is to set up a gateway on my Dom0 using my rtk0 interface
for the outside world and my fwip0 for the DomU. For now, I just
want to ping fwip0 (one problem at a time, right?).

Here's the output from ifconfig -a
# /sbin/ifconfig -a
fwip0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        address: 51:3f:02:00:51:3f:02:00
        inet 192.168.1.108 netmask 0xffffff00 broadcast 192.168.1.255
        inet6 fe80::20f:b0ff:fe48:cbca%fwip0 prefixlen 64 scopeid 0x1
rtk0: flags=8b43<UP,BROADCAST,RUNNING,PROMISC,ALLMULTI,SIMPLEX,MULTICAST>
mtu 1500
        address: 00:0f:b0:48:cb:ca
        media: Ethernet autoselect (100baseTX full-duplex)
        status: active
        inet 192.168.1.107 netmask 0xffffff00 broadcast 192.168.1.255
        inet6 fe80::20f:b0ff:fe48:cbca%rtk0 prefixlen 64 scopeid 0x2
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 33192
        inet 127.0.0.1 netmask 0xff000000
        inet6 ::1 prefixlen 128
        inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
bridge0: flags=41<UP,RUNNING> mtu 1500


# /sbin/ping 192.168.1.108
PING 192.168.1.108 (192.168.1.108): 56 data bytes
ping: sendto: Host is down


Any help/hints would be appreciated.


Michael Litchard


Home | Main Index | Thread Index | Old Index