• [Solved] Unable to ping pfSense's LAN interface on IPv6

    16
    0 Votes
    16 Posts
    9k Views
    S
    @tomsparklabs said in [Solved] Unable to ping pfSense's LAN interface on IPv6: rebooted the router Hmm, thanks from the future...I set up an HE tunnel tonight and though the router could get out over IPv6, and PCs got IPv6 addresses, I found the PCs could not ping the router, dig to pfSense DNS over IPv6 to the LAN IPv6 was blocked by the default block firewall rule despite already having a LAN IPv6 to any rule, and new rules I added for DNS. Restarting pfSense (2.5.1) got IPv6 working fine from the PCs. Oddly https://test-ipv6.com/ worked...I guess over IPv4? But it showed IPv6 working, 10/10.
  • [solved] RA Subnets

    37
    0 Votes
    37 Posts
    6k Views
    JKnottJ
    @bob-dig I agree it should be easier to find. As for the name alias, that was even the case with IPv4, before there was IPv6. I assume it's because you have more than one address an interface can use, which is not typical. Also, with IPv6, you have not just mulitple addresses, you have multiple prefixes. Even if you don't have an alias, with SLAAC you can have up to 8 addresses, then there's link local too. By the time you've added a 2nd prefix, you're up to 17 addresses on a single interface.
  • IPv6 Router behind router

    68
    1 Votes
    68 Posts
    19k Views
    A
    I can use the IPV6 that are assigned on the USG DHCP to address computers from the internet. It just won't say "Internet" on Network and Sharing Center, or pass any IPv6 tests. Ping (as well as traceroutes) from local computers to google.com are fine even though it says "No Internet Access". The traceroutes go from the USG to the pfSense LAN IPv6 out to the internet, even though I have the link-local gateway address of Cox specified in the next-hop on the USG.
  • 0 Votes
    2 Posts
    624 Views
    lohphatL
    I found the problem. I had IPv6 enabled in pfBLocker-devel 3.0.16 DNSBL: IPv6 DNSBL Enable Enable DNSBL for IPv6 DNS Resolution filtering. Default IPv6 Webserver address [ ::10.10.10.1 ] and ports [80/443] radvd was choking on the ::10.10.10.1 RDNSS line of the config file.
  • Persistently Change RADVD AdvLinkMTU?

    ipv6 mtu 6rd
    5
    0 Votes
    5 Posts
    2k Views
    D
    Just in case someone finds this hack useful, the following is the patch I used on 2.5.0. It will only do what is intended (hardcode advertised MTU to 1480) if "Use same settings as DHCPv6 server" is unchecked under the Router Advertisements configuration settings. src/etc/inc/services.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/etc/inc/services.inc b/src/etc/inc/services.inc index a3203aaaf7..1c63272ca1 100644 --- a/src/etc/inc/services.inc +++ b/src/etc/inc/services.inc @@ -130,7 +130,8 @@ function services_radvd_configure($blacklist = array()) { $radvdconf .= "\tAdvDefaultLifetime {$dhcpv6ifconf['raadvdefaultlifetime']};\n"; } - $mtu = get_interface_mtu($realif); + /*$mtu = get_interface_mtu($realif);*/ + $mtu = 1480; if (is_numeric($mtu)) { $radvdconf .= "\tAdvLinkMTU {$mtu};\n"; } else {
  • IPv6 No Gateway after 2.5 upgrade

    97
    2 Votes
    97 Posts
    34k Views
    yon 0Y
    https://redmine.pfsense.org/issues/11800
  • IPV6 ULA LAN to WAN ISP Public IPV4 internet possible?

    4
    0 Votes
    4 Posts
    747 Views
    johnpozJ
    @starcodesystems said in IPV6 ULA LAN to WAN ISP Public IPV4 internet possible?: you have to know how to do these things Huh? Why would you need to know how do stuff that makes no sense to do? Do you have a use case example where anyone would want/need to do such a thing? Where it wouldn't make more sense to just give the device rfc1918 that you nat to your public IPv4..
  • IPv6 Tracking Interfaces Lose IPv6 Address

    21.02 ipv6
    27
    0 Votes
    27 Posts
    4k Views
    johnpozJ
    I don't think its really anything to do with the AP firmware.. So I don't think they will be able to fix it.. From what a few were saying has to do with the different auth that wpa3 uses.. Not sure - have not dug that deep into yet. I was really hoping to just have guest be limited to wpa3.. But I will live with this compromise.. Just thought give you a heads up if you were doing the same thing.. And you had friends come over - and you get hey this qr code thing isn't working ;)
  • Bug: cannot disable DHCPv6 Server

    11
    0 Votes
    11 Posts
    2k Views
    JKnottJ
    @gertjan Yep. He was one of my favourite things in that magazine. Incidentally, I have every paper issue of the magazine on my shelves here, going back to Vol 1, #1, Sept 1975. I bought the first three issues in person from the original publisher, Wayne Greene, at an amateur radio convention in Ottawa in 1975. He put the magazine in his wife's name for tax reasons. He then lost it when they divorced.
  • pfSense IPv6 RA RDNSS lifetime is too short (not compliant with RFC8106)

    10
    1 Votes
    10 Posts
    4k Views
    Y
    @fabrizior I didn’t know it was a thing :) Thanks for the information.
  • 0 Votes
    7 Posts
    1k Views
    DerelictD
    @jknott I didn't say reboot. I said save WAN again. Your workflow might be triggering a dhcp6c refresh, but, in general, when you make changes to inside interfaces set to "track interface" you have to save WAN again to pick them up. The dhcp6c client is the mechanism that sets all of the interface addresses. That happens when dhcp6c receives the PD. That happens on WAN. pfSense itself does not do any of that work.
  • 2.5.1-RC IPv6 still bugged with Multi WAN

    2
    0 Votes
    2 Posts
    548 Views
    MikeV7896M
    Since this is the forum for IPv6 and not the forum for the Development 2.5.1-RC snapshots, you may want to re-post this over there, where the developers would be more likely to see it. https://forum.netgate.com/category/83/21-02-2-2-5-1-snapshots
  • Deny unknown clients for DHCPv6 server

    4
    0 Votes
    4 Posts
    1k Views
    S
    I have a similar use case, namely building tenants with their own routers. Can this method (firewall rules) be used to control prefix delegation, or at least restrict access to allowed tenants? We're doing this (denying) now with IPv4, where we tell them to plug in, see the IPv4 lease request to create a static lease, after which we can create a firewall rule allowing it. Can't get the old Comcast router to give more than a /64 so I was thinking of using Hurricane to get IPv6 for the tenants.
  • 0 Votes
    27 Posts
    4k Views
    J
    @derelict Of course, it was one of the DHCPv6 messages. That makes a lot of sense. (I thought this was RA-related since as discussed before, the DHCPv6 mode is the only way aside from SLAAC to make pfSense pick the gateway from the RA message.) So we're back to not receiving the DHCPv6 messages at all. I added similar rules for DHCPv6 messages, and we just don't see them at all. But that's not an issue for this thread.
  • Some IPv6 questions (setup)

    6
    0 Votes
    6 Posts
    878 Views
    JKnottJ
    @bob-dig That's nonsense. First off, we shouldn't avoid IPv6, as that's what the world is moving to and the sooner the better. Also, I gave some suggestions that may help @MrGlasspoole with his problem.
  • Configuring multiple routable IPv6 subnets with multiple routers

    5
    1
    0 Votes
    5 Posts
    1k Views
    JKnottJ
    @foo said in Configuring multiple routable IPv6 subnets with multiple routers: How should I have the router A, LAN A and LAN B interfaces configured to connect to router B and C? Should I use DHCPv6 or RA? Think about how you'd do it in IPv4. You set up routes to say those addresses go there. Same thing with IPv6. This is basic stuff for anyone setting up networks, whether IPv4 or IPv6.
  • RA (and therefore SLAAC) not working after updating to 2.5.0

    7
    0 Votes
    7 Posts
    2k Views
    B
    @jimp said in RA (and therefore SLAAC) not working after updating to 2.5.0: It still looks like a settings issue. If your ISP is sending you a /56 then set the delegation size on the WAN settings to match, /56. It should slice that up into /64 chunks automatically. Holy cow, really simple to fix, if you just know what to do ;) Thank you so much, this solved the issue!
  • Announcing /48 to BGP peer

    41
    0 Votes
    41 Posts
    14k Views
    johnpozJ
    Why stop there.. While they are at - let me put a /32 on the interface.. That is the min sized prefix you get from arin ;) so you might as well let me put it on my interface - I might want to route it <rolleyes> And clearly the only way to route anything is put it on an interface..
  • IPv6 Firewall Rules

    5
    0 Votes
    5 Posts
    2k Views
    MikeV7896M
    Just like you have rule #2 preventing access to the private IPv4 range, create a rule that prevents access to your IPv6 prefix range. I'm assuming that your IPv6 prefix is static (I certainly hope it is if you have 40 VLANs). For example, if your prefix is 2001:aaaa:bbbb:cd00::/56, create a rule that prevents access to that entire address range. Now your various VLANs won't be able to communicate with each other via IPv4 or IPv6. Of course, if you use pfSense for DNS, NTP, etc., I hope you've allowed those through other rules, because that block would also prevent communication with pfSense. If you want to allow communication between two VLANs, create a single rule for both IPv4/v6, and use the "[interface] Network" selection for the destination... that will include both the IPv4 and IPv6 subnets for the VLAN that you select.
  • How to change Link Local on WAN?

    1
    0 Votes
    1 Posts
    397 Views
    No one has replied
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.