• 0 Votes
    7 Posts
    994 Views
    J

    I created a boot usb drive. Once I turned the 5100 on with that in, I was able to re-install with zfs and eventually apply my config xml.

    Thanks again!

  • All IPv6 Home Network

    Official Netgate® Hardware
    14
    0 Votes
    14 Posts
    2k Views
    NogBadTheBadN

    @quasaur said in All IPv6 Home Network:

    Enjoying my SG-1100.
    I wish to switch everything to IPv6 using each host’s MAC as the last three segments of the interface ID.

    Unfortunately, it appears that pfSense requires the DUID of a DHCP client to assign it a static address, and no one on the planet seems to know how to get that from a MacBook running Monterey…not even Apple!

    PLEASE HELP!

    Screenshot 2022-02-17 at 19.49.55.png

    Run the following from the terminal:-

    sudo plutil -p /var/db/dhcpclient/DUID_IA.plist

    andyk@mac-pro ~ % sudo plutil -p /var/db/dhcpclient/DUID_IA.plist { "DUID" => {length = 14, bytes = 0x000100012743ca95003ee1c1af07} "HostUUID" => {length = 16, bytes = 0x8d4aa329f7175da2ac8fc3e713f04f63} "IAIDList" => [ 0 => "en0" 1 => "en1" 2 => "en2" ] } andyk@mac-pro ~ %