• Use Delegate IPv6 Prefix in LAN

    11
    0 Votes
    11 Posts
    2k Views
    M
    I have the same problem. My LAN doesnt get an IPv6. My WAN interface receives one.
  • 64share IPv6 with tethered iPhone

    2
    0 Votes
    2 Posts
    881 Views
    M
    Right now I see in the logs``` Apr 2 15:46:37 dhcp6c 35833 advertise contains NoPrefixAvail status Apr 2 15:46:37 dhcp6c 35833 Sending Solicit But why? Here's a short dump: ![](https://i.imgur.com/2ujp779.jpg)
  • [SOLVED] How to IPv6 on multiple LANS? Track interface only supports one.

    Locked
    6
    0 Votes
    6 Posts
    2k Views
    DerelictD
    Do not think of an IPv6 prefix in terms of the number of addresses on a subnet. That is always /64. Think of it in terms of the number of /64 networks you have available to use on interfaces. /48 = 65536 /64s or 256 /56s for routing, delegation. /56 = 256 /64s /60 = 16 /64s You can call it ridiculous all you want. It is the way IPv6 is designed. Embrace it knowing you never ever ever have to worry about subnet size again.
  • IPV6 Track Interface

    14
    0 Votes
    14 Posts
    9k Views
    JKnottJ
    @router_wang: @JKnott: …is there some reason why you don't want your WiFi on the same network as your local LAN?  The last time I did that was back in the 802.11b days, when only the insecure WEP encryption was available.  Then I had the WiFi on the outside of my firewall and used a VPN to access my network.  Currently, I just have an access point, not router, connected directly to my LAN, using WPA2 for encryption. Guest WiFi access. Also "facebook" syndrome. Why let rogue cellphone apps inventory and probe your network. I don't think a guest Wifi was the intent of the OP.  There's no reason why you can't have both LAN and guests on their own prefix.  Regardless, my point was there isn't much need to keep WiFi devices off of the local LAN, as WPA2 is quite secure.  That was not the case with WEP.
  • Centurylink IPv6 issues

    4
    0 Votes
    4 Posts
    4k Views
    G
    For anyone else reading this thread, I also had to configure my WAN interface for VLAN 201, set my WAN MTU to 1472 and MSS to 1448 then set my LAN interface MSS to 1448.
  • DHCPv6 with PD - WAN not allocated address

    6
    0 Votes
    6 Posts
    962 Views
    B
    It works now. :) I didn't change anything however so my ISP must've done something.
  • IPV6 Out range

    6
    0 Votes
    6 Posts
    969 Views
    JKnottJ
    Why do you think the WAN address should be within your /60?  With that /60, you can have up to 16 LANs with a /64 prefix within 2600:8801:1d00:DE50 - 2600:8801:1d00:DE5E.  Normally, with IPv6, the ISP will assign a WAN address that is outside of your prefix.  That is certainly the case here.  Also, you don't actually need a routeable address on the WAN port, as routing, in IPv6, is normally done over the link local addresses.  The routeable address on the WAN interface would only be used for management and diagnostics.
  • NDP proxy where are you

    50
    0 Votes
    50 Posts
    22k Views
    jimpJ
    Then lobby to your ISP to get it fixed. It we add workarounds for broken designs, then ISPs will have no incentive to fix their broken designs.
  • TLS handshake fails for some sites over IPv6?

    3
    0 Votes
    3 Posts
    2k Views
    X
    No, the problem disappeared by itself… Probably an issue with my ISP?
  • PfSense 2.4.2, dual WAN IPv4 and HE IPv6 trouble…

    2
    0 Votes
    2 Posts
    733 Views
    P
    I can add that I use a Windows 2016 IPv6 DHCP server for address leasing My pfSense is set up for Unmanaged Router Advertisment And I attach my LAN interface config Thank in advance for any help ///Peter! [image: IPv6_RA.PNG] [image: IPv6_RA.PNG_thumb] [image: LAN_Interface.PNG] [image: LAN_Interface.PNG_thumb]
  • Netgate SG-4860 crashing when changing WAN IPv6 parameters?

    5
    0 Votes
    5 Posts
    958 Views
    R
    I think something might have been locking me out with the firewall rules when making interface changes. In my case, I basically have a DMZ router hop to an internal network.  In order to rule this out, I connected my laptop directly to the LAN port of the Netgate. I'm now able to make changes to the interfaces and not get locked out. I'm also on Comcast, I set a prefix delegation hint of /60 and they happily handed me back that prefix.  Something to keep in mind if you need more subnets :)
  • Logged, but not formatted

    5
    0 Votes
    5 Posts
    845 Views
    H
    @JKnott: The only LL packets that pfSense can see are those that pass through a pfSense interface.  I know about the multicast packets for things such as router advertisements etc..  However, MLD is used to discover which devices on a local LAN want to receive specific multicasts from elsewhere, not those originating on the local LAN.  For example, if your computer wants to listen to some multicast out on the net, the routers (and possibly switches) listens for the request and then arranges to get that multicast from the source and pass it on to the requesting device(es). Agreed; all the packets logged are from potential LAN clients of a multicast stream that the pfsense router has access to. If you execute "netstat -s -s" you can see that under icmp6: has reference to "MLDv2 listener report" which am guessing means the number of listeners observed since boot. @JKnott: There is no need to do this on the local network.  Also, multicasts are not received by every node on the network.  They are filtered by multicast MAC address in the NIC, so that if a node is not interested in a particular multicast, it doesn't hear it. Yes, I understand and agree that multicasts are not received by every node. My understanding that the higher level IP protocols configure the Ethernet interface according to their needs to take advantage of the NICs ability to ignore Ethernet multicast traffic in hardware. The packets coming from various LL addresses on my LAN are sending to an IPv6 multicast address (ff02::16) that must be enabled by the pfsense router based upon a reserved Ethernet multicast address for MLDv2. I know how the old mapping of IPv4 multicast addresses were handled, but have not come across the equivalent method that supports IPv6 multicast addresses. IPv6 has many multicast addresses defined for LL traffic (https://www.iana.org/assignments/ipv6-multicast-addresses/link-local.csv) @JKnott: This differs from IPv4 broadcasts that all devices receive.  The only thing that's comparable in IPv6 is the all nodes multicast, which is received by all nodes and used for things like router advertisements.  Also, that "2" in ff02 refers to the scope, in this case link local.  That means a router will ignore it, as it doesn't have anything to do. Both IPv4 and IPv6 use Ethernet multicast. IPv4 also uses Ethernet broadcast, which is not supported in IPv6, but, as you pointed out, however, if every IPv6 node enables the same Ethernet multicast address on a specific interface, then there is an effective link broadcast address. Routers will NOT repeat that traffic onto other links. @JKnott: BTW, RFC 3810 has been superseded by RFC 4604. RFC4604 is an update to RFCs 3376 and 3810 and clarifies how IGMPv3 is related to MLDPv2 And, I still am waiting to hear why there is selective filtering of logged traffic. I wonder what else is unformatted besides MLDv2 listener reports…
  • 0 Votes
    10 Posts
    1k Views
    johnpozJ
    To the time it takes.. You understand you can copy a rule right, and then just need to change the interface and it moves over to that tab.. So creating your rule once and then copy to multiple vlans only takes a few seconds.  And if you used alias to list your ports for your dest and even your dest IPs.. You just need to modify those and all rules using those would auto get updated..
  • DHCPv6 not giving out working IP addresses - Wrong Subnet

    1
    0 Votes
    1 Posts
    528 Views
    No one has replied
  • Does NPt make my internal network more secure?

    27
    0 Votes
    27 Posts
    4k Views
    JKnottJ
    @johnpoz: Where do you read that?  That does not say anything of the sort… I can put rfc1918 and public on a box as well - doesn't mean you should... You seem to think its ok to run multiple layer 3 on the same layer 2, which is exactly what that is..  Which is not the case, be it you can do it or not.. Who says those are the same interface?  It could be a back lan, or a storage network.. If he wants to run ULA on a vlan interface, and Global on another vlan - sure ok... Pretty pointless but yeah you can do it.. I could for sure see it as storage network say..  This should be a different L2.. Well, here's what RFC 6724 says: 1.  Introduction The IPv6 addressing architecture [RFC4291] allows multiple unicast   addresses to be assigned to interfaces.  These addresses might have   different reachability scopes (link-local, site-local, or global).   These addresses might also be "preferred" or "deprecated" [RFC4862].   Privacy considerations have introduced the concepts of "public   addresses" and "temporary addresses" [RFC4941].  The mobility   architecture introduces "home addresses" and "care-of addresses"   [RFC6275].  In addition, multi-homing situations will result in more   addresses per node.  For example, a node might have multiple   interfaces, some of them tunnels or virtual interfaces, or a site   might have multiple ISP attachments with a global prefix per ISP. Notice it says "multiple unicast addresses".  That implies more than two, so we can rule out just a unicast & a link local.  It also mentions multiple scopes (unique local replaced site local).  Clearly the IETF intended there be multiple routable addresses on a single interface.  It also mentions multiple ISPs & prefixes.  These are things I've mentioned were possible with IPv6.  You may think it's "borked", but you're at odds with the IETF.  They seem to think there are valid reasons for these things.  I have also read pretty much the same in the Cisco book "IPv6 Fundamentals: A Straightforward Approach to Understanding IPv6" 2nd ed..
  • Dhcpv6 server unknown leases

    1
    0 Votes
    1 Posts
    518 Views
    No one has replied
  • Packet loss on HE tunnel and IPv4 WAN

    2
    0 Votes
    2 Posts
    517 Views
    B
    I have removed pfsense from the equation and there is still packet loss so seems to be a strange coincidence with an ISP issue.
  • HE Tunnelbroker pfSense IPv6 Issue

    20
    0 Votes
    20 Posts
    2k Views
    B
    I really appreciate your help John. With regards to your comments about ipv6 dns and / or global gateway setup, I can't find any reference to these in the guide, so probably the reason why they aren't setup. I've just hooked up my Asus AC86U to my modem, bypassed my pfsense device, and configured my HE tunnel on the AC86U and I've got ipv6 connectivity straight away. I know I've followed the pfsense guide for setting up an HE tunnel on my pfsense as accurately as I can, but for some reason it just won't work. I don't see why it's so easy to setup on my AC86U yet so difficult on pfsense., it's certainly beaten me. As I said before it's not important for me to get up and running, just would have been nice to have it, so I'm going to leave it for now. Perhaps when I have more time I'll rebuild pfsense and try again then, perhaps my initial setup wasn't correct. Thanks again for all your help, I do appreciate your efforts.
  • Client in LAN Interface Cannot ping ipv6 link local on WAN Interface

    6
    0 Votes
    6 Posts
    2k Views
    JKnottJ
    If you want a device to talk to a global address it needs a global address. Not quite.  It can, provided it doesn't have to go over the public Internet.  PfSense can easily route between global and ULA addresses.  I have done that here.  This is no different than using RFC 1918 addresses on IPv4. But your client will have to have one if you want to be able to talk to stuff via that linklocal transit your using upstream of pfsense. Here we go again.  Global addresses are not normally used for routing.  As I pointed out recently in another thread, routing is done using link local addresses between routers.  Check your routing table to verify.  You can also capture router advertisements to see what address is provided for routing.  However, those global addresses are definitely useful for management and diagnostic purposes. But sure it is possible to do such routing with linklocal, or use a ULA as your transit IP scheme, etc. Once again, link local addresses are always used for routing, unless specifically configured otherwise.  Take a look at your routing table in pfSense and computer operating systems.  You will see link local addresses.  For example, here is the default IPv6 route on the Linux computer I'm currently sitting at: default via fe80::1:1 dev eth0  proto ra  metric 1024  expires 46sec hoplimit 64 pref medium As you can see, it's a link local address, as provided by pfSense.  Further, it's entirely possible for a router to have the same link local address on multiple interfaces.  It's only necessary to have unique link local addresses for devices on any given link.  This would not be possible with a routable address. As I mentioned in other threads, many things in IPv6 are different from IPv4.  You need to update your understanding of this.  There is one other difference shown in that default route that goes to another disagreement we had a while back.  Do you see that "medium" at the end of the line?  That refers to router priority.  By changing that, you could have multiple default routes, possibly via alternate ISPs, simply by assigning different priorities, as pfSense can do.  Then should the primary default route fail, another can then be used.  This is part of IPv6 and can only be accomplished in IPv4 by using a first hop redundancy protocol.
  • Host IPv6 tunnel possible?

    6
    0 Votes
    6 Posts
    1k Views
    JKnottJ
    Now I have to do some special port forwarding, aka "connect to IP x.x.x.x port YY" for this backup and "connect to IP x.x.x.x port ZZ" for the other backup. Again, not a huge deal but would be nice to have IPv6. That's an excellent reason for moving to IPv6 as much as possible.  NAT brings a lot of problems, such as yours where you need some other means to select among multiple computers running the same protocols.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.