• Clients get IPv6 addresses, but no working network connection

    7
    0 Votes
    7 Posts
    1k Views
    I
    @jknott [image: 1664864944764-99a04cc3-fb1d-4f02-b4c7-cff09faa9eb0-image.png] No. Time Source Destination Protocol Length Info 6370 183.350531899 fe80::208:a2ff:fe12:49f2 ff02::1 ICMPv6 198 Router Advertisement from 00:08:a2:12:49:f2 29679 664.793636676 fe80::208:a2ff:fe12:49f2 ff02::1 ICMPv6 198 Router Advertisement from 00:08:a2:12:49:f2 32056 1034.144777006 fe80::208:a2ff:fe12:49f2 ff02::1 ICMPv6 198 Router Advertisement from 00:08:a2:12:49:f2
  • IPv6 broken beyond pfSense after 2.5 upgrade

    42
    0 Votes
    42 Posts
    16k Views
    M
    @mrsunfire I just upgraded to 2.6 and this is STILL an issue....
  • How does one override ISP DNS with an Assisted RA

    5
    1
    0 Votes
    5 Posts
    916 Views
    Y
    @mikev7896 Thanks. The setting you recommend was set. I don't recall setting it. Maybe in CE 2.6.0 it's a default? More things to learn...RDNSS, etc. Sigh.
  • Struggling to set static mappings

    15
    6
    0 Votes
    15 Posts
    2k Views
    M
    @jknott I went for the nuclear option and rebooted pfSense and it's working fine now. [image: 1664639933263-5293d4c1-c90f-469b-a961-d55af208eeec-image.png]
  • Have WAN track WAN IPv6?

    38
    0 Votes
    38 Posts
    5k Views
    luckman212L
    @mariatech Maybe this will be helpful luckman212/assign-gua-from-iapd - GitHub
  • reaching firewall itself via ipv6

    24
    0 Votes
    24 Posts
    3k Views
    luckman212L
    @ddbnj I'm on FIOS too (NYC) and spent just about the entire week messing around with and learning the ins and outs of Verizon's implementation. There are definitely some sharp edges but I'm pretty happy now with the way things are working. You might want to check out my helper script to assign a routable IP (GUA) to your WAN from one of the delegated prefix subnets. Link below luckman212/assign-gua-from-iapd - GitHub
  • ipv6 noob

    17
    0 Votes
    17 Posts
    2k Views
    T
    I realized the problem was my bridge so I am in the middle of a complete redesign of my network. Will post back when I know more. Hopefully the family wont object too much to the down time.
  • odd ipv6 routing issue

    36
    0 Votes
    36 Posts
    4k Views
    JKnottJ
    @johnpoz said in odd ipv6 routing issue: Been in the business for some 30 years, before there was even switches. So, you're a newcomer. I've been in the LAN business since early 1978, before there was Ethernet or IP. It was on the Air Canada reservation system, where the LAN used time division multiplexing over coax @ 2 Mb or triaxial cable @ 8 Mb. I started in telecom in May 1972.
  • No global address on LAN using Track Interface behind ISP router

    10
    1
    0 Votes
    10 Posts
    2k Views
    JKnottJ
    @roycethebiker Did you select 56 for the prefix size?
  • Lost ipv6 connectivity on TrueNAS Core after upgrade from 22.01 to 22.05

    3
    0 Votes
    3 Posts
    1k Views
    D
    Looks like a bug has been filed by the dev team.
  • Issue configuring IPv6 with ULA, but works fine with Track Interface.

    36
    0 Votes
    36 Posts
    7k Views
    L
    It is set on for me per my above post. But, I am on 2.6.0 (which is 22.2 config rev).
  • Static IPv6 addresses (last 64bits) with dynamic ISP prefix /56

    8
    1
    0 Votes
    8 Posts
    2k Views
    JKnottJ
    @pfadmin Assuming you want access from elsewhere, how would that help? You still have to allow the outside world to know what the address is.
  • 0 Votes
    24 Posts
    4k Views
    JKnottJ
    @jagdtigger You said an ordinary computer doesn't work. Try complaining about and see what they say. I know it can sometimes be difficult to get through support.
  • Cosmote FTTH connection ipv6 issue

    1
    3
    0 Votes
    1 Posts
    686 Views
    No one has replied
  • Site to Site ipv6 best practice GUA vs ULA

    6
    2
    0 Votes
    6 Posts
    2k Views
    JKnottJ
    @ddbnj said in Site to Site ipv6 best practice GUA vs ULA: I'm still using IPv4 tunnels but am transmitting IPv6 packets across. I do the same. I don't run the tunnel over IPv6 due to DNS issues. My IPv4 address is an alias that points to the ISP provided host name. Using the alias prevents the DNS server from returning the IPv6 address, which is a regular AAAA record. However, pfSense is configured to allow either IPv4 or IPv6.
  • xfinity/comcast ipv6 issue

    16
    3
    0 Votes
    16 Posts
    2k Views
    JKnottJ
    @jarhead said in xfinity/comcast ipv6 issue: But the CGNAT issue I agree with and is valid. Other than that, no reason for IPv6. When NAT first came out, it broke FTP clients. It breaks VoIP and some games, requiring STUN to get around it. It breaks IPSec authentication headers. It adds work load to routers. IPv6 provides far more than enough addresses. IPv6 adds security features. IPv6 improves router performance. Etc..
  • Best practices for local name resolution

    12
    0 Votes
    12 Posts
    2k Views
    D
    @jknott The packet capture via mac address is a good idea. If I decide to create an IPv6 table for my local devices, I'll use it. Regarding routing, I realized that I have to add a route for ULA devices if I don't create an address for the interface itself. It's for devices on a different VLAN to reach ULA devices (admin to IOT). Anyway, thanks for your insights. Learning and deploying IPv6 has been pretty time consuming, I got to catch up with my real life! Thanks, Devan
  • Routing IPv6 and Prefix Delegation

    13
    0 Votes
    13 Posts
    4k Views
    DerelictD
    @mloiterman Make a /128 Virtual IP address on your WAN in on of the /64s you want to route downstream. Make a WAN rule passing ICMP6 to that address. Ping it from the outside. Until that works you're not going to be able to route it downstream. pfSense is doing what it's supposed to be doing with the /64s on a tracked inside interface. That doesn't mean it's a new delegation. Just that dhcpd is adding that prefix to that interface from the delegation. Go to System > Advanced, Networking and enable the debug on dhcp6c. Then edit/save WAN. Then go to Status > System Logs, DHCP and filter on Process: dhcp6c. See what is there. That should show you the prefix that was assigned.
  • 0 Votes
    1 Posts
    371 Views
    No one has replied
  • Help needed geting fresh install playing nice with IPV6

    23
    0 Votes
    23 Posts
    4k Views
    F
    [image: 1660614575912-2c9312f5-1be0-42f0-82b9-37c99c93416b-image.png] I only keep zipping files since this webpage doesn't accept my native uploads. The screenshots have to be less than 2MB or they get rejected. The only way I could get the screenshot that small was to make it a PDF file which isn't accepted. Saving it as a .BMP or .JPG the file was just over 2MB and wasn't accepted. Frank
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.