• pfSense as subrouter, track interface and routing problems

    25
    0 Votes
    25 Posts
    3k Views
    JKnottJ

    @Spaylia

    Well, I don't know what to say. It's a really strange system you have there. The MAC address comes from the NIC, not pfSense. So, if you're seeing the MAC, that is the 48 bit hardware address, on the LAN side, there must be some other path involved. This is why I asked you to provide the Packet Capture file, so that I can examine it in Wireshark.

  • IPv6 not working on LAN

    16
    0 Votes
    16 Posts
    2k Views
    JKnottJ

    @regiolis said in IPv6 not working on LAN:

    hat's my case..... so i don't know how to do

    Describe your Internet connection. For example, I'm on a cable modem, which I put into bridge mode. This allows DHCPv6-PD to reach my pfSense firewall, which will then provide IPv6 to the LAN.

  • IPv6 PD Sky Broadband (UK)

    5
    0 Votes
    5 Posts
    2k Views
    M

    I've just put pfsense 2.7 in for my parents Toob connection, it's a IPV4 CGNAT / IPV6 service and I think they allocate /56. Not needed to carve up VLANs etc. it's a flat network. I must check the log file myself to confirm what they had out.

  • pfSense and disapling prefix delegation for LAN side

    1
    0 Votes
    1 Posts
    469 Views
    No one has replied
  • DHCPv6 Relay on PFSense+ 23.09

    3
    0 Votes
    3 Posts
    590 Views
    J

    @elbombo

    Editing /conf/config/xml worked... ``` <dhcrelay> <interface>lan,opt3,opt4,opt8,opt25</interface> <server>10.200.0.233</server> <carpstatusvip>none</carpstatusvip> <enable></enable> </dhcrelay> <dhcrelay6> <interface>lan,opt3,opt4,opt8,opt25</interface> <server>xxxx:xxxx:x:xxxx::233</server> <carpstatusvip>none</carpstatusvip> <enable></enable> </dhcrelay6>
  • Router solicitations not working on vlans (2.7.1-RC)

    10
    0 Votes
    10 Posts
    1k Views
    JKnottJ

    @chill_out said in Router solicitations not working on vlans (2.7.1-RC):

    My understanding is that with ipv6 there's no more broadcasts, everything is either unicast or multicast

    That is correct. The closest thing to a broadcast is the all hosts multicast. There are some differences, such as the scope can be specified and for some things, the hop count can be set to 255 as protection against a bogus packet being sent through a router.

  • I lose the IPv6 connection after reboot / if the network goes down

    8
    0 Votes
    8 Posts
    1k Views
    R

    Edit:

    I found the solution, I disabled the DHCPv6 server, RA on Assisted and Priority on High, and on the LAN interface I left it on Track Interface. It works without problems even after the restart.

    Thanks! @JKnott

  • Do not allow PD/Address release - Specific Interface Only?

    5
    0 Votes
    5 Posts
    666 Views
    johnpozJ

    @Lurick said in Do not allow PD/Address release - Specific Interface Only?:

    needs it checked otherwise your IPv6 prefix will change

    Yeah for sure could see that.. Because it would release it.. But not sure how some ISP would need a release from you - for stuff to work.. They might give you a different prefix anyway even if you don't release.. But not sending a release should have nothing to do with getting a prefix in the first place. you sure can not send a release when your first asking for one.

  • Subneting my /56 prefix to multiple internal LANs

    20
    0 Votes
    20 Posts
    4k Views
    GertjanG

    @Dough29 said in Subneting my /56 prefix to multiple internal LANs:

    forum lafibre.info

    That's where I go to check if any progress exists 👍

  • Interface Configuration - Does this Sound Right?

    1
    0 Votes
    1 Posts
    225 Views
    No one has replied
  • IPV6 on pfsense WAN

    5
    0 Votes
    5 Posts
    2k Views
    JKnottJ

    @FOOLiSH86 said in IPV6 on pfsense WAN:

    I wanted to understand how to properly set up full ipv6 support on my pfsense

    You might want to mention your ISP, as some might have issues. As for pfSense, you need the modem in bridge mode, as gateway mode won't work for this. Then you need to enable dhcpv6 on the WAN interface. Normally, you use SLAAC on the LAN side. I used unmanaged for RA mode. Try getting started and ask about any issues as you come across them. Also, someone might have already posted configuration for your ISP or similar. Here's the info for mine.

  • Spectrum not routing IPv6 prefix delegation addresses

    5
    0 Votes
    5 Posts
    2k Views
    D

    @JKnott

    I appreciate your knowledge and input. Getting that deep with the ISP customer support is my fear. I don't know if its worth the effort. It would probably be easier changing ISPs :).

    Luckily, the problem fixed itself after several days! I didn't change my PfSense configuration but I did bring the WAN interface down and back up again today. I guess whatever was hanging up the CMTS is fixed as it decided to honor the prefix delegation it supplied me. IPv6 traffic within that prefix range is finally routing back.

    Thank you again.

  • How do I manage firewall rules for WireGuard

    15
    0 Votes
    15 Posts
    3k Views
    JKnottJ

    @yobyot

    My IPv4 address is so "durable" it's virtually static. Also, the host name, provided by my ISP, is based on the modem and router MAC addresses, so it never changes, unless I change hardware.

  • How to create an alias with my /56 DHCPv6-PD from ISP

    9
    0 Votes
    9 Posts
    1k Views
    I

    @Mats

    I was really excited by your comment and went and created an alias that points to ::/56 then created an inverted pass rule for this alias. Unfortunately it seemed that I could still access my other networks via IPv6, so something was weird.

    But then I've switched from using the alias "::/56" to actually defining the network ::/56 in the firewall rule and it magically started working. So it seems that you're right you can block by using this.

    Thank you, this has been very useful!

  • Why do I have to 'Track Interface' on LAN to WAN for IPv6 to work?

    60
    0 Votes
    60 Posts
    21k Views
    bearhntrB

    @bmeeks said in Why do I have to 'Track Interface' on LAN to WAN for IPv6 to work?:

    The correct way to handle this is to use a separate sub-domain for your internal AD setup. Something like mydomain.com for the public IP domain name and internal.mydomain.com for the Windows AD network in RFC1918 space. That can work. A quick Google search will lead you to a Microsoft best practices and how-to article on this configuration. I highly recommend you restructure you AD configuration to match what is described at this older Microsoft link here: https://social.technet.microsoft.com/wiki/contents/articles/34981.active-directory-best-practices-for-internal-domain-and-network-names.aspx. And here is a slightly newer document showing the same thing: https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2003/cc772970(v=ws.10).

    Thanks for the links - one of them I had looked already (as a Google search pointed to it). My public domain name has a - {dash} in it, and apparently my old ass NAS does not like that. I have tried and tried to get it to recognize the domain-name that I first setup as ad.{mypublicdomain} - even a chat session with them for over an hour (nothing worked - they plan no updates to it. It also only does CIFSv1/SMBv1 - FTP (no sFTP) and NFS (but only to Linux boxes) - and some form of iSCSI. I have over 6TB of files and stuff on there, and they "SEAGATE" is not even willing to 'help' me with another NAS to replace it. One of my IT buddies said I should use {mypublicdomain}.loc for my AD/DS...but still going to resolve the - {dash} in there unless I remove it completely. I have considered creating (renaming my public-facing-domain) as only HomeAssistant uses it (well their app on my phone and the ALEXA and GOOGLE links do too).

    My older post you referenced was assuming the network was IPv4 only with no IPv6 in use. You want to use IPv6, but your ISP is not guaranteeing you a static assignment (they use prefix delegation which means the IPv6 space might change unexpectedly). That's going to be an issue unless you use both ULA and GUA IPv6 addresses. My post also assumed that your Active Directory domain was never going to be accessed from outside. Sounds like that is not what you intend as you mentioned somewhere up above about using some type of home automation with LDAP authentication I believe (unless I'm confusing this thread with another one).

    Pretty much what I am going to. Every guide that I have read says not to DISABLE the IPv6 on a DC. I am going to leave it at its default settings and let pfSense take care of it. Same for DHCPv4 - going to only do DNS on AD/DS and I am guessing that pfSense is RESOLVER with the FORWARDING option turned on. I would also need a Domain Override setup to point to AD/DS name and IPv4 address as well. Still trying to grasp the REV LOOKUP (setup in pfSense) thing and the HOST OVERRIDE too.

    The LDAP stuff that I want to do is not really for Home Automation, per se. I do have HomeAssisitant - what I want to do is sign-ins to the various parts with LDAP credentials so that I do not have to keep up with (currently 22) separate login accounts. All of that stuff is 'inside' my pfSense Firewall - only Alexa and Google can access from outside and their app. I got that working, and hoping that I do not have to go through that again. WHEW!!!

  • Implemented IPV6...Still Feel Left in the Dark!

    40
    0 Votes
    40 Posts
    5k Views
    NollipfSenseN

    I tried and I tried...it's my ISP that's keeping me in the dark,,,their static IPv6 on the Fast5688w doesn't appear to allow pfSense LAN to communicate with WAN so RA cannot give out ULA's...

  • Contribution: Ipv6 via bridge for new users

    2
    0 Votes
    2 Posts
    342 Views
    JKnottJ

    @mauropc

    ????

    DHCPv6-PD is the normal way for ISPs to provide IPv6 to home users. You get an IPv6 address for your WAN interface and a prefix with at a minimum 18.4 billion, billion addresses and probably a lot more.

    Maybe you can describe what you're trying to do and problems you're having.

  • IPv6 tunnel HE broker on PPPeE ??? Howto?

    1
    0 Votes
    1 Posts
    273 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    8 Views
    No one has replied
  • Coming back to PFsense but IPv6 doesn't appear to work

    17
    0 Votes
    17 Posts
    2k Views
    F022YF

    @Gertjan Yeah i clicked submit then noticed my screenshot error (took it while testing) and then had a server issue at work so had to stop "playing".

    Thats really helpful info and gives me something to work on, i'm a simple man of PPPoE so this is a new config type for me so it's all weird and wonderful.

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