• 0 Votes
    1 Posts
    127 Views
    No one has replied
  • 0 Votes
    15 Posts
    1k Views
    D

    I am not sure why everything is working, but it's working. Perhaps my configuration will be of assistance in the future.

  • Services / Router Advertisement - DHCPv6 server - strange behavior

    8
    0 Votes
    8 Posts
    705 Views
    E

    @JKnott said in Services / Router Advertisement - DHCPv6 server - strange behavior:

    Thanks to some genius at Google, Android does not support DHCPv6

    Same genius at Google for its Chrome OS ;-)
    Does also not fully support RFC 3315

    See: https://en.wikipedia.org/wiki/Comparison_of_IPv6_support_in_operating_systems

  • 0 Votes
    16 Posts
    1k Views
    johnpozJ

    @NickyDoes yeah a /56 is lot of /64s for testing and playing with ;)

    Best practice is /64 for any segment you want to break out.. Even if it only has a couple of devices on it.. It seems insane when you first start playing with Ipv6 to be honest.. Since a /64 is so freaking huge when it comes to how many IPs..

  • Tinkering with dhcpv6 to get IPv6 working on LitFibre (UK)

    7
    0 Votes
    7 Posts
    783 Views
    F022YF

    Following the info on the link provided worked so i'm all good to go. Thanks again

  • 0 Votes
    4 Posts
    2k Views
    JKnottJ

    @ChrisJenk

    Well, I you'll have to see what the flags are when whatever fails.

  • Stuck midway through IPv6 implementation

    12
    0 Votes
    12 Posts
    927 Views
    N

    @the-other

    Success! This issue was a layer 2 issue: I hadn't configured one VLAN switch port's VLAN ID, a simple oversight. Return traffic wasn't reaching the pfSense interface.

    Whittling away the unknowns.

  • Very Basic IPv6 security question.

    79
    0 Votes
    79 Posts
    17k Views
    JonathanLeeJ

    @guardian said in Very Basic IPv6 security question.:

    Hi - I have been using pfSense for several years, but just with IPv4 since I have yet to get my head around what I need to do to secure IPv6. At the moment I have IPv6 disabled on all interfaces including the WAN.

    I am being forced into IPv6 by my ISP due to changes in the cable TV system which is moving from a legacy RF system to an IPTV system that uses IPv6. (Rogers in Canada-Ignite TV-I was told it is a similar system to Comcast in the US-I think it is called Xfinity or something like that.)

    IIUC, I should be able to enable IPv6 on the WAN and get an IPv6 address (I think it uses DHCP6, but I'm not sure so I need to experiment), and since none of the other interfaces have IPv6 enabled there should be no traffic flow to/from the network.

    Am I correct, or do I need to take measures to protect my network?

    My initial goal is just to get IP connectivity to the router. Once I have done that to see if I can pipe IPv6 traffic over a VLAN.

    P.S.: Any suggestions as to helpful learning resources would be much appreciated.

    You can access the web gui over IPv6. So make sure you sure that fyi

    Example every interface can access the firewall gui unless you block it...

    Screenshot 2024-07-28 at 20.40.46.png

    Test it and see..

  • Proxing pure IPv4 Quick Question

    10
    0 Votes
    10 Posts
    632 Views
    JonathanLeeJ

    @johnpoz I have no idea, it only does it with iMac in safari browser with IPv6 enabled. That port 149 is not a standard port used often also. It makes no sense why it would be showing up so much.. thanks for verifying this with me.

  • 0 Votes
    6 Posts
    2k Views
    H

    Hi,
    Since you are using IP passthrough for IP4 why not do the same with IP6. I do not have static IP and do it this way. I guested at the settings having looked all over for configuration settings with AT&T. Comcast was much easier. I am definitely not an expert with this.

    WAN has DHCP for both IP4 and IP6
    I have the following DHCP6 Client configuration boxes checked
    Send IPv6 prefix hint
    Do not wait for a RA.

    I get a /128 IP for the WAN.

    On the lan side.
    I know of 2 settings that work for a LAN network with no VLANS
    IPV6 Configuration Track Interface or Type Static IPV6 (Will probably break if IP6 changes on WAN)

    With tack interface:
    You select the IPV6 Interface (WAN)
    You should get an IP6 for the LAN and mine was a /64
    At this point I get IP6 addresses for all the devices on the LAN interface.
    Problem with this setting is that I have VLANs setup and those VLANs don't get a IP6 address.

    This works but probably isn't correct.
    You can also change the LAN to static. I did this using the prefix address and selected an IP6 address with a /64 address. I used an IP6 calculator to guess at a correct IP6 address to choose.
    Routing and everything works for the LAN.
    The IPv6 upstream gateway is None.
    I was able to setup DHCP6 on the LAN with a range.
    Devices on the LAN can reach the internet via IP6
    I have not been successful figuring out how to get IP6 on the VLANs yet.

    Hope this helps.

  • I find this Router Advertisement descriptive text confusing

    2
    0 Votes
    2 Posts
    324 Views
    JKnottJ

    @NickyDoes

    If enabled, it uses RDNSS to provide the IPv6 server address. If not enabled, then you have to rely on DHCPv6 to provide is. If you don't have DHCPv6, then you have to rely on DHCPv4 DNS to provide an IPv4 DNS server address. However, whichever DNS server you use, you will get back the exact same info.

  • 0 Votes
    16 Posts
    1k Views
    GertjanG

    @br8bruno said in So close on IPv6 yet so far away - Can't get to internet over IPv6 despite everything seeming to be in place.:

    Not really sure, but I will as the ISP

    They will ask you to execute a traceroute to, for example, 8.8.8.8
    The second, third, maybe fourth IP listed is theirs - on of their equipment. Pick any of these, as long as they answer to ping.
    Further on, you'll will find the main 'highway Internet core routers'.

  • Homelab IPv6 - dynamic DNS and subnetting basics

    4
    0 Votes
    4 Posts
    1k Views
    keyserK

    @NickyDoes IPv6 gets quite tricky when it comes to pfSense. Like with IPv4 there is no support for automatic client DNS nameregistration in IPv6, so either you have to register all clients/servers manually (SLAAC clients and Static IP clients) or in some products the DHCPv6 server can register its clients in DNS - but not on pfSense though (so manually it is….).

    Also - IPv6 on most/all clients use something called privacy extensions, so if you use SLAAC you cannot create pr. Client outbound firewall rules. You have to allow og deny everything equally for the intire subnet.
    With privacy extensions clients will pick a new random IPv6 address every day for oubound connections.

    You could experiment with the new MAC address based firewall rules though…

  • pfSense host gets IPv6 from ISP (Google Fiber) but not LAN clients

    11
    0 Votes
    11 Posts
    2k Views
    N

    @rsaanon, looking for an update.

    Did you ever get IPv6 working smoothly with Google Fiber?
    Do you still have Google Fiber? What is your PD size now?

    @jimp said in pfSense host gets IPv6 from ISP (Google Fiber) but not LAN clients:

    I just showed you what a working setup looks like and what a working server sends. Your server is not sending that, thus your server is not working properly.

    Getting a working WAN address is not the same as getting a working and viable prefix delegation from upstream. One can work while the other is broken.

  • Local ISP weird behaviour w/ IPv6 via DHCP6

    16
    0 Votes
    16 Posts
    1k Views
    Y

    Looks like I was lacking "rapid commit" under advanced IP options. I tried to post instructions here but it keeps getting flagged as Spam. Check out https://www.reddit.com/r/PFSENSE/comments/1duuc6o/ipv6_troubles_unstable_pppoe_ipv6_address_via/ for the full post.

  • 0 Votes
    3 Posts
    603 Views
    GertjanG

    @JonathanLee said in IPv6 HE tunnel broker and Netflix quick fix idea:

    This fixed my issues 100% anyone else parse AAAA and A dns records like this?

    That issue is very old.

    Hit the search button - its just above :

    979fea0f-8b0a-4338-afa4-9be21a3aeefa-image.png

    The issue has even a pfBlockerng solution made for it :

    99d7ab85-cb14-44e3-958e-e48648d7256f-image.png

    Check the check box.
    Add all the host names that should not be resolved to AAAA.
    Done.

  • IPv6 EUI-64??

    32
    0 Votes
    32 Posts
    3k Views
    JKnottJ

    @JonathanLee

    Yes, I've been aware of that for coming up on 30 years.

  • HE tunnel broker questions

    7
    0 Votes
    7 Posts
    776 Views
    GertjanG

    @JonathanLee said in HE tunnel broker questions:

    I went the old way of wan only

    The old way ?
    If your uplink is rather big, like a Gigagbit or way more, it's the dangerous way.

    Incoming, Internet originated traffic, is normally dropped without any further actions taken.
    If you decide to have that traffic analyzed by, for example, snort, then you expose yourself to a much greater DOS risk : the more traffic comes in, the harder snort is going to "snort" on it.
    Now, all it takes it : I, with my bots, send you a loads of 'suspect' traffic and your firewall comes to a crawling halt.
    Remember : you can not stop the the traffic coming into your WAN, only your ISP can. If you want to spend a zillion CPU cycles on every bad packet, and lots of these are coming in, your firewall will get overloaded.

  • HE tunnel and 2 WAN interfaces question

    8
    0 Votes
    8 Posts
    492 Views
    johnpozJ

    @JonathanLee don't use bang rules.. If you don't want lan net to talk to opt net, then put in a block rule for opt net above your allow. Yes the network/subnet aliases would be the ipv4 or ipv6 networks on said interfaces.

  • 0 Votes
    27 Posts
    2k Views
    JKnottJ

    @lmat said in Static IPv6 "gateway does not lie within one the chosen interface's subnets":

    I ran the packet capture for several minutes: tcpdump -vvv -ttt -i igb0 icmp6; and got the following:

    Use the packet capture that's in pfSense. You may have to install it. Then post the capture file here. It's a lot easier to examine the capture with Wireshark that what packet capture displays.

    Here's what a router advertisement looks like in Wireshark:

    ae550191-613d-491b-bc38-83746130322c-image.png

    And when expanded, selecting IPv6 info:

    1f6587bd-bae2-4ff2-8f09-66e18495c283-image.png

Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.