IPV6 - pfsense behind BT Hub
-
Yes exactly ,but i was expecting the BT hub to give Pfsence an ip in the 2a0X:xxxx:xxxx:xx00:: /64 but it wasnt but gave it a fe80:: ?? will try to keep this as fe80:: and then use the /64 from the BT wan range in the LAN ,BUT that will still pose the issue of the BT box knowing how to get to this /64.
-
@stephenw10
Will look into this by weekend,so set a static route(BT hUB) for the /64 to the pfsense WAN (fe80::)?? -
Yes I would expect that to work. Odd that it doesn't assign the pfSense WAN a routable v6 IP though, it's set to DHCPv6? I assume other devices connected to the hub do get a v6 IP in that /64?
-
@stephenw10 said in IPV6 - pfsense behind BT Hub:
he is using the BT Hub router
I didn't see that. In that case prefix delegation won't work. He wants to put the modem in bridge mode. With it in gateway mode, only devices connected directly to it will get an address.
-
@Jid said in IPV6 - pfsense behind BT Hub:
Yes exactly ,but i was expecting the BT hub to give Pfsence an ip in the 2a0X:xxxx:xxxx:xx00:: /64 but it wasnt but gave it a fe80:: ?? will try to keep this as fe80:: and then use the /64 from the BT wan range in the LAN ,BUT that will still pose the issue of the BT box knowing how to get to this /64.
If that modem is in gateway mode, you can't put pfSense behind it and expect it to work properly. The pfSense WAN interface should get an address, but no prefix for the LAN. Every IPv6 capable device will have a link local fe80 address, no matter what it's connected to. That does not come from the ISP. It's often derived from the MAC address.
-
@JKnott
"With it in gateway mode, only devices connected directly to it will get an address". That is the case here .
The Probem is HOW do I get Devices on LAN side of Pfsense(connected directly to BT hub) to be able to route out in ipv6. -
Yes they do in the 2a0X:xxxx:xxxx:xx00:: range, however in the pfsense WAN(directly connected to LAN of BT Hub) its showing in the fe80:: range.
-
Some sort of route on the BT Hub, static or added via a PD.
Or put the hub in modem mode and just use pfSense directly.
I know the Business hub used to do something funky with static IPv4 subnets though that caused problems with that.
-
What is the pfSense WAN set to for IPv6? Or what was it set to before you set it statically?
If dhcpv6 doesn't work try SLAAC.
Steve
-
@stephenw10
DHCPV6 it gets fe80:: range , Static applied 2a0X:xxxx:xxxx:xx00:: /64 to match the 2a0X:xxxx:xxxx:xx00:: on the BT hub. -
@stephenw10
Just tried SLAAC and getting this fdaa:bbcc:ddee:0:215: is that good.
But i cant access any Node to test now . -
If other clients connected to the Hub do get an IPv6 IP as expected, what are they set to?
That address with SLACC is not any better really.
-
Thanks ,Stv unfortunateley no device is currently connected to LANof BT hub ,apart from Pfsense.
-
@Jid
Tried DHCPv6 now getting this fdaa:bbcc:ddee: ?
For the LAN side what should it ? Statics? with DHCPv6 active? -
I expect dhcpv6 to pull an routable v6 IP from a /64 withing the /56 BT are delegating to you.
I think you probably need to confirm a laptop connected to the Hub is getting that before going further here.
Steve
-
BT Hub IPv6 status:
EnabledIPv6 network status:
EnabledIPv6 WAN details
Global unicast address:
2a00:xxxx:xxxx:x801:86a1:d1ff:fea1:f0ddGlobal unicast prefix/length:
2a00:xxxx:xxxx:x801::/64Link local address:
fe80::86a1:d1ff:fea1:f0ddRemote link local address:
fe80::1e6a:7aff:fe68:f00DNS:
Not availableIPv6 LAN details
Global unicast address:
2a00:xxxx:xxxx:x800:86a1:d1ff:fea1:f0dfULA prefix / length:
fdaa:bbcc:ddee::/64Link local address:
fe80::86a1:d1ff:fea1:f0dfPfsense Status:
WAN : fdaa:bbcc:ddee:0:215:5dff:feb8:ea10 9 (DhcpV6)
LAN: 2a00:xxxx:xxxx:x802:87a1:d1ff:fea1:1000 /64 (Static)
Dhcpv6 server (enabled)
Range: 2a00:xxxx:xxxx:x802::100 to 2a00:xxxx:xxxx:x802::250 (PC are getting this range)
RA: RouterMOde Assisted.
Priority Normal
DNS Config. : 2001:4860:4860::8888Is any thing unusual here?
-
Thanks will try this later as its remote site .
-
@Jid
Just looked further on the BT Hub(under connected devices) and saw this :GUA (Permanent)
2a00:xxxx:xxxx:x800:215:5dff:feb8:ea10
DHCP
ULA
fdaa:bbcc:ddee:0:215:5dff:feb8:ea10
Assigned by device
Link local address
fe80::215:5dff:feb8:ea10
Assigned by device
SO the Pfsense is Actually getting ipv6 in the Right Prefix via Dhcp from HUb ,HOWEVER its prefers the link-local on the WAN interface. -
@Jid said in IPV6 - pfsense behind BT Hub:
@JKnott
"With it in gateway mode, only devices connected directly to it will get an address". That is the case here .
The Probem is HOW do I get Devices on LAN side of Pfsense(connected directly to BT hub) to be able to route out in ipv6.You don't. You're likely only getting a singe /64 from the modem. You can't take it further. You have to get the modem in bridge mode to do what you want.
-
@Jid said in IPV6 - pfsense behind BT Hub:
fdaa:bbcc:ddee:0:215: is that good.
That would be a Unique Local Address, the IPv6 equivalent of IPv4 RFC 1918 addresses. It is not usable for accessing the Internet.