From 9a1d7df068e33ef6bd2976643e5cbaae66c6ca95 Mon Sep 17 00:00:00 2001 From: doktornotor Date: Mon, 17 Aug 2015 18:18:44 +0200 Subject: ipguard - code style cleanup - Fix copyright header, indentation - Fix file permissions - Remove unused tags - Improve descriptions --- config/ipguard/ipguard.xml | 168 ++++++++++++++++++++++++--------------------- 1 file changed, 90 insertions(+), 78 deletions(-) (limited to 'config/ipguard') diff --git a/config/ipguard/ipguard.xml b/config/ipguard/ipguard.xml index 74b58f86..2b13e7e0 100644 --- a/config/ipguard/ipguard.xml +++ b/config/ipguard/ipguard.xml @@ -1,55 +1,55 @@ + + - - +. - All rights reserved. - */ -/* ========================================================================== */ + ipguard.xml + part of pfSense (https://www.pfSense.org/) + Copyright (C) 2012 Marcello Coutinho + Copyright (C) 2015 ESF, LLC + All rights reserved. +*/ +/* ====================================================================================== */ /* - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + - 1. Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. - THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, - INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY - AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE - AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, - OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF - SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN - CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) - ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE - POSSIBILITY OF SUCH DAMAGE. - */ -/* ========================================================================== */ - ]]> - + THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, + INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY + AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE + AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, + OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + POSSIBILITY OF SUCH DAMAGE. +*/ +/* ====================================================================================== */ + ]]> + ipguard - 1.0 - Ipguard - Ipguard macs/ip + 0.1.1 + Firewall: IPguard + IPguard MACs/IP Save /usr/local/pkg/ipguard.inc - Ipguard - Tool designed to protect LAN IP address space by ARP spoofing + IPguard + Tool designed to protect LAN IP address space by ARP spoofing.
Firewall
/pkg.php?xml=ipguard.xml
@@ -57,17 +57,15 @@ ipguard ipguard.sh ipguard - Tool designed to protect LAN IP address space by ARP spoofing. + IPguard ARP Spoofing Daemon installedpackages->package->ipguard /usr/local/pkg/ - 755 https://packages.pfsense.org/packages/config/ipguard/ipguard.inc /usr/local/pkg/ - 755 https://packages.pfsense.org/packages/config/ipguard/ipguard_sync.xml @@ -92,11 +90,11 @@ interface - Mac Address + MAC Address mac - Ip Address(es) + IP Address(es) ip @@ -104,43 +102,53 @@ description on - This will prevent not permitted host from working properly in the specified ethernet segment.]]> + + + This will prevent not permitted host from working properly in the specified ethernet segment. + ]]> + listtopic - Ipguard Options + IPguard Options temp - sortable - sortable - 20 - sorting - - - - Mac Address - mac - /%FILTERTEXT%/i - - - Ip Address - ip - /%FILTERTEXT%/i - - + sortable + sortable + 20 + sorting + + + + MAC Address + mac + /%FILTERTEXT%/i + + + IP Address + ip + /%FILTERTEXT%/i + + - Enable + Enable enable checkbox - Important Note: Always create rules for pfsense mac and ip address to avoid denying access to pfsense gui.]]> + + + Important Note: Always create rules for pfSense MAC and IP address to avoid denying access to pfFense GUI! + ]]> + Interface interface - The interface on which ipguard server will check this mac + The interface on which IPguard server will check this MAC. interfaces_selection lan @@ -148,39 +156,44 @@ Description description - Describe this mac rule. + Describe this MAC rule. input 50 - Mac address + MAC Address mac - - To include a permit rule, use mac=00:00:00:00:00:00]]> + + + To include a permit rule, use MAC 00:00:00:00:00:00 + ]]> + input 25 - Ip address + IP Address ip - - To include a permit rule, use your lan cidr or 0.0.0.0]]> + + + To include a permit rule, use your LAN CIDR or 0.0.0.0 + ]]> + input 40 - ipguard_custom_php_write_config(); ipguard_custom_php_write_config(); - - ipguard_custom_php_deinstall_command(); @@ -190,5 +203,4 @@ unset($_POST['temp']); - -
\ No newline at end of file + -- cgit v1.2.3