• Help with IPv6 Firewall rules on pfSense + Cox Cable

    6
    0 Votes
    6 Posts
    3k Views
    awebsterA
    Actually, it looks like the setup is ok, your tcpdump is showing ping going out and replies coming back on WAN interface, thanks that helps troubleshoot! What version of pfSense are you running? If <2.2.x have you enabled IPv6 processing (System -> Advanced -> Networking -> Allow IPv6)? Make sure your IPv6 prefix isn't in the IPv6 bogons space.  Either uncheck Bock bogons networks on WAN interface, or Diagnostics -> Tables -> bogonsv6 and make sure its not in the list (or its parent subnet), and if yes, updates bogons list, and if still present, then yell at your ISP. You can also set Status -> System Logs -> Settings -> Filter Descriptions -> Display as column to find out what rule is dropping the traffic.  If it is the default deny rule, then there is a problem in your policy. Second, your inbound rule only allows ICMP to the WAN address.  IPv6 by nature allows full routability, so you might want an inbound ping rule on WAN for testing.  It also might allow unsolicited pinging, but that can be controlled by limiting the valid destinations. Action: Pass Interface: WAN TCP/IP Version: IPv6 Protocol: ICMP IPCMPv6 type: Echo request if you want to allow inbound pinging, or Echo reply if you're trying to diagnose non-responses. Source: any Destination: LAN net or host alias
  • TWC Prefix Delegation/SLAAC/Firewall Port Forward

    8
    0 Votes
    8 Posts
    2k Views
    DerelictD
    Don't think so, no. Don't know what to tell you. Use HE as has been suggested. TWCs "Native IPv6" sucks. You might try calling them and asking for a static IPv6 PD. You'll get "eye pee vee what?" but it's probably worth a try.
  • Ipv6 and multi wan

    3
    0 Votes
    3 Posts
    1k Views
    G
    Ok thanks just read the support doc time to get learning and playing windstream thinks they might be able todo native IPv6 by 2017
  • High packet loss on SLAAC clients with DHCP-PD

    5
    0 Votes
    5 Posts
    2k Views
    N
    Okay, while investigating this issue I found a very interesting coloration between the dropped packets and when the router is performing an RA. I've also noticed the stated router lifetimes are quite low, at 60 seconds, with 20 seconds for the rdnss, which will increase the number of RS on the network, which increases the number of RAs, which may explain, if there is a relationship here, why the packet loss can get so high.
  • Route advertisement with static IPv6 for both WAN and LAN?

    8
    0 Votes
    8 Posts
    4k Views
    C
    It depends on the circumstances. In this case in a datacenter environment, or in any business class Internet connectivity situations, the ISP can be confident there will be a router or firewall on the interconnect to them. Where that's the case, it's fine to use a longer prefix. There is something to be said for limiting the possibilities for NDP exhaustion. Surprises me to see "mitigated with reasonable firewall rules" from Owen DeLong, given his background at he.net and other service providers. Maybe it's just missing context. For an end user, yeah for sure, no problem with reasonable firewall rules. For ISPs, no, you have no filtering of that sort at all as an ISP. NDP exhaustion is only relevant in the context we're discussing here for the ISP's side (unless something inside your network is scanning out to your WAN subnet).
  • Ipv6 not working on LAN

    3
    0 Votes
    3 Posts
    1k Views
    N
    @infinityz: Check " Send ipv6 prefix hint" then reboot your appliance, it should work That worked great, thank you!
  • Clients receive pfSense IPv6 address as DNS server, but they should not

    3
    0 Votes
    3 Posts
    2k Views
    johnpozJ
    "Config: PPPoE WAN connection with native /48 IPv6" So you have a /48 routed to you??  Why would you be using track on lan side then? I would really suggest you understand how ipv6 works before trying to deploy it..  So do you have a /48 actually routed, or does your wan interface get a prefix of /48 address?  That doesn't sound like a correct sort of deployment?? I would use /64 out of that /48 and put them on your lan, you can then setup RA and or dhcpv6 how you want it to make sure your ipv6 clients discovery and or get assigned the ipv6 nameserver(s) you want them to use.
  • IPv6 forwarding died in 2.2.6 and RA issues

    9
    0 Votes
    9 Posts
    3k Views
    T
    Same problem here, LAN won't get any ipv6 address. Radvd gives same error over and over again. P.s. WAN works just fine. PFsene can ping and traceroute over ipv6. Jan 2 12:17:29 radvd[14977]: IPv6 forwarding seems to be disabled, but continuing anyway. Jan 2 12:17:29 radvd[14977]: IPv6 forwarding setting is: 0, should be 1
  • How to find DCHPv6 entries when using an IPv6 /64

    5
    0 Votes
    5 Posts
    2k Views
    MikeV7896M
    With the /60, you could set up a second network (i.e. for guests to your home) and allocate a /64 for that network… I'd say you could use a third /64 for any servers, if you wanted to keep them separate from your LAN, but I know Comcast  looks down upon running servers (unless you happen to have their 2Gb fiber service). You could also delegate a block to a downstream router... so if you happened to be in a situation where you have a roommate, you could delegate a /64 or /63 to them to keep their stuff separate from yours.
  • Disable dhcpv6

    5
    0 Votes
    5 Posts
    5k Views
    R
    Hi cmb, I configured only a few things – all other options are in default. Configured: WAN (hn0): Static IPv4, Static IPv6 (in unique local fd00::/8 range) + gateway to another IPv4 / IPv6 router LAN (hn1): Same, without GW NAT: Disabled FW: Pass all IPv4/6 on WAN and LAN (I’m building testing environment so security isn’t my concern right now and I’m going to add rules later) DHCPv4/6 and Router Advertisement: Disabled DNS Resolver: Disabled basically – it’s just a router… Windows Servers that are in several subnets and should communicate each other get IPv6 addresses from pfSense. That’s problem since Windows Servers (their interfaces are in default so RA is enabled) have configured static IPv4 and 6 (fd00::/8). When radvd is up then Windows Server gets another IPv6 and I can see lease in "Status: DHCPv6 leases" section. Windows Server then tries to communicate with another in different subnet using IPv6 from DHCPv6 and that’s not possible since another router doesn’t have correct static route (IP from DHCPv6 has different subnet).
  • Help with IPv6 PPPoE SLAAC and DHCP PD

    5
    0 Votes
    5 Posts
    3k Views
    D
    @Alex: @David_W: Choose DHCP6 and configure it for Prefix Delegation only. You will get an IPv6 address for your WAN interface via SLAAC if your ISP supports SLAAC. If you are using PPPoE for your WAN, you might find the patch I posted yesterday in the IPv6 forum to be helpful. Did you need to use that patch for your Zen connection or is it only a problem with certain ISPs implementations? That patch addresses two issues in pfSense. Firstly, the interface ID is usually random on the first connection after boot. When SLAAC is in use, as in Zen's IPv6 implementation, this leads to a random lower 64 bits of the WAN IPv6 address. The patch is imperfect, as it does not result in the same interface identifier following a disconnect and reconnect, though I will address that in time and update the patch. Secondly, it prevents dhcp6c from being started twice on the same connection, which results in significant brokenness when it occurs. This issue seems to affect a relatively small number of people using 2.2.5 and 2.2.6, but it needed addressing. I haven't personally experienced this issue, but it's something of a show stopper for those affected by it.
  • IPv6 Comcast not working - overlapping v6 prefix delegation subnets?

    40
    0 Votes
    40 Posts
    21k Views
    N
    @chamont: neiltiffin, Do you have Comcast business or residential? I can't seem to find a straight answer (yet) on < /64 for residential customers (which I am). Monty Residential and it is hit and miss.  Checked it today an no IPv6.  Uptime 47 days.  Rebooted and IPv6 is back.
  • Infamous android ipv6 problem

    3
    0 Votes
    3 Posts
    3k Views
    F
    A workaround is to use SLAAC as IPv6 Configuration Type on the LAN. Works well.
  • IPV6 gone after changing WAN nic

    5
    0 Votes
    5 Posts
    2k Views
    C
    Even tho i seem to be talking to myself, i give it a go (again). Had a 7 day "streak" without any incidents, but the previous night i had a WAN disconnect according to the logs. This in turn lead to me loosing ipv6 a few hours later. Now, i wonder, could it be that whenever i loose WAN connectivity something "hangs" in that RA wont broadcast/refresh my prefix until i either reboot or restart wan? (By saving wan settings and applying without actually changing anything). It could be just a coincidence that i had 7 days uptime on WAN now vs. before changing nic's, as it usually happen at night (2 pm ish), which COULD indicate some ISP maintenance or something like that. Anyway, the thing is that it does seem as when WAN link goes down, something weird will happen with my prefix. I just upgraded to 2.2.6 today, but havent really had the chance to study the patchnotes yet, so not sure if this is something that is specifically addressed there tho. C
  • Xs4all native IPv6 on pfsense

    3
    0 Votes
    3 Posts
    2k Views
    M
    HowTo (In Dutch) for the scenario (pfSense, XS4ALL and IPv6) can be found http://blog.firewallonline.nl/how-to-en-tutorials/xs4all-pfsense-opnsense-ipv6/. Using it myself and working ok. Beware that there is a nasty bug: https://redmine.pfsense.org/issues/2762 preventing normal IPv6 usage with pfSense (slow loading sites). That is why I use 2.3 alpha. The only difference with my scenario is I skipped out de FB and working with VLANs on WAN side. To reduce potential problems: use MTU=1492 and MSS=1472 on WAN Interface
  • Issue and potiential fix for apinger monitoring of IPv6 GIF interfaces

    2
    0 Votes
    2 Posts
    1k Views
    C
    For that issue in particular, apinger has been replaced with dpinger in 2.3, and that's something we're in the middle of working on right now. So not something we'll pursue with apinger since it's gone in development versions. We'll make sure that scenario works in 2.3.
  • Share IPv6 over OpenVPN using Tunnelbroker

    10
    0 Votes
    10 Posts
    4k Views
    johnpozJ
    why would you need to add that to pfsense routes?  If you want your vpn client to use the ipv6 tunnel to get to other ipv6 networks other than the ones you list then yeah you prob want to push that route to your vpn client In the advanced box push "route-ipv6 2000::/3"
  • Static IPv6 over PPPoE

    4
    0 Votes
    4 Posts
    2k Views
    H
    @kobold: Does this mean that after setting up the WAN interface / (re)boot, I always have to disconnect and connect the PPPoE twice? Yes. And control the process with (kill -9 PID). First time you will get rid of the "privateextension"-address (good), but there seems no proper/reliable cleanup of old PID dhcp6c. (bad). Therefore second time will assure you one valid PID on the proper fe80::, so to keep the hourly & mandatory 2-hourly lease renewal with ISP on fe80:"MAC". FYI: something strange in Status-Interfaces(PPPoE) are the value's for Link-Local & Address. I would expect Address to be based on pfSenseBox-WAN-MAC and Link-Local on the pfSenseBox-LAN-MAC. Now it is both on pfSenseBox-LAN-MAC (!?). In 2.2.4 Address was based on pfSenseBox-WAN-MAC. Typical design question… Oh, and work with forced MTU 1492 (WAN & LAN's).
  • MOVED: Route Public IP Subnet from Main site to Second site over IPSEC

    Locked
    1
    0 Votes
    1 Posts
    545 Views
    No one has replied
  • No ipv6 forwarding

    21
    0 Votes
    21 Posts
    7k Views
    H
    <sarc>About need or grief or learning… Track interface. Once your refrigerator is aware with its MAC, it will talk to kaymart about the eggscontainer because you allowed RA assisted or unmanaged, SLAAC ;). And don't you love it, the 2-way audiovisual SmartTV. Nah, IPv6 will ease national security applications.</sarc> ISP-native or cloudy GE-tunnel does it matter ? I use IPv6 pfSense for explicit outbound allowance, so create static LAN's and use DHCP6-server an RA managed or just create static server(hosts) for LAN's...
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.