• IPv6 and ICMP

    4
    1
    0 Votes
    4 Posts
    870 Views
    JKnottJ
    @jpvonhemel You might want to allow ping. Most of the ICMP6 stuff is used on the local LAN and on the WAN side, pfsense is the "client". As for sparse addresses, the standard LAN size is a /64, which has as many addresses as the entire IPv4 address space squared. In that huge space, you might have a few dozen working addresses at any time, most of which are temporary. Bottom line, you're not much of a target. Did that test site list which ICMP6 it was testing?
  • Why are the default RA intervals and lifetime values so low?

    6
    1
    0 Votes
    6 Posts
    2k Views
    O
    @viktor_g I created a redmine ticket for this here: https://redmine.pfsense.org/issues/12280
  • Comcast Metro-Ethernet Fiber w/Static IPv6- can't get to work

    8
    0 Votes
    8 Posts
    2k Views
    JKnottJ
    @jbattermann I haven't done load balancing, so I can't help with that. Are you saying you have 2 prefixes on the LAN side of one network? Also, load balancing on the WAN side shouldn't have any effect on the LAN.
  • IPv6 only GRE Tunnel

    3
    0 Votes
    3 Posts
    468 Views
    A
    thank you!
  • 0 Votes
    1 Posts
    416 Views
    No one has replied
  • ipv6 router behind router (static)

    2
    0 Votes
    2 Posts
    589 Views
    JKnottJ
    @xyz By having another router ahead of pfsense, you're creating your problem. ISPs typically use DHCPv6-PD to pass the prefix on to the subscriber. That first router blocks that. This means you have to route the prefix to pfsense and I don't know that the first router is capable of that. BTW, one of the reasons for a firewall/router such as pfsense is to keep the trash out.
  • GIF Tunnel & Disconnected IPv4 WAN Filling State Table

    1
    0 Votes
    1 Posts
    349 Views
    No one has replied
  • IPv6 IP Stuck

    2
    0 Votes
    2 Posts
    557 Views
    JKnottJ
    @chrisjmuk ::1 is the loopback address, just like 127.0.0.1 with IPv4. If you ping that address, the ping won't leave the device you're on. For this sort of thing, you could use the link local address, if you don't have global or unique local addresses available. Link local addresses start with fe80:.
  • IPv6 LAN to WAN NAT

    11
    0 Votes
    11 Posts
    1k Views
    C
    @jknott found the issue, was stuck in the state, needed to clear. another issue is that i can cant ping a certain ip on my cisco and it cant ping the pfsense, ::1 but can ping ::20 no idea why.
  • How do I configure ipv6 on pfsense

    2
    0 Votes
    2 Posts
    9k Views
    JKnottJ
    @uzairali001 said in How do I configure ipv6 on pfsense: Set DHCPv6 Prefix Delegation size to 64 Set that to whatever the ISP provides. Mine gives me a /56. DHCPv6 Server check DHCPv6 Server Use SLAAC unless you need DHCPv6. Assisted I have unmanaged.
  • What can block IPv6 on the intranet?

    1
    2
    0 Votes
    1 Posts
    392 Views
    No one has replied
  • Interfaces keep restarting when enabling DHCP6/IPv6

    1
    0 Votes
    1 Posts
    294 Views
    No one has replied
  • no hostname for Ipv6 SAAC

    2
    0 Votes
    2 Posts
    682 Views
    JKnottJ
    @j-koopmann With SLAAC, you have 1 address that's consistent and up to 7 privacy addresses, with a new 1 every day. You configure DNS for the consistent address. If your ISP does not provide a consistent prefix, you can use ULA addresses, in addition to GUA, to have a consistent address for DNS. '
  • Assign WAN IPv6 to LAN Clients

    ipv6
    12
    0 Votes
    12 Posts
    2k Views
    JKnottJ
    @virgiliomi One other point about VPNs. I use my IPv4 address for it for 2 reasons. One is I only use the VPN from my notebook computer, which I might be using from a location that only has IPv4 and the other has to do with DNS. I use a public DNS server which is configured for the IPv6 addresses that I want to make available on it. But my public IPv4 address is an alias that points to the host name provided by my ISP and is based on my cable modem and firewall MAC addresses. With the alias, the IPv6 address is never used. I could directly configure the IPv4 address, so that the IPv4 or IPv6 address would be used as appropriate, but that would then fail on the very rare occasion that my address changes.
  • ipv6 domain controller with dhcp server

    6
    0 Votes
    6 Posts
    1k Views
    JKnottJ
    @shootify You don't have to use a DHCPv6 server on the LAN. As I mentioned, Android devices won't work with it. SLAAC does all you need, unless you have a specific requirement that needs DHCPv6. I have both GUA and ULA here and only use SLAAC.
  • Enabling IPv6 on Comcast home network

    72
    0 Votes
    72 Posts
    19k Views
    JKnottJ
    @johnpoz One work around for those with changing prefixes would be to use Unique Local Addresses, as I describe here. Then they could still use DNS to point to local addresses.
  • DNS resolver refuses queries via IPv6

    9
    0 Votes
    9 Posts
    2k Views
    S
    @jknott Windows doesn't use configured DNS servers in order, it remembers the "last success" and prefers that one. It's not new in W10. People get in trouble all the time by listing their domain controller IPs first and public DNS "as a backup" and end up having network problems when the PC can't find the domain on the public DNS. @cmcqueen Can you ping the router LAN IPv6 when in the "bad" state? This is probably not your issue but after setting up a Hurricane Electric tunnel recently, I found the PCs could connect out over IPv6 but could not ping the LAN IPv6 nor resolve DNS until the router was restarted. Couldn't seem to duplicate it afterwards which is odder.
  • pfSense 2.5.0 not picking up default gateway via SLAAC ?

    7
    0 Votes
    7 Posts
    1k Views
    S
    @dr_tech If you're actually on 2.5.0 there was this IPv6 fix in 2.5.1: Gateway value for DHCP6 interfaces missing after RA events triggered script without gateway information
  • IPv6 Prefix Delegation with Hurricane Electric Tunnel

    8
    3
    0 Votes
    8 Posts
    2k Views
    JKnottJ
    @dr_tech Then use those routers as APs, one on each subnet. Again, no need for routing. However, have fun with finding clear WiFi channels on 2.4 GHz.
  • How to add IPv6 to local network

    Moved
    8
    0 Votes
    8 Posts
    1k Views
    JKnottJ
    @operations No, DHCPv6-PD is used to assign addresses and prefixes. The DHCPv6 part is similar to DHCP in IPv4, in that it provides an interface address. The PD part provides the prefix for use on the local networks. DS-Lite refers to a method for providing IPv4 over an IPv6 only network. It encapsulates the IPv4 packets in IPv6 and uses carrier grade NAT to provide the IPv4 addresses.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.