I have a bridge with 3 vlans all trunking off the same em1. When I ping across 2 of the vlans (7 and 715) I get a 'Redirect Host' from localhost. However, vlan714 pings just fine. What is up?
Code:
# ping 10.7.1.31
PING 10.7.1.31 (10.7.1.31): 56 data bytes
36 bytes from localhost (127.0.0.1): Redirect Host(New addr: 10.7.1.31)
Vr HL TOS Len ID Flg off TTL Pro cks Src Dst
4 5 00 0054 af97 0 0000 3f 01 b6e4 10.7.0.1 10.7.1.31
64 bytes from 10.7.1.31: icmp_seq=0 ttl=64 time=286.316 ms
64 bytes from 10.7.1.31: icmp_seq=0 ttl=64 time=286.350 ms (DUP!)
36 bytes from localhost (127.0.0.1): Redirect Host(New addr: 10.7.1.31)
Vr HL TOS Len ID Flg off TTL Pro cks Src Dst
4 5 00 0054 af9f 0 0000 3f 01 b6dc 10.7.0.1 10.7.1.31
64 bytes from 10.7.1.31: icmp_seq=1 ttl=64 time=198.031 ms
64 bytes from 10.7.1.31: icmp_seq=1 ttl=64 time=198.062 ms (DUP!)
^C
--- 10.7.1.31 ping statistics ---
2 packets transmitted, 2 packets received, +2 duplicates, 0.0% packet loss
round-trip min/avg/max/stddev = 198.031/242.190/286.350/44.143 ms
# ping 10.7.1.5
PING 10.7.1.5 (10.7.1.5): 56 data bytes
64 bytes from 10.7.1.5: icmp_seq=0 ttl=64 time=5.160 ms
64 bytes from 10.7.1.5: icmp_seq=1 ttl=64 time=3.392 ms
64 bytes from 10.7.1.5: icmp_seq=2 ttl=64 time=6.250 ms
^C
--- 10.7.1.5 ping statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 3.392/4.934/6.250/1.178 ms
# route show !$
route show 10.7.1.5
route to: ap-rocket-05.wifi.monkeybrains.net
destination: 10.7.0.0
mask: 255.255.0.0
interface: bridge0
flags: <UP,DONE>
recvpipe sendpipe ssthresh rtt,msec mtu weight expire
0 0 0 0 1500 1 0
# route show 10.7.1.31
route to: ap-rocket-31.wifi.monkeybrains.net
destination: 10.7.0.0
mask: 255.255.0.0
interface: bridge0
flags: <UP,DONE>
recvpipe sendpipe ssthresh rtt,msec mtu weight expire
0 0 0 0 1500 1 0
# uname -a
FreeBSD arana.monkeybrains.net 8.1-STABLE FreeBSD 8.1-STABLE #2: Wed Oct 20 15:55:41 PDT 2010 root@pulga.monkeybrains.net:/usr/obj/usr/src/sys/JEJEN amd64
# ifconfig bridge0
bridge0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
ether ee:25:90:05:70:ff
inet 10.7.0.1 netmask 0xffff0000 broadcast 10.7.255.255
inet 10.7.208.1 netmask 0xfffffc00 broadcast 10.7.211.255
id 00:00:00:00:00:00 priority 32768 hellotime 2 fwddelay 15
maxage 20 holdcnt 6 proto rstp maxaddr 100 timeout 1200
root id 00:00:00:00:00:00 priority 32768 ifcost 0 port 0
member: vlan715 flags=943<LEARNING,DISCOVER,PRIVATE,AUTOEDGE,AUTOPTP>
ifmaxaddr 0 port 6 priority 128 path cost 20000
member: vlan714 flags=943<LEARNING,DISCOVER,PRIVATE,AUTOEDGE,AUTOPTP>
ifmaxaddr 0 port 8 priority 128 path cost 20000
member: vlan7 flags=943<LEARNING,DISCOVER,PRIVATE,AUTOEDGE,AUTOPTP>
ifmaxaddr 0 port 5 priority 128 path cost 2000000