Skip to content

yobyot/assign-gua-from-iapd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

assign-gua-from-iapd

Helper script for pfSense. It takes the first address from the top subnet of a delegated ::/56 and assigns it to an interface (typically a WAN interface configured in DHCP6 mode). Useful for situations where ISPs such as Verizon FIOS do not honor ia-na or provide a GUA to the router itself.

Tested only on pfSense+ 22.05, but should work for CE as well

Setup

  1. Copy the script to your pfSense firewall and make it executable (chmod u+x /root/assign_gua_from_iapd.sh)
  2. Make sure the DHCP6 Debug checkbox is enabled at System → Advanced → Networking.

N.B. if you haven't applied my patch from PR #4595 you'll need to comment out line 57 (put // at the start of the line, or just delete it) because the create_interface_ipv6_cfgcache() function doesn't exist in the base pfSense (yet).

Usage

assign_gua_from_iapd.sh <ifname>

Automatic Update

You can schedule this to occur at regular intervals using the Cron package, or use this small patch (apply with System Patches) to have the script automatically hooked into the dhcp6c request/renew process.

Tighter integrations such as devd will need to wait for FreeBSD 14 which brings a new ADDR_ADD event. That will be landing with pfSense 22.11, so I will probably update this around then if there's any way to make it more efficient.

Reference

see Netgate Forum thread

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%