Hello,
I have this setup:
FreeBSD server acting as a router/fw behind my ISP Fiber modem (bridge mode)
It gives me working IPv4 and IPv6
I’ve removed the modem and put a TP-Link MC220L, then setup the FreeBSD interface like this:
IPv4 works great but I can’t get IPv6:
Edit: apparently my ISP modem have a 6rd role, and once it’s gone it’s probably up to FreeBSD to take over. I don’t know how
For the record my router runs FreeBSD 14.2-RELEASE.
Any idea?
I have this setup:
FreeBSD server acting as a router/fw behind my ISP Fiber modem (bridge mode)
Code:
ifconfig_em1="DHCP"
ifconfig_em1_ipv6="inet6 accept_rtadv"
rtsold_enable="YES"
It gives me working IPv4 and IPv6
I’ve removed the modem and put a TP-Link MC220L, then setup the FreeBSD interface like this:
Code:
ifconfig_em1="up"
vlans_em1="836"
ifconfig_em1_836="DHCP"
ifconfig_em1_836_ipv6="inet6 accept_rtadv"
rtsold_enable="YES"
IPv4 works great but I can’t get IPv6:
Code:
# ifconfig em1.836
em1.836: flags=1008843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,LOWER_UP> metric 0 mtu 1500
options=4600403<RXCSUM,TXCSUM,LRO,RXCSUM_IPV6,TXCSUM_IPV6,MEXTPG>
ether 70:****
inet 78.**** netmask 0xffffff00 broadcast 78.****
inet6 fe80::****%em1.836 prefixlen 64 scopeid 0x6
groups: vlan
vlan: 836 vlanproto: 802.1q vlanpcp: 0 parent interface: em1
media: Ethernet autoselect (1000baseT <full-duplex>)
status: active
nd6 options=23<PERFORMNUD,ACCEPT_RTADV,AUTO_LINKLOCAL>
Edit: apparently my ISP modem have a 6rd role, and once it’s gone it’s probably up to FreeBSD to take over. I don’t know how
For the record my router runs FreeBSD 14.2-RELEASE.
Any idea?