You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
first, thank you for this great job!!
i just want to ask if it is possible to add a possibility to set an static ARP entry like it is available on the GUI for dhcp static maping
ARP Table Static Entry. Create an ARP Table Static Entry for this MAC & IP Address pair.
In the GUI there is a checkbox which can be set during creating a static dhcp lease. This help to have faster response if a dhcp static lease is created.
one additional point, in the documentation on the main page you describe to set the Python_interpreter static in the playbook if higher then python 3.8. here you could improve if you also would write that you mean the python running on Pfsense and not on the local system wich ansible is running, i dont have a lot of expiriance in using ansible and this was for me not so clear till i found it out with try and error.
but again, greate job and thank you to maintaining and running this project. this hepls alot!
The text was updated successfully, but these errors were encountered:
Thanks for the kind words. I think the static arp entries are already possible with the arp_table_static_entry parameter to pfsense_dhcp_static. As for setting the main boolean option - that seems to be present in the proposed module in #140. Does that seem right to you?
I've reworded the README to note that the python version is on the pfSense box, does that seem better?
Thanks for the response, I'm not a developer so i dont understand what in Module #140 will be changed, but it sounds if this could be what i needed.
Regarding rewording "Current versions of ansible should automatically detect the version of Python the pfSense system." sounds a little bit stargne, maybe better where: "Current versions of ansible should automatically detect the Python version of the pfSense system." :-)
first, thank you for this great job!!
i just want to ask if it is possible to add a possibility to set an static ARP entry like it is available on the GUI for dhcp static maping
ARP Table Static Entry. Create an ARP Table Static Entry for this MAC & IP Address pair.
In the GUI there is a checkbox which can be set during creating a static dhcp lease. This help to have faster response if a dhcp static lease is created.
one additional point, in the documentation on the main page you describe to set the Python_interpreter static in the playbook if higher then python 3.8. here you could improve if you also would write that you mean the python running on Pfsense and not on the local system wich ansible is running, i dont have a lot of expiriance in using ansible and this was for me not so clear till i found it out with try and error.
but again, greate job and thank you to maintaining and running this project. this hepls alot!
The text was updated successfully, but these errors were encountered: