Project

General

Profile

Feature #2603 ยป ipguard.txt

Phillip Davis, 08/22/2012 03:40 AM

 
1
	<installedpackages>
2
		<ipguard>
3
			<config>
4
				<temp/>
5
				<sortable/>
6
				<enable>on</enable>
7
				<interface>lan</interface>
8
				<description><![CDATA[pfsense LAN]]></description>
9
				<mac>00:0d:b9:24:58:fc</mac>
10
				<ip>192.168.1.1</ip>
11
			</config>
12
			<config>
13
				<temp/>
14
				<sortable/>
15
				<enable>on</enable>
16
				<interface>lan</interface>
17
				<description><![CDATA[Laptop]]></description>
18
				<mac>1C:C1:DE:BC:5D:DC</mac>
19
				<ip>192.168.1.0/24</ip>
20
			</config>
21
			<config>
22
				<temp/>
23
				<sortable/>
24
				<enable>on</enable>
25
				<interface>lan</interface>
26
				<description><![CDATA[Other]]></description>
27
				<mac>00:00:00:00:00:00</mac>
28
				<ip>192.168.1.2</ip>
29
			</config>
30
		</ipguard>
31
		<package>
32
			<name>Ipguard-dev</name>
33
			<website>http://ipguard.deep.perm.ru/</website>
34
			<descr><![CDATA[Ipguard listens network for ARP packets. All permitted MAC-IP pairs listed in config files.&lt;br&gt;
35
						If it recieves one with MAC-IP pair, which is not listed in 'ethers' file, it will send ARP reply with configured fake address.&lt;br&gt;
36
						This will prevent not permitted host to work properly in local ethernet segment.]]></descr>
37
			<category>Security</category>
38
			<config_file>http://www.pfsense.com/packages/config/ipguard/ipguard.xml</config_file>
39
			<pkginfolink>http://forum.pfsense.org/index.php/topic,49917.msg263664.html#msg263664</pkginfolink>
40
			<depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url>
41
			<depends_on_package>ipguard-1.04.tbz</depends_on_package>
42
			<depends_on_package_pbi>ipguard-1.04-i386.pbi</depends_on_package_pbi>
43
			<version>1.0.4 pkg v.0.1</version>
44
			<status>beta</status>
45
			<required_version>2.0</required_version>
46
			<configurationfile>ipguard.xml</configurationfile>
47
			<build_port_path>/usr/ports/security/ipguard</build_port_path>
48
			<after_install_info>Please visit ipguard settings on Services Menu to configure.</after_install_info>
49
		</package>
50
		<menu>
51
			<name>Ipguard</name>
52
			<tooltiptext>Tool designed to protect LAN IP adress space by ARP spoofing</tooltiptext>
53
			<section>Firewall</section>
54
			<url>/pkg.php?xml=ipguard.xml</url>
55
		</menu>
56
		<tab>
57
			<text>General</text>
58
			<url>/pkg.php?xml=ipguard.xml</url>
59
			<active/>
60
		</tab>
61
		<service>
62
			<name>ipguard</name>
63
			<rcfile>ipguard.sh</rcfile>
64
			<executable>ipguard</executable>
65
			<description><![CDATA[Tool designed to protect LAN IP adress space by ARP spoofing.]]></description>
66
		</service>
67
	</installedpackages>
    (1-1/1)