Hello - Brand new Pfsense user.
I have just ordered my new 4100 it should be here in time for the weekend.
The one task I have to achieve is to move all the devices using static IP on my old router to the new one - There is not that many but what I want to do is export the full current list of Mac / IP’s and make any changes to the format and just import it into the 4100.
Can someone let me know
a. Is it possible?
b. what the format should be - syntax etc and file type/format?
Much appreciate any assistance
Thank you
You can download and upload a DHCP reservation table from pfsense in their XML format. Here is an example of my Raspberry PI reservation.
<staticmap>
<mac>b8:27:eb:b3:da:11</mac>
<cid></cid>
<ipaddr>192.168.1.25</ipaddr>
<hostname>raspberrypi</hostname>
<descr><![CDATA[Tomz raspberrypi 3]]></descr>
<filename></filename>
<rootpath></rootpath>
<defaultleasetime></defaultleasetime>
<maxleasetime></maxleasetime>
<gateway></gateway>
<domain></domain>
<domainsearchlist></domainsearchlist>
<ddnsdomain></ddnsdomain>
<ddnsdomainprimary></ddnsdomainprimary>
<ddnsdomainsecondary></ddnsdomainsecondary>
<ddnsdomainkeyname></ddnsdomainkeyname>
<ddnsdomainkeyalgorithm>hmac-md5</ddnsdomainkeyalgorithm>
<ddnsdomainkey></ddnsdomainkey>
<tftp></tftp>
<ldap></ldap>
<nextserver></nextserver>
<filename32></filename32>
<filename64></filename64>
<filename32arm></filename32arm>
<filename64arm></filename64arm>
<uefihttpboot></uefihttpboot>
<numberoptions></numberoptions>
</staticmap>