• 2 Votes
    1 Posts
    897 Views
    No one has replied
  • Do I have IPv6 Setup right?

    2
    0 Votes
    2 Posts
    555 Views
    NogBadTheBadN
    Did the ISP mention a ND & PD prefix, I recieved the following from my ISP:- ND Prefix: 2a02:xxxx:xxxx:xx::/64 PD Prefix: 2a02:xxxx:xxxx::/48 The ND prefix is for the WAN interface and the PD prefix for the LAN, I split my PD into /64 chunks. [image: 1532608863839-untitled-resized.jpeg] [image: 1532608539896-untitled-2-resized.png] [image: 1532608897675-untitled-3-resized.png] [image: 1532608769255-untitled-4-resized.jpeg]
  • Static IPv6 configuration with gateway from router advertisement

    1
    0 Votes
    1 Posts
    365 Views
    No one has replied
  • cellular ipv6 in USA, preferably AT&T?

    29
    0 Votes
    29 Posts
    4k Views
    G
    I can confirm that it's possible to get IPV6 on the LB1120 in bridge mode with AT&T working in PFsense, but it's a VERY non-optimal configuration. It appears that I get a single /64 via SLAAC (as mentioned above). The default route for internet isn't fe80::1 It appears to be randomly generated and locally advertised. Here's where things get weird - although I can see the router adverts, the router won't actually pass the packets if I boot it connected to PFsense. Here's what did work: Hook the LB1120 (unpowered) up to a computer running windows. Turn on the LB1120 and let it boot Query the ethernet port in windows with 'ipconfig'. Record the IP address received by windows, the GW address assigned, and the ethernet address of the windows machine's ethernet port. Unplug the LB1120 from the win10 computer (don't power it off). Configure PFsense to spoof the win10 computer's HW address, set static IPV6 using the assigned address (though you can actually change it slightly, too). I'm also assigning it as a /126 (/128 might be possible), and set a static gw recorded above. The mac spoof is necessary to get both a DHCPv4 IP and working IPV6. Yes, this is incredibly hackish. Ideally, I'd like to figure out what magic is happening with windows that isn't happening with PFsense, so I can set this thing to autoconfig. So far, I see only 2 differences in the packet captures: Windows uses an AT&T-advertised nameserver on a private local address: fc00:a:a::300 I tried hard-coding that nameserver in the config, but it did not help. 2. Windows sends a bunch of broadcasts on ff02::16. This is multicast listener discovery. I'm not sure how to make PFsense send these, and only a few search hits for mld with pfsense. Any ideas? Now, I'm having some trouble getting ipv6 packets to pass the wireless WAN link when the router is set to prefer the wired IPV6. But that's a multi-WAN issue, so I'll probably start a new thread on that.
  • IPv6 Router Advertisements - Router Mode - Stateless DHCP

    3
    0 Votes
    3 Posts
    989 Views
    N
    [image: 1531078228218-capture.png] @isaacfl said in IPv6 Router Advertisements - Router Mode - Stateless DHCP: From my own testing today. "Stateless DHCP" seems to be the same as assisted but with the "Management" flag not set. My PC's seemed to not mind, but my Apple products work better with "Assisted". Which is exactly what the dropdown says?
  • IPv6 - No Address on WAN?

    2
    0 Votes
    2 Posts
    770 Views
    G
    @xero9 I'm in a similar boat. In most cases, I've just applied the changes through the webGUI. Sometimes, I'll release and renew the DHCP through the webGUI. On occasion, I've taken disabled and re-enabled the interface in the GUI to ensure that I've forced a reset (though this is probably overkill). I haven't had to reboot the machine. Are you able to consistently get an address on your WAN? Something starting with 2600:, probably? It will always have an address starting with fe80:
  • IPv6 default route is lost

    10
    0 Votes
    10 Posts
    2k Views
    A
    Great defect report you have made: https://redmine.pfsense.org/issues/8611
  • Strange entries in the LAN f/w blocked log

    27
    0 Votes
    27 Posts
    4k Views
    IsaacFLI
    @isaacfl actually, I just went and checked and my "cheat sheet" for multicast is obsolete See https://en.m.wikipedia.org/wiki/Multicast_address For updated multicast (go down to IPv6 )
  • ICMP filtered

    9
    0 Votes
    9 Posts
    3k Views
    IsaacFLI
    @jycai Here is my WAN rule for ICMP [image: 1530296078722-wanicmp-resized.png]
  • 6to4: monitoring gateway address needs to entered manually

    3
    0 Votes
    3 Posts
    677 Views
    lohphatL
    @theserverguy Only after I enter the ::1 address specifically in the monitoring field. Just enabling the 6to4 config isn't enough for the gateway monitoring. If I leave it blank IPv6 still works but the monitor says it's down. So it seems to be cosmetic but affects the uptime stats. So I suspect the 6to4 code simply missing a step when it creates the dynamic gateway for monitoring.
  • sub-delegation of WAN PD for DHCPv6 server

    15
    0 Votes
    15 Posts
    3k Views
    jimpJ
    @jknott said in sub-delegation of WAN PD for DHCPv6 server: @jimp said in sub-delegation of WAN PD for DHCPv6 server: “Prefix” doesn’t mean /64, it means “IPv6 subnet” "PD" means prefix delegation, part of the process that creates addresses for devices. The prefix, with PD, is 64 bits and the other 64 bits are determined by some other means such as SLAAC or DHCPv6. PD does mean prefix delegation, but I think you might be confusing a couple terms. Normal DHCPv6 doesn't involve PD. If a client just wants an address it requests one from the interface which is inside the /64 subnet. If that client also happens to be a router, then it kicks in PD to request a delegation. This is an additional block of addresses that get routed to the client. PD is not locked to /64. You can delegate whatever size blocks you want depending on what you have available. PD is frequently larger than /64, that's how an ISP will assign multiple /64's to a single customer, by delegating them a /60, /56, or whatever they choose. The firewall will take individual /64 networks out of that block and assign them locally. When you set an interface in pfSense to "Track Interface" for IPv6, you can then set an IPv6 Prefix ID which controls how it chooses a network to put on the interface. If your ISP uses PD to delegate you a /60, then you can choose from 16 different IDs for /64 networks inside that block (id 0 through f), so you can delegate ID 0 to your LAN, 1 to a guest network, 2 to a DMZ, and so on. In OPs scenario, they want to take some of that, say IDs 8-F, and use that to delegate to some other router. For example, ID 0 would be on LAN, a client gets an address in the 0 network, and then the firewall would route prefix ID 8 to that address.
  • Using IPv6 tunneling to sidestep gaming NAT issues

    1
    0 Votes
    1 Posts
    537 Views
    No one has replied
  • IPv6 flow label support

    ipv6
    2
    0 Votes
    2 Posts
    1k Views
    JKnottJ
    It's also been in Linux for a while.
  • DHCPv6 DNS Listing With Prefix from ISP that is not Static

    6
    0 Votes
    6 Posts
    1k Views
    JKnottJ
    @virgiliomi I've had the same prefix since that setting was added, about 2 years ago IIRC. That's stable enough for me. On IPv4, my host name is based on firewall & cable modem MAC addresses and so never changes unless I change hardware. This means that no matter what my IPv4 address is, I can still find my network. However, my IPv4 address is also stable, so long as I leave my firewall running, other than the rare occasion when my ISP makes network changes.
  • 6to4 WAN config not returning default gateway

    1
    0 Votes
    1 Posts
    451 Views
    No one has replied
  • Working around AT&T's terrible native IPv6 implementation

    12
    0 Votes
    12 Posts
    3k Views
    JKnottJ
    @johnpoz said in Working around AT&T's terrible native IPv6 implementation: Because they are special assignment prefixes… 2001:db8::/32 is designed for documentation purpose use… Just like 192.0.2/24 in ipv4… There are others in ipv4 as well that do not route other than rfc1918… 2001:2::/48 is for benchmarking, and again not designed to route globally. There are others that might not route, they have caveats… Here… https://www.iana.org/assignments/iana-ipv6-special-registry/iana-ipv6-special-registry.xhtml Oh, that sort of thing. I wonder why they didn't use a ULA for that, instead of messing things up.
  • /60 on WAN, /63 on LAN

    26
    0 Votes
    26 Posts
    3k Views
    M
    @deet Exactly what I've been through. :( In case I can't clear, my PD on LAN is now a /64. Before with WAN set to /59 and hinting I was getting the /63 on WAN. I also turned off the firewall on the cable modem. Under firewall for IPv4 and 6 select Custom then at the bottom the last check box is were you can disable it. It's kind of hidden.
  • IPv6 HE tunnel coexisting with Prefix Delegation

    2
    0 Votes
    2 Posts
    679 Views
    No one has replied
  • Netflix & HE.net tunnel fix using unbound python module revisited.

    7
    0 Votes
    7 Posts
    2k Views
    A
    @satadru said in Netflix & HE.net tunnel fix using unbound python module revisited.: Note that the last line restarts unbound, since I’ve discovered that with timing of the script running, it is best to force unbound to restart to make sure that the symlinking for python is done before unbound starts. (Otherwise it might not start.) thanks for that, will check later on
  • Dual WAN IPv6

    5
    0 Votes
    5 Posts
    2k Views
    D
    @zer0t3ch said in Dual WAN IPv6: @mrsunfire: Yes the LAN gets an IPv6 too. I think the problem is the Track Interface option. That is set wo WAN, so it can‘t use the WAN_VDSL. In my point of view Multi WAN is impossible with IPv6. Or can I set LAN to assign it‘s IPv6 by DHCP? Multi-WAN is possible within the confines of what IPv6 is capable of, just not easily done with pfSense right now. ULA + NPt seems to be about the only (mostly) reliable way to get Multi-WAN IPv6 working, with appropriate caveats.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.