User Tools

Site Tools


software:pfsense

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
software:pfsense [2018/01/02 20:32] – [pfsense ipv6 with comcast] superwizardsoftware:pfsense [2018/01/06 04:12] (current) superwizard
Line 1: Line 1:
 +====== Scrape PFSense DHCP Leases Status Page and Export Results to JSON ======
 +
 +
 +From: https://gist.github.com/pletch/037a4a01c95688fff65752379534455f
 +
 +<code>
 +# This python (2.7) script provides a function to query the pfsense (v2.3) dhcp leases status page and 
 +store the results for # ip, hostname, and mac as lists. A second function is also provided to export 
 +the results in json to the file /tmp/dhcp_list. 
 +</code>
 +
 ====== Firewall Rule Basics ====== ====== Firewall Rule Basics ======
  
Line 126: Line 137:
 </code> </code>
  
 +From: https://forum.pfsense.org/index.php?topic=83576.0
  
-</code>+ 
 +<code>
 Comcast will let you request no more than a /60. 16 /64 subnets on a personal network should be  Comcast will let you request no more than a /60. 16 /64 subnets on a personal network should be 
 more than enough for most people. more than enough for most people.
Line 140: Line 153:
 </code> </code>
  
 +{{ :software:2018-01-02_15_33_50-_diagnostics_edit_file.png?direct&600 |}}
 +
 +
 +{{ :software:2018-01-02_15_36_37-_interfaces_wan.png?direct&600 |}}
 +
 +{{ :software:2018-01-02_15_38_34-_interfaces_lan-general.png?direct&600 |}}
 +
 +{{ :software:2018-01-02_15_39_25-_interfaces_lan-track.png?direct&600 |}}
 +
 +{{ :software:2018-01-02_15_43_02-_services_dhcpv6_server_ra_lan_dhcpv6_server.png?direct&600 |}}
 ====== CONFIGURING DHCP SERVER AND DYNAMIC DNS SERVICES ====== ====== CONFIGURING DHCP SERVER AND DYNAMIC DNS SERVICES ======
  
software/pfsense.1514925152.txt.gz · Last modified: 2018/01/02 20:32 by superwizard