Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Feb 2022 19:19:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 233683] IPv6 ND neighbor solicitation messages fail to arrive
Message-ID:  <bug-233683-7501-5hLlqyPFZN@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-233683-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-233683-7501@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233683

--- Comment #4 from Paul Webster <paul.g.webster@googlemail.com> ---
Just to further add to the previous post, IPv4 and all other bridging is
operational, I have kept back information I felt irrellevent:

root@sitehost:/var # ping -c 3 8.8.8.8
PING 8.8.8.8 (8.8.8.8): 56 data bytes
64 bytes from 8.8.8.8: icmp_seq=3D0 ttl=3D118 time=3D5.425 ms
64 bytes from 8.8.8.8: icmp_seq=3D1 ttl=3D118 time=3D5.222 ms
64 bytes from 8.8.8.8: icmp_seq=3D2 ttl=3D118 time=3D5.242 ms


the rc.conf for the host is as such:

# Base services config
zfs_enable=3D"YES"
sshd_enable=3D"YES"
sendmail_enable=3D"NONE"
syslogd_flags=3D"-ss"

ntpd_enable=3D"YES"
ntpd_sync_on_start=3D"YES"
ntpd_config=3D"/etc/ntp.conf"

# Jails
jail_enable=3D"YES"
jail_list=3D"poudriere webserver"

# Network related
hostname=3D"de1.paulwebster.org"
gateway_enable=3D"YES"
ipv6_gateway_enable=3D"YES"

## IPv4, hetzner classic config
ifconfig_em0=3D"inet 5.9.137.144/32"
ifconfig_em0_ipv6=3D"inet6 2a01:4f8:190:1183::1:1/64 auto_linklocal"
gateway_if=3D"em0"
gateway_ip=3D"5.9.137.129"
static_routes=3D"gateway default"
route_gateway=3D"-host $gateway_ip -interface $gateway_if"
route_default=3D"default $gateway_ip"

## IPv6, Meena attributed
ipv6_cpe_wanif=3D"em0"
ipv6_defaultrouter=3D"fe80::1%em0"
ipv6_activate_all_interfaces=3D"YES"

## Virtual interfaces
cloned_interfaces=3D"bridge102 bridge103 bridge104"
ifconfig_bridge102=3D"inet 192.168.102.1/24"
ifconfig_bridge102_ipv6=3D"inet6 2a01:4f8:190:1183::102:1/64 auto_linklocal
accept_rtadv"
ifconfig_bridge103=3D"inet 192.168.103.1/24"
ifconfig_bridge103_ipv6=3D"inet6 2a01:4f8:190:1183::103:1/64 auto_linklocal
accept_rtadv"
ifconfig_bridge104=3D"inet 192.168.104.1/24"
ifconfig_bridge104_ipv6=3D"inet6 2a01:4f8:190:1183::104:1/64 auto_linklocal
accept_rtadv"


the rc.conf for the VM is as such:

hostname=3D"sitehost"
ifconfig_vtnet0=3D"DHCP"
local_unbound_enable=3D"YES"
sshd_enable=3D"YES"
ntpdate_enable=3D"YES"
ntpd_enable=3D"YES"
# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
dumpdev=3D"AUTO"
sendmail_enable=3D"NONE"
nginx_enable=3D"YES"

## IPv6, Meena attributed
ipv6_cpe_wanif=3D"vtnet0"
ipv6_defaultrouter=3D"fe80::1%vtnet0"
ipv6_activate_all_interfaces=3D"YES"


the ifconfig of the host is as such:

root@de1:~ # ifconfig
em0: flags=3D8863<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
=20=20=20=20=20=20=20
options=3D481249b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,LRO,WOL=
_MAGIC,VLAN_HWFILTER,NOMAP>
        ether 90:1b:0e:ab:a5:85
        inet 5.9.137.144 netmask 0xffffffff broadcast 5.9.137.144
        inet6 2a01:4f8:190:1183::1:1 prefixlen 64
        media: Ethernet autoselect (1000baseT <full-duplex>)
        status: active
        nd6 options=3D23<PERFORMNUD,ACCEPT_RTADV,AUTO_LINKLOCAL>
lo0: flags=3D8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
        options=3D680003<RXCSUM,TXCSUM,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6>
        inet6 ::1 prefixlen 128
        inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2
        inet 127.0.0.1 netmask 0xff000000
        groups: lo
        nd6 options=3D21<PERFORMNUD,AUTO_LINKLOCAL>
bridge102: flags=3D8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mt=
u 1500
        ether 58:9c:fc:10:ff:e2
        inet 192.168.102.1 netmask 0xffffff00 broadcast 192.168.102.255
        inet6 fe80::5a9c:fcff:fe10:ffe2%bridge102 prefixlen 64 scopeid 0x3
        inet6 2a01:4f8:190:1183::102:1 prefixlen 64
        id 00:00:00:00:00:00 priority 32768 hellotime 2 fwddelay 15
        maxage 20 holdcnt 6 proto rstp maxaddr 2000 timeout 1200
        root id 00:00:00:00:00:00 priority 32768 ifcost 0 port 0
        groups: bridge
        nd6 options=3D63<PERFORMNUD,ACCEPT_RTADV,AUTO_LINKLOCAL,NO_RADR>
bridge103: flags=3D8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mt=
u 1500
        ether 58:9c:fc:10:ff:f5
        inet 192.168.103.1 netmask 0xffffff00 broadcast 192.168.103.255
        inet6 fe80::5a9c:fcff:fe10:fff5%bridge103 prefixlen 64 scopeid 0x4
        inet6 2a01:4f8:190:1183::103:1 prefixlen 64
        id 00:00:00:00:00:00 priority 32768 hellotime 2 fwddelay 15
        maxage 20 holdcnt 6 proto rstp maxaddr 2000 timeout 1200
        root id 00:00:00:00:00:00 priority 32768 ifcost 0 port 0
        member: tap1033 flags=3D143<LEARNING,DISCOVER,AUTOEDGE,AUTOPTP>
                ifmaxaddr 0 port 9 priority 128 path cost 2000000
        member: tap1032 flags=3D143<LEARNING,DISCOVER,AUTOEDGE,AUTOPTP>
                ifmaxaddr 0 port 8 priority 128 path cost 2000000
        member: tap1031 flags=3D143<LEARNING,DISCOVER,AUTOEDGE,AUTOPTP>
                ifmaxaddr 0 port 11 priority 128 path cost 2000000
        member: tap1030 flags=3D143<LEARNING,DISCOVER,AUTOEDGE,AUTOPTP>
                ifmaxaddr 0 port 10 priority 128 path cost 2000000
        groups: bridge
        nd6 options=3D63<PERFORMNUD,ACCEPT_RTADV,AUTO_LINKLOCAL,NO_RADR>
bridge104: flags=3D8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mt=
u 1500
        ether 58:9c:fc:00:05:61
        inet 192.168.104.1 netmask 0xffffff00 broadcast 192.168.104.255
        inet6 fe80::5a9c:fcff:fe00:561%bridge104 prefixlen 64 scopeid 0x5
        inet6 2a01:4f8:190:1183::104:1 prefixlen 64
        id 00:00:00:00:00:00 priority 32768 hellotime 2 fwddelay 15
        maxage 20 holdcnt 6 proto rstp maxaddr 2000 timeout 1200
        root id 00:00:00:00:00:00 priority 32768 ifcost 0 port 0
        groups: bridge
        nd6 options=3D63<PERFORMNUD,ACCEPT_RTADV,AUTO_LINKLOCAL,NO_RADR>

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233683-7501-5hLlqyPFZN>