|
<?xml version="1.0"?>
|
|
<pfsense>
|
|
<version>11.1</version>
|
|
<lastchange/>
|
|
<theme>pfsense_ng</theme>
|
|
<sysctl>
|
|
<item>
|
|
<descr><![CDATA[Enable mounting the FS read only with more checks.]]></descr>
|
|
<tunable>vfs.forcesync</tunable>
|
|
<value>default</value>
|
|
</item>
|
|
<item>
|
|
<descr><![CDATA[Disable the pf ftp proxy handler.]]></descr>
|
|
<tunable>debug.pfftpproxy</tunable>
|
|
<value>default</value>
|
|
</item>
|
|
<item>
|
|
<descr><![CDATA[Increase UFS read-ahead speeds to match current state of hard drives and NCQ. More information here: http://ivoras.sharanet.org/blog/tree/2010-11-19.ufs-read-ahead.html]]></descr>
|
|
<tunable>vfs.read_max</tunable>
|
|
<value>default</value>
|
|
</item>
|
|
<item>
|
|
<descr><![CDATA[Set the ephemeral port range to be lower.]]></descr>
|
|
<tunable>net.inet.ip.portrange.first</tunable>
|
|
<value>default</value>
|
|
</item>
|
|
<item>
|
|
<descr><![CDATA[Drop packets to closed TCP ports without returning a RST]]></descr>
|
|
<tunable>net.inet.tcp.blackhole</tunable>
|
|
<value>default</value>
|
|
</item>
|
|
<item>
|
|
<descr><![CDATA[Do not send ICMP port unreachable messages for closed UDP ports]]></descr>
|
|
<tunable>net.inet.udp.blackhole</tunable>
|
|
<value>default</value>
|
|
</item>
|
|
<item>
|
|
<descr><![CDATA[Randomize the ID field in IP packets (default is 0: sequential IP IDs)]]></descr>
|
|
<tunable>net.inet.ip.random_id</tunable>
|
|
<value>default</value>
|
|
</item>
|
|
<item>
|
|
<descr><![CDATA[Drop SYN-FIN packets (breaks RFC1379, but nobody uses it anyway)]]></descr>
|
|
<tunable>net.inet.tcp.drop_synfin</tunable>
|
|
<value>default</value>
|
|
</item>
|
|
<item>
|
|
<descr><![CDATA[Enable sending IPv4 redirects]]></descr>
|
|
<tunable>net.inet.ip.redirect</tunable>
|
|
<value>default</value>
|
|
</item>
|
|
<item>
|
|
<descr><![CDATA[Enable sending IPv6 redirects]]></descr>
|
|
<tunable>net.inet6.ip6.redirect</tunable>
|
|
<value>default</value>
|
|
</item>
|
|
<item>
|
|
<descr><![CDATA[Enable privacy settings for IPv6 (RFC 4941)]]></descr>
|
|
<tunable>net.inet6.ip6.use_tempaddr</tunable>
|
|
<value>default</value>
|
|
</item>
|
|
<item>
|
|
<descr><![CDATA[Prefer privacy addresses and use them over the normal addresses]]></descr>
|
|
<tunable>net.inet6.ip6.prefer_tempaddr</tunable>
|
|
<value>default</value>
|
|
</item>
|
|
<item>
|
|
<descr><![CDATA[Generate SYN cookies for outbound SYN-ACK packets]]></descr>
|
|
<tunable>net.inet.tcp.syncookies</tunable>
|
|
<value>default</value>
|
|
</item>
|
|
<item>
|
|
<descr><![CDATA[Maximum incoming/outgoing TCP datagram size (receive)]]></descr>
|
|
<tunable>net.inet.tcp.recvspace</tunable>
|
|
<value>default</value>
|
|
</item>
|
|
<item>
|
|
<descr><![CDATA[Maximum incoming/outgoing TCP datagram size (send)]]></descr>
|
|
<tunable>net.inet.tcp.sendspace</tunable>
|
|
<value>default</value>
|
|
</item>
|
|
<item>
|
|
<descr><![CDATA[IP Fastforwarding]]></descr>
|
|
<tunable>net.inet.ip.fastforwarding</tunable>
|
|
<value>default</value>
|
|
</item>
|
|
<item>
|
|
<descr><![CDATA[Do not delay ACK to try and piggyback it onto a data packet]]></descr>
|
|
<tunable>net.inet.tcp.delayed_ack</tunable>
|
|
<value>default</value>
|
|
</item>
|
|
<item>
|
|
<descr><![CDATA[Maximum outgoing UDP datagram size]]></descr>
|
|
<tunable>net.inet.udp.maxdgram</tunable>
|
|
<value>default</value>
|
|
</item>
|
|
<item>
|
|
<descr><![CDATA[Handling of non-IP packets which are not passed to pfil (see if_bridge(4))]]></descr>
|
|
<tunable>net.link.bridge.pfil_onlyip</tunable>
|
|
<value>default</value>
|
|
</item>
|
|
<item>
|
|
<tunable>net.link.bridge.pfil_member</tunable>
|
|
<value>0</value>
|
|
<descr><![CDATA[Set to 0 to disable filtering on the incoming and outgoing member interfaces.]]></descr>
|
|
</item>
|
|
<item>
|
|
<descr><![CDATA[Set to 1 to enable filtering on the bridge interface]]></descr>
|
|
<tunable>net.link.bridge.pfil_bridge</tunable>
|
|
<value>default</value>
|
|
</item>
|
|
<item>
|
|
<descr><![CDATA[Allow unprivileged access to tap(4) device nodes]]></descr>
|
|
<tunable>net.link.tap.user_open</tunable>
|
|
<value>default</value>
|
|
</item>
|
|
<item>
|
|
<descr><![CDATA[Randomize PID's (see src/sys/kern/kern_fork.c: sysctl_kern_randompid())]]></descr>
|
|
<tunable>kern.randompid</tunable>
|
|
<value>default</value>
|
|
</item>
|
|
<item>
|
|
<descr><![CDATA[Maximum size of the IP input queue]]></descr>
|
|
<tunable>net.inet.ip.intr_queue_maxlen</tunable>
|
|
<value>default</value>
|
|
</item>
|
|
<item>
|
|
<descr><![CDATA[Disable CTRL+ALT+Delete reboot from keyboard.]]></descr>
|
|
<tunable>hw.syscons.kbd_reboot</tunable>
|
|
<value>default</value>
|
|
</item>
|
|
<item>
|
|
<descr><![CDATA[Enable TCP Inflight mode]]></descr>
|
|
<tunable>net.inet.tcp.inflight.enable</tunable>
|
|
<value>default</value>
|
|
</item>
|
|
<item>
|
|
<descr><![CDATA[Enable TCP extended debugging]]></descr>
|
|
<tunable>net.inet.tcp.log_debug</tunable>
|
|
<value>default</value>
|
|
</item>
|
|
<item>
|
|
<descr><![CDATA[Set ICMP Limits]]></descr>
|
|
<tunable>net.inet.icmp.icmplim</tunable>
|
|
<value>default</value>
|
|
</item>
|
|
<item>
|
|
<descr><![CDATA[TCP Offload Engine]]></descr>
|
|
<tunable>net.inet.tcp.tso</tunable>
|
|
<value>default</value>
|
|
</item>
|
|
<item>
|
|
<descr><![CDATA[UDP Checksums]]></descr>
|
|
<tunable>net.inet.udp.checksum</tunable>
|
|
<value>default</value>
|
|
</item>
|
|
<item>
|
|
<descr><![CDATA[Maximum socket buffer size]]></descr>
|
|
<tunable>kern.ipc.maxsockbuf</tunable>
|
|
<value>default</value>
|
|
</item>
|
|
</sysctl>
|
|
<system>
|
|
<optimization>normal</optimization>
|
|
<hostname>pfSense</hostname>
|
|
<domain>localdomain</domain>
|
|
<dnsserver>8.8.8.8</dnsserver>
|
|
<dnsserver>8.8.4.4</dnsserver>
|
|
<group>
|
|
<name>all</name>
|
|
<description><![CDATA[All Users]]></description>
|
|
<scope>system</scope>
|
|
<gid>1998</gid>
|
|
</group>
|
|
<group>
|
|
<name>admins</name>
|
|
<description><![CDATA[System Administrators]]></description>
|
|
<scope>system</scope>
|
|
<gid>1999</gid>
|
|
<member>0</member>
|
|
<priv>page-all</priv>
|
|
</group>
|
|
<user>
|
|
<name>admin</name>
|
|
<descr><![CDATA[System Administrator]]></descr>
|
|
<scope>system</scope>
|
|
<groupname>admins</groupname>
|
|
<password></password>
|
|
<uid>0</uid>
|
|
<priv>user-shell-access</priv>
|
|
<md5-hash></md5-hash>
|
|
<nt-hash></nt-hash>
|
|
</user>
|
|
<nextuid>2001</nextuid>
|
|
<nextgid>2000</nextgid>
|
|
<timezone>America/New_York</timezone>
|
|
<time-update-interval>300</time-update-interval>
|
|
<timeservers>0.pfsense.pool.ntp.org</timeservers>
|
|
<webgui>
|
|
<protocol>https</protocol>
|
|
<ssl-certref></ssl-certref>
|
|
<loginautocomplete/>
|
|
<port/>
|
|
<max_procs>2</max_procs>
|
|
</webgui>
|
|
<disablenatreflection>yes</disablenatreflection>
|
|
<disablesegmentationoffloading/>
|
|
<disablelargereceiveoffloading/>
|
|
<ipv6allow/>
|
|
<powerd_ac_mode>adp</powerd_ac_mode>
|
|
<bogons>
|
|
<interval>monthly</interval>
|
|
</bogons>
|
|
<kill_states/>
|
|
<enableserial/>
|
|
<enablesshd>enabled</enablesshd>
|
|
<thermal_hardware>coretemp</thermal_hardware>
|
|
<use_mfs_tmp_size/>
|
|
<use_mfs_var_size/>
|
|
<firmware>
|
|
<alturl>
|
|
<enable/>
|
|
<firmwareurl>https://snapshots.pfsense.org/FreeBSD_releng/10.1/i386/pfSense_HEAD/.updaters/</firmwareurl>
|
|
</alturl>
|
|
</firmware>
|
|
<gitsync>
|
|
<repositoryurl/>
|
|
<branch/>
|
|
</gitsync>
|
|
<serialspeed>9600</serialspeed>
|
|
<primaryconsole>serial</primaryconsole>
|
|
<powerd_enable/>
|
|
<powerd_normal_mode>adp</powerd_normal_mode>
|
|
<powerd_battery_mode>adp</powerd_battery_mode>
|
|
</system>
|
|
<interfaces>
|
|
<wan>
|
|
<enable/>
|
|
<if>pppoe0</if>
|
|
<blockpriv/>
|
|
<blockbogons/>
|
|
<descr><![CDATA[WAN]]></descr>
|
|
<spoofmac/>
|
|
<ipaddr>pppoe</ipaddr>
|
|
</wan>
|
|
<lan>
|
|
<enable/>
|
|
<if>bridge0</if>
|
|
<descr><![CDATA[LAN]]></descr>
|
|
<ipaddr>192.168.1.1</ipaddr>
|
|
<subnet>24</subnet>
|
|
<spoofmac/>
|
|
</lan>
|
|
<opt1>
|
|
<descr><![CDATA[Guest]]></descr>
|
|
<if>em2</if>
|
|
<spoofmac/>
|
|
<enable/>
|
|
<ipaddr>192.168.2.1</ipaddr>
|
|
<subnet>24</subnet>
|
|
</opt1>
|
|
<opt2>
|
|
<descr><![CDATA[LANWifi]]></descr>
|
|
<if>ath0</if>
|
|
<wireless>
|
|
<mode>hostap</mode>
|
|
<standard>11ng</standard>
|
|
<protmode>off</protmode>
|
|
<ssid></ssid>
|
|
<channel>11</channel>
|
|
<authmode/>
|
|
<txpower>99</txpower>
|
|
<distance/>
|
|
<regdomain>fcc</regdomain>
|
|
<regcountry>US</regcountry>
|
|
<reglocation>anywhere</reglocation>
|
|
<wpa>
|
|
<macaddr_acl/>
|
|
<auth_algs>1</auth_algs>
|
|
<wpa_mode>2</wpa_mode>
|
|
<wpa_key_mgmt>WPA-PSK</wpa_key_mgmt>
|
|
<wpa_pairwise>CCMP</wpa_pairwise>
|
|
<wpa_group_rekey>60</wpa_group_rekey>
|
|
<wpa_gmk_rekey>3600</wpa_gmk_rekey>
|
|
<passphrase></passphrase>
|
|
<ext_wpa_sw/>
|
|
<enable/>
|
|
</wpa>
|
|
<auth_server_addr/>
|
|
<auth_server_port/>
|
|
<auth_server_shared_secret/>
|
|
<auth_server_addr2/>
|
|
<auth_server_port2/>
|
|
<auth_server_shared_secret2/>
|
|
<apbridge>
|
|
<enable/>
|
|
</apbridge>
|
|
<txantenna>0</txantenna>
|
|
<rxantenna>0</rxantenna>
|
|
<wep/>
|
|
</wireless>
|
|
<enable/>
|
|
<spoofmac/>
|
|
</opt2>
|
|
<opt3>
|
|
<descr><![CDATA[LANWired]]></descr>
|
|
<if>em1</if>
|
|
<enable/>
|
|
<spoofmac/>
|
|
</opt3>
|
|
</interfaces>
|
|
<staticroutes/>
|
|
<dhcpd>
|
|
<lan>
|
|
<enable/>
|
|
<range>
|
|
<from>192.168.1.100</from>
|
|
<to>192.168.1.245</to>
|
|
</range>
|
|
<failover_peerip/>
|
|
<dhcpleaseinlocaltime/>
|
|
<defaultleasetime/>
|
|
<maxleasetime/>
|
|
<netmask/>
|
|
<gateway/>
|
|
<domain/>
|
|
<domainsearchlist/>
|
|
<ddnsdomain/>
|
|
<mac_allow/>
|
|
<mac_deny/>
|
|
<tftp/>
|
|
<ldap/>
|
|
<nextserver/>
|
|
<filename/>
|
|
<rootpath/>
|
|
<numberoptions/>
|
|
<staticmap>
|
|
<mac>00:00:00:00:00:79</mac>
|
|
<ipaddr>192.168.1.52</ipaddr>
|
|
<hostname/>
|
|
<descr><![CDATA[xxx]]></descr>
|
|
<filename/>
|
|
<rootpath/>
|
|
<defaultleasetime/>
|
|
<maxleasetime/>
|
|
<gateway/>
|
|
<domain/>
|
|
<domainsearchlist/>
|
|
<ddnsdomain/>
|
|
<tftp/>
|
|
<ldap/>
|
|
</staticmap>
|
|
<staticmap>
|
|
<mac>00:00:00:00:00:78</mac>
|
|
<ipaddr>192.168.1.53</ipaddr>
|
|
<hostname/>
|
|
<descr><![CDATA[xxx]]></descr>
|
|
<filename/>
|
|
<rootpath/>
|
|
<defaultleasetime/>
|
|
<maxleasetime/>
|
|
<gateway/>
|
|
<domain/>
|
|
<domainsearchlist/>
|
|
<ddnsdomain/>
|
|
<tftp/>
|
|
<ldap/>
|
|
</staticmap>
|
|
<staticmap>
|
|
<mac>00:00:00:00:00:77</mac>
|
|
<ipaddr>192.168.1.55</ipaddr>
|
|
<hostname>sselph-macbookpro</hostname>
|
|
<descr><![CDATA[xxx]]></descr>
|
|
<filename/>
|
|
<rootpath/>
|
|
<defaultleasetime/>
|
|
<maxleasetime/>
|
|
<gateway/>
|
|
<domain/>
|
|
<domainsearchlist/>
|
|
<ddnsdomain/>
|
|
<tftp/>
|
|
<ldap/>
|
|
</staticmap>
|
|
<staticmap>
|
|
<mac>00:00:00:00:00:76</mac>
|
|
<ipaddr>192.168.1.60</ipaddr>
|
|
<hostname/>
|
|
<descr><![CDATA[xxx]]></descr>
|
|
<filename/>
|
|
<rootpath/>
|
|
<defaultleasetime/>
|
|
<maxleasetime/>
|
|
<gateway/>
|
|
<domain/>
|
|
<domainsearchlist/>
|
|
<ddnsdomain/>
|
|
<tftp/>
|
|
<ldap/>
|
|
</staticmap>
|
|
<staticmap>
|
|
<mac>00:00:00:00:00:75</mac>
|
|
<ipaddr>192.168.1.65</ipaddr>
|
|
<hostname/>
|
|
<descr><![CDATA[xxx]]></descr>
|
|
<filename/>
|
|
<rootpath/>
|
|
<defaultleasetime/>
|
|
<maxleasetime/>
|
|
<gateway/>
|
|
<domain/>
|
|
<domainsearchlist/>
|
|
<ddnsdomain/>
|
|
<tftp/>
|
|
<ldap/>
|
|
</staticmap>
|
|
<staticmap>
|
|
<mac>00:00:00:00:00:74</mac>
|
|
<ipaddr>192.168.1.66</ipaddr>
|
|
<hostname/>
|
|
<descr><![CDATA[xxx]]></descr>
|
|
<filename/>
|
|
<rootpath/>
|
|
<defaultleasetime/>
|
|
<maxleasetime/>
|
|
<gateway/>
|
|
<domain/>
|
|
<domainsearchlist/>
|
|
<ddnsdomain/>
|
|
<tftp/>
|
|
<ldap/>
|
|
</staticmap>
|
|
</lan>
|
|
<opt1>
|
|
<range>
|
|
<from>192.168.2.100</from>
|
|
<to>192.168.2.200</to>
|
|
</range>
|
|
<enable/>
|
|
<failover_peerip/>
|
|
<dhcpleaseinlocaltime/>
|
|
<defaultleasetime/>
|
|
<maxleasetime/>
|
|
<netmask/>
|
|
<gateway/>
|
|
<domain/>
|
|
<domainsearchlist/>
|
|
<ddnsdomain/>
|
|
<mac_allow/>
|
|
<mac_deny/>
|
|
<tftp/>
|
|
<ldap/>
|
|
<nextserver/>
|
|
<filename/>
|
|
<rootpath/>
|
|
<numberoptions/>
|
|
</opt1>
|
|
</dhcpd>
|
|
<pptpd>
|
|
<mode/>
|
|
<redir/>
|
|
<localip/>
|
|
<remoteip/>
|
|
</pptpd>
|
|
<dnsmasq>
|
|
<enable/>
|
|
</dnsmasq>
|
|
<snmpd>
|
|
<syslocation/>
|
|
<syscontact/>
|
|
<rocommunity>public</rocommunity>
|
|
</snmpd>
|
|
<diag>
|
|
<ipv6nat>
|
|
<ipaddr/>
|
|
</ipv6nat>
|
|
</diag>
|
|
<bridge/>
|
|
<syslog>
|
|
<nentries>500</nentries>
|
|
</syslog>
|
|
<nat>
|
|
<rule>
|
|
<source>
|
|
<any/>
|
|
</source>
|
|
<destination>
|
|
<network>wanip</network>
|
|
<port>39435</port>
|
|
</destination>
|
|
<protocol>tcp/udp</protocol>
|
|
<target>192.168.1.53</target>
|
|
<local-port>39435</local-port>
|
|
<interface>wan</interface>
|
|
<descr/>
|
|
<associated-rule-id>nat_5287b17ca685f1.94949666</associated-rule-id>
|
|
<created>
|
|
<time>1384624508</time>
|
|
<username>admin@192.168.1.105</username>
|
|
</created>
|
|
<updated>
|
|
<time>1394765038</time>
|
|
<username>admin@192.168.1.55</username>
|
|
</updated>
|
|
<tracker>1412311184</tracker>
|
|
</rule>
|
|
<rule>
|
|
<source>
|
|
<any/>
|
|
</source>
|
|
<destination>
|
|
<network>wanip</network>
|
|
<port>46933</port>
|
|
</destination>
|
|
<protocol>tcp/udp</protocol>
|
|
<target>192.168.1.53</target>
|
|
<local-port>46933</local-port>
|
|
<interface>wan</interface>
|
|
<descr/>
|
|
<associated-rule-id>nat_53b7134db01b68.47907148</associated-rule-id>
|
|
<updated>
|
|
<time>1404506957</time>
|
|
<username>admin@192.168.1.55</username>
|
|
</updated>
|
|
<created>
|
|
<time>1404506957</time>
|
|
<username>admin@192.168.1.55</username>
|
|
</created>
|
|
<tracker>1412311185</tracker>
|
|
</rule>
|
|
<rule>
|
|
<source>
|
|
<any/>
|
|
</source>
|
|
<destination>
|
|
<network>wanip</network>
|
|
<port>2222</port>
|
|
</destination>
|
|
<protocol>tcp</protocol>
|
|
<target>192.168.1.53</target>
|
|
<local-port>22</local-port>
|
|
<interface>wan</interface>
|
|
<descr/>
|
|
<associated-rule-id>nat_5287b192a847a4.34260688</associated-rule-id>
|
|
<updated>
|
|
<time>1384624530</time>
|
|
<username>admin@192.168.1.105</username>
|
|
</updated>
|
|
<created>
|
|
<time>1384624530</time>
|
|
<username>admin@192.168.1.105</username>
|
|
</created>
|
|
<tracker>1412311186</tracker>
|
|
</rule>
|
|
<outbound>
|
|
<mode>automatic</mode>
|
|
</outbound>
|
|
</nat>
|
|
<filter>
|
|
<rule>
|
|
<id/>
|
|
<type>pass</type>
|
|
<interface>wan</interface>
|
|
<ipprotocol>inet</ipprotocol>
|
|
<tag/>
|
|
<tagged/>
|
|
<max/>
|
|
<max-src-nodes/>
|
|
<max-src-conn/>
|
|
<max-src-states/>
|
|
<statetimeout/>
|
|
<statetype>keep state</statetype>
|
|
<os/>
|
|
<protocol>tcp/udp</protocol>
|
|
<source>
|
|
<any/>
|
|
</source>
|
|
<destination>
|
|
<address>192.168.1.53</address>
|
|
<port>39435</port>
|
|
</destination>
|
|
<descr><![CDATA[NAT ]]></descr>
|
|
<associated-rule-id>nat_5287b17ca685f1.94949666</associated-rule-id>
|
|
<created>
|
|
<time>1384624508</time>
|
|
<username>NAT Port Forward</username>
|
|
</created>
|
|
<updated>
|
|
<time>1394765057</time>
|
|
<username>admin@192.168.1.55</username>
|
|
</updated>
|
|
<tracker>1412311184</tracker>
|
|
</rule>
|
|
<rule>
|
|
<source>
|
|
<any/>
|
|
</source>
|
|
<interface>wan</interface>
|
|
<protocol>tcp</protocol>
|
|
<destination>
|
|
<address>192.168.1.53</address>
|
|
<port>22</port>
|
|
</destination>
|
|
<descr><![CDATA[NAT ]]></descr>
|
|
<associated-rule-id>nat_5287b192a847a4.34260688</associated-rule-id>
|
|
<created>
|
|
<time>1384624530</time>
|
|
<username>NAT Port Forward</username>
|
|
</created>
|
|
<tracker>1412311185</tracker>
|
|
</rule>
|
|
<rule>
|
|
<source>
|
|
<any/>
|
|
</source>
|
|
<interface>wan</interface>
|
|
<protocol>tcp/udp</protocol>
|
|
<destination>
|
|
<address>192.168.1.53</address>
|
|
<port>46933</port>
|
|
</destination>
|
|
<descr><![CDATA[NAT ]]></descr>
|
|
<associated-rule-id>nat_53b7134db01b68.47907148</associated-rule-id>
|
|
<created>
|
|
<time>1404506957</time>
|
|
<username>NAT Port Forward</username>
|
|
</created>
|
|
<tracker>1412311192</tracker>
|
|
</rule>
|
|
<rule>
|
|
<type>pass</type>
|
|
<ipprotocol>inet</ipprotocol>
|
|
<descr><![CDATA[Default allow LAN to any rule]]></descr>
|
|
<interface>lan</interface>
|
|
<source>
|
|
<network>lan</network>
|
|
</source>
|
|
<destination>
|
|
<any/>
|
|
</destination>
|
|
<tracker>1412311186</tracker>
|
|
</rule>
|
|
<rule>
|
|
<id/>
|
|
<type>pass</type>
|
|
<interface>lan</interface>
|
|
<ipprotocol>inet6</ipprotocol>
|
|
<tag/>
|
|
<tagged/>
|
|
<max/>
|
|
<max-src-nodes/>
|
|
<max-src-conn/>
|
|
<max-src-states/>
|
|
<statetimeout/>
|
|
<statetype>keep state</statetype>
|
|
<os/>
|
|
<source>
|
|
<network>lan</network>
|
|
</source>
|
|
<destination>
|
|
<any/>
|
|
</destination>
|
|
<descr><![CDATA[Default allow LAN IPv6 to any rule]]></descr>
|
|
<updated>
|
|
<time>1384650081</time>
|
|
<username>admin@192.168.1.105</username>
|
|
</updated>
|
|
<tracker>1412311187</tracker>
|
|
</rule>
|
|
<rule>
|
|
<id/>
|
|
<tracker>1412311188</tracker>
|
|
<type>block</type>
|
|
<interface>opt1</interface>
|
|
<ipprotocol>inet</ipprotocol>
|
|
<tag/>
|
|
<tagged/>
|
|
<max/>
|
|
<max-src-nodes/>
|
|
<max-src-conn/>
|
|
<max-src-states/>
|
|
<statetimeout/>
|
|
<statetype>keep state</statetype>
|
|
<os/>
|
|
<protocol>tcp</protocol>
|
|
<source>
|
|
<network>opt1</network>
|
|
</source>
|
|
<destination>
|
|
<address>192.168.2.1</address>
|
|
<port>MgmtPorts</port>
|
|
</destination>
|
|
<descr/>
|
|
<created>
|
|
<time>1385591239</time>
|
|
<username>admin@192.168.1.55</username>
|
|
</created>
|
|
<updated>
|
|
<time>1412312417</time>
|
|
<username>admin@192.168.1.55</username>
|
|
</updated>
|
|
</rule>
|
|
<rule>
|
|
<id/>
|
|
<tracker>1412311189</tracker>
|
|
<type>block</type>
|
|
<interface>opt1</interface>
|
|
<ipprotocol>inet</ipprotocol>
|
|
<tag/>
|
|
<tagged/>
|
|
<max/>
|
|
<max-src-nodes/>
|
|
<max-src-conn/>
|
|
<max-src-states/>
|
|
<statetimeout/>
|
|
<statetype>keep state</statetype>
|
|
<os/>
|
|
<source>
|
|
<network>opt1</network>
|
|
</source>
|
|
<destination>
|
|
<network>lan</network>
|
|
</destination>
|
|
<descr/>
|
|
<created>
|
|
<time>1385589172</time>
|
|
<username>admin@192.168.1.55</username>
|
|
</created>
|
|
<updated>
|
|
<time>1412312428</time>
|
|
<username>admin@192.168.1.55</username>
|
|
</updated>
|
|
</rule>
|
|
<rule>
|
|
<id/>
|
|
<tracker>1412311190</tracker>
|
|
<type>pass</type>
|
|
<interface>opt1</interface>
|
|
<ipprotocol>inet</ipprotocol>
|
|
<tag/>
|
|
<tagged/>
|
|
<max/>
|
|
<max-src-nodes/>
|
|
<max-src-conn/>
|
|
<max-src-states/>
|
|
<statetimeout/>
|
|
<statetype>keep state</statetype>
|
|
<os></os>
|
|
<protocol>tcp/udp</protocol>
|
|
<source>
|
|
<network>opt1</network>
|
|
</source>
|
|
<destination>
|
|
<any/>
|
|
</destination>
|
|
<log/>
|
|
<descr/>
|
|
<l7container>Opt1Block</l7container>
|
|
<created>
|
|
<time>1385827093</time>
|
|
<username>admin@192.168.1.55</username>
|
|
</created>
|
|
<updated>
|
|
<time>1412887586</time>
|
|
<username>admin@192.168.1.55</username>
|
|
</updated>
|
|
</rule>
|
|
<rule>
|
|
<id/>
|
|
<tracker>1412311191</tracker>
|
|
<type>pass</type>
|
|
<interface>opt1</interface>
|
|
<ipprotocol>inet</ipprotocol>
|
|
<tag/>
|
|
<tagged/>
|
|
<max/>
|
|
<max-src-nodes/>
|
|
<max-src-conn/>
|
|
<max-src-states/>
|
|
<statetimeout/>
|
|
<statetype>keep state</statetype>
|
|
<os/>
|
|
<source>
|
|
<network>opt1</network>
|
|
</source>
|
|
<destination>
|
|
<any/>
|
|
</destination>
|
|
<descr/>
|
|
<created>
|
|
<time>1385589216</time>
|
|
<username>admin@192.168.1.55</username>
|
|
</created>
|
|
<updated>
|
|
<time>1412868774</time>
|
|
<username>admin@192.168.1.55</username>
|
|
</updated>
|
|
</rule>
|
|
</filter>
|
|
<shaper>
|
|
<queue>
|
|
<interface>wan</interface>
|
|
<name>wan</name>
|
|
<scheduler>CODELQ</scheduler>
|
|
<bandwidth>200</bandwidth>
|
|
<bandwidthtype>Kb</bandwidthtype>
|
|
<enabled>on</enabled>
|
|
</queue>
|
|
</shaper>
|
|
<ipsec/>
|
|
<aliases>
|
|
<alias>
|
|
<name>MgmtPorts</name>
|
|
<address>443 80 22</address>
|
|
<descr/>
|
|
<type>port</type>
|
|
<detail><![CDATA[Entry added Wed, 27 Nov 2013 17:25:07 -0500||Entry added Wed, 27 Nov 2013 17:25:07 -0500||Entry added Wed, 27 Nov 2013 17:25:07 -0500]]></detail>
|
|
</alias>
|
|
</aliases>
|
|
<proxyarp/>
|
|
<cron>
|
|
<item>
|
|
<minute>1,31</minute>
|
|
<hour>0-5</hour>
|
|
<mday>*</mday>
|
|
<month>*</month>
|
|
<wday>*</wday>
|
|
<who>root</who>
|
|
<command>/usr/bin/nice -n20 adjkerntz -a</command>
|
|
</item>
|
|
<item>
|
|
<minute>1</minute>
|
|
<hour>3</hour>
|
|
<mday>1</mday>
|
|
<month>*</month>
|
|
<wday>*</wday>
|
|
<who>root</who>
|
|
<command>/usr/bin/nice -n20 /etc/rc.update_bogons.sh</command>
|
|
</item>
|
|
<item>
|
|
<minute>*/60</minute>
|
|
<hour>*</hour>
|
|
<mday>*</mday>
|
|
<month>*</month>
|
|
<wday>*</wday>
|
|
<who>root</who>
|
|
<command>/usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 sshlockout</command>
|
|
</item>
|
|
<item>
|
|
<minute>1</minute>
|
|
<hour>1</hour>
|
|
<mday>*</mday>
|
|
<month>*</month>
|
|
<wday>*</wday>
|
|
<who>root</who>
|
|
<command>/usr/bin/nice -n20 /etc/rc.dyndns.update</command>
|
|
</item>
|
|
<item>
|
|
<minute>*/60</minute>
|
|
<hour>*</hour>
|
|
<mday>*</mday>
|
|
<month>*</month>
|
|
<wday>*</wday>
|
|
<who>root</who>
|
|
<command>/usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 virusprot</command>
|
|
</item>
|
|
<item>
|
|
<minute>30</minute>
|
|
<hour>12</hour>
|
|
<mday>*</mday>
|
|
<month>*</month>
|
|
<wday>*</wday>
|
|
<who>root</who>
|
|
<command>/usr/bin/nice -n20 /etc/rc.update_urltables</command>
|
|
</item>
|
|
</cron>
|
|
<wol>
|
|
<wolentry>
|
|
<interface>lan</interface>
|
|
<mac>00:00:00:00:00:79</mac>
|
|
<descr><![CDATA[NAS]]></descr>
|
|
</wolentry>
|
|
<wolentry>
|
|
<interface>lan</interface>
|
|
<mac>00:00:00:00:00:b7</mac>
|
|
<descr><![CDATA[Server]]></descr>
|
|
</wolentry>
|
|
</wol>
|
|
<rrd>
|
|
<enable/>
|
|
<category>traffic</category>
|
|
<style>inverse</style>
|
|
<period>absolute</period>
|
|
</rrd>
|
|
<load_balancer>
|
|
<monitor_type>
|
|
<name>ICMP</name>
|
|
<type>icmp</type>
|
|
<descr><![CDATA[ICMP]]></descr>
|
|
<options/>
|
|
</monitor_type>
|
|
<monitor_type>
|
|
<name>TCP</name>
|
|
<type>tcp</type>
|
|
<descr><![CDATA[Generic TCP]]></descr>
|
|
<options/>
|
|
</monitor_type>
|
|
<monitor_type>
|
|
<name>HTTP</name>
|
|
<type>http</type>
|
|
<descr><![CDATA[Generic HTTP]]></descr>
|
|
<options>
|
|
<path>/</path>
|
|
<host/>
|
|
<code>200</code>
|
|
</options>
|
|
</monitor_type>
|
|
<monitor_type>
|
|
<name>HTTPS</name>
|
|
<type>https</type>
|
|
<descr><![CDATA[Generic HTTPS]]></descr>
|
|
<options>
|
|
<path>/</path>
|
|
<host/>
|
|
<code>200</code>
|
|
</options>
|
|
</monitor_type>
|
|
<monitor_type>
|
|
<name>SMTP</name>
|
|
<type>send</type>
|
|
<descr><![CDATA[Generic SMTP]]></descr>
|
|
<options>
|
|
<send/>
|
|
<expect>220 *</expect>
|
|
</options>
|
|
</monitor_type>
|
|
</load_balancer>
|
|
<widgets>
|
|
<sequence>system_information-container:col1:show,captive_portal_status-container:col1:close,carp_status-container:col1:close,cpu_graphs-container:col1:close,gmirror_status-container:col1:close,installed_packages-container:col1:close,interface_statistics-container:col1:close,interfaces-container:col2:show,ipsec-container:col2:close,load_balancer_status-container:col2:close,log-container:col2:close,picture-container:col2:close,rss-container:col2:close,services_status-container:col2:close,traffic_graphs-container:col2:close,dyn_dns_status-container:col2:show,openvpn-container:col2:none,smart_status-container:col2:show,gateways-container:col2:show,thermal_sensors-container:col2:close,wake_on_lan-container:col2:none</sequence>
|
|
</widgets>
|
|
<revision>
|
|
<time>1412887586</time>
|
|
<description><![CDATA[admin@192.168.1.55: /firewall_rules_edit.php made unknown change]]></description>
|
|
<username>admin@192.168.1.55</username>
|
|
</revision>
|
|
<openvpn/>
|
|
<l7shaper>
|
|
<container/>
|
|
<container>
|
|
<name>Opt1Block</name>
|
|
<enabled>on</enabled>
|
|
<description/>
|
|
<divert_port>45164</divert_port>
|
|
<l7rules>
|
|
<protocol>bittorrent</protocol>
|
|
<structure>action</structure>
|
|
<behaviour>block</behaviour>
|
|
</l7rules>
|
|
<l7rules>
|
|
<protocol>smtp</protocol>
|
|
<structure>action</structure>
|
|
<behaviour>block</behaviour>
|
|
</l7rules>
|
|
</container>
|
|
</l7shaper>
|
|
<dnshaper>
|
|
<queue>
|
|
<name>Download</name>
|
|
<number>1</number>
|
|
<qlimit/>
|
|
<plr/>
|
|
<description/>
|
|
<bandwidth>
|
|
<item>
|
|
<bw>1</bw>
|
|
<burst>2</burst>
|
|
<bwscale>Mb</bwscale>
|
|
<bwsched>none</bwsched>
|
|
</item>
|
|
</bandwidth>
|
|
<enabled>on</enabled>
|
|
<buckets/>
|
|
<mask>dstaddress</mask>
|
|
<maskbits>24</maskbits>
|
|
<maskbitsv6/>
|
|
<delay>0</delay>
|
|
</queue>
|
|
<queue>
|
|
<name>Upload</name>
|
|
<number>2</number>
|
|
<qlimit/>
|
|
<plr/>
|
|
<description/>
|
|
<bandwidth>
|
|
<item>
|
|
<bw>100</bw>
|
|
<burst>200</burst>
|
|
<bwscale>Kb</bwscale>
|
|
<bwsched>none</bwsched>
|
|
</item>
|
|
</bandwidth>
|
|
<enabled>on</enabled>
|
|
<buckets/>
|
|
<mask>srcaddress</mask>
|
|
<maskbits>24</maskbits>
|
|
<maskbitsv6/>
|
|
<delay>0</delay>
|
|
</queue>
|
|
</dnshaper>
|
|
<ppps>
|
|
<ppp>
|
|
<ptpid>0</ptpid>
|
|
<type>pppoe</type>
|
|
<if>pppoe0</if>
|
|
<ports>em0</ports>
|
|
<username></username>
|
|
<password></password>
|
|
<provider/>
|
|
</ppp>
|
|
</ppps>
|
|
<dyndnses>
|
|
<dyndns>
|
|
<type>noip-free</type>
|
|
<username></username>
|
|
<password></password>
|
|
<host></host>
|
|
<mx/>
|
|
<enable/>
|
|
<interface>wan</interface>
|
|
<zoneid/>
|
|
<ttl/>
|
|
<updateurl/>
|
|
<resultmatch/>
|
|
<requestif>wan</requestif>
|
|
<descr/>
|
|
<force/>
|
|
<id>1</id>
|
|
</dyndns>
|
|
</dyndnses>
|
|
<gateways>
|
|
<gateway_item>
|
|
<interface>wan</interface>
|
|
<gateway>dynamic</gateway>
|
|
<name>WAN_PPPOE</name>
|
|
<weight>1</weight>
|
|
<ipprotocol>inet</ipprotocol>
|
|
<interval/>
|
|
<descr><![CDATA[Interface WAN_PPPOE Gateway]]></descr>
|
|
<monitor>8.8.8.8</monitor>
|
|
<defaultgw/>
|
|
</gateway_item>
|
|
</gateways>
|
|
<installedpackages>
|
|
<miniupnpd>
|
|
<config>
|
|
<enable/>
|
|
<enable_upnp/>
|
|
<enable_natpmp/>
|
|
<ext_iface>wan</ext_iface>
|
|
<iface_array>lan</iface_array>
|
|
<download/>
|
|
<upload/>
|
|
<overridewanip/>
|
|
<upnpqueue/>
|
|
<logpackets/>
|
|
<sysuptime/>
|
|
<permdefault/>
|
|
<permuser1/>
|
|
<permuser2/>
|
|
<permuser3/>
|
|
<permuser4/>
|
|
</config>
|
|
</miniupnpd>
|
|
<service/>
|
|
<package>
|
|
<name>Shellcmd</name>
|
|
<website/>
|
|
<descr><![CDATA[The shellcmd utility is used to manage commands on system startup.]]></descr>
|
|
<category>Services</category>
|
|
<pkginfolink/>
|
|
<config_file>https://packages.pfsense.org/packages/config/shellcmd/shellcmd.xml</config_file>
|
|
<version>0.5</version>
|
|
<status>Beta</status>
|
|
<required_version>2.2</required_version>
|
|
<maintainer>markjcrane@gmail.com</maintainer>
|
|
<configurationfile>shellcmd.xml</configurationfile>
|
|
<depends_on_package_base_url>https://files.pfsense.org/packages/10/All/</depends_on_package_base_url>
|
|
</package>
|
|
<menu>
|
|
<name>Shellcmd</name>
|
|
<tooltiptext>shellcmd settings.</tooltiptext>
|
|
<section>Services</section>
|
|
<configfile>shellcmd.xml</configfile>
|
|
<url>/packages/shellcmd/shellcmd.php</url>
|
|
</menu>
|
|
<tab>
|
|
<text>Settings</text>
|
|
<url>/pkg_edit.php?xml=shellcmd.xml&id=0</url>
|
|
<active/>
|
|
</tab>
|
|
</installedpackages>
|
|
<dhcpdv6/>
|
|
<dhcrelay/>
|
|
<dhcrelay6/>
|
|
<wireless/>
|
|
<bridges>
|
|
<bridged>
|
|
<members>opt2,opt3</members>
|
|
<descr/>
|
|
<maxaddr/>
|
|
<timeout/>
|
|
<maxage/>
|
|
<fwdelay/>
|
|
<hellotime/>
|
|
<priority/>
|
|
<proto>rstp</proto>
|
|
<holdcnt/>
|
|
<ifpriority/>
|
|
<ifpathcost/>
|
|
<bridgeif>bridge0</bridgeif>
|
|
</bridged>
|
|
</bridges>
|
|
<ntpd/>
|
|
</pfsense>
|