|
<?xml version="1.0"?>
|
|
<pfsense>
|
|
<version>9.4</version>
|
|
<lastchange/>
|
|
<theme>pfsense_ng</theme>
|
|
<sysctl>
|
|
<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[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>
|
|
<descr><![CDATA[Set to 0 to disable filtering on the incoming and outgoing member interfaces.]]></descr>
|
|
<tunable>net.link.bridge.pfil_member</tunable>
|
|
<value>default</value>
|
|
</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[Maximum socket buffer size]]></descr>
|
|
<tunable>kern.ipc.maxsockbuf</tunable>
|
|
<value>default</value>
|
|
</item>
|
|
</sysctl>
|
|
<system>
|
|
<optimization>normal</optimization>
|
|
<hostname>kerberos</hostname>
|
|
<domain>me.local</domain>
|
|
<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>$1$uZJvP2h6$gQiDCciC1tSau1de/apmp.</password>
|
|
<uid>0</uid>
|
|
<priv>user-shell-access</priv>
|
|
<md5-hash></md5-hash>
|
|
<nt-hash></nt-hash>
|
|
<expires/>
|
|
<authorizedkeys/>
|
|
<ipsecpsk/>
|
|
</user>
|
|
<nextuid>2000</nextuid>
|
|
<nextgid>2000</nextgid>
|
|
<timezone>CET</timezone>
|
|
<time-update-interval/>
|
|
<timeservers>0.pfsense.pool.ntp.org</timeservers>
|
|
<webgui>
|
|
<protocol>https</protocol>
|
|
<ssl-certref>51697c659f24a</ssl-certref>
|
|
<port>443</port>
|
|
<max_procs>2</max_procs>
|
|
<noantilockout/>
|
|
</webgui>
|
|
<disablenatreflection>yes</disablenatreflection>
|
|
<disablesegmentationoffloading/>
|
|
<disablelargereceiveoffloading/>
|
|
<firmware>
|
|
<alturl>
|
|
<enable/>
|
|
<firmwareurl>http://snapshots.pfsense.org/FreeBSD_RELENG_8_3/amd64/pfSense_HEAD/.updaters</firmwareurl>
|
|
</alturl>
|
|
</firmware>
|
|
<gitsync>
|
|
<repositoryurl/>
|
|
<branch/>
|
|
</gitsync>
|
|
<ipv6allow/>
|
|
<language>en_US</language>
|
|
<dnsserver>8.8.8.8</dnsserver>
|
|
<dnsserver>8.8.4.4</dnsserver>
|
|
<dnsallowoverride/>
|
|
<serialspeed>9600</serialspeed>
|
|
</system>
|
|
<interfaces>
|
|
<wan>
|
|
<enable/>
|
|
<if>re0</if>
|
|
<blockbogons/>
|
|
<descr><![CDATA[WAN]]></descr>
|
|
<spoofmac>xx:xx:xx:xx:xx:xx</spoofmac>
|
|
<blockpriv/>
|
|
<ipaddr>x.x.x.x</ipaddr>
|
|
<subnet>27</subnet>
|
|
<gateway>MyGW</gateway>
|
|
<ipaddrv6>2a01:x:x:x::1</ipaddrv6>
|
|
<subnetv6>64</subnetv6>
|
|
<gatewayv6>MyGWV6</gatewayv6>
|
|
</wan>
|
|
<lan>
|
|
<enable/>
|
|
<if>re1</if>
|
|
<descr><![CDATA[AdvL3]]></descr>
|
|
<spoofmac/>
|
|
<blockbogons/>
|
|
<ipaddr>10.255.255.254</ipaddr>
|
|
<subnet>32</subnet>
|
|
</lan>
|
|
<opt1>
|
|
<descr><![CDATA[SimL3]]></descr>
|
|
<if>re2</if>
|
|
<enable/>
|
|
<ipaddr>x.x.x.x</ipaddr>
|
|
<subnet>29</subnet>
|
|
<blockpriv/>
|
|
<blockbogons/>
|
|
<spoofmac/>
|
|
</opt1>
|
|
<opt2>
|
|
<descr><![CDATA[qipLocal]]></descr>
|
|
<if>re3</if>
|
|
<enable/>
|
|
<ipaddr>10.13.15.1</ipaddr>
|
|
<subnet>24</subnet>
|
|
<blockbogons/>
|
|
<spoofmac/>
|
|
</opt2>
|
|
</interfaces>
|
|
<staticroutes>
|
|
<route>
|
|
<network>10.255.255.1/32</network>
|
|
<gateway>L3Net</gateway>
|
|
<descr><![CDATA[VM Testhost]]></descr>
|
|
</route>
|
|
</staticroutes>
|
|
<dhcpd>
|
|
<lan>
|
|
<range>
|
|
<from>192.168.1.100</from>
|
|
<to>192.168.1.199</to>
|
|
</range>
|
|
</lan>
|
|
</dhcpd>
|
|
<pptpd>
|
|
<mode/>
|
|
<redir/>
|
|
<localip/>
|
|
<remoteip/>
|
|
</pptpd>
|
|
<dnsmasq>
|
|
<enable/>
|
|
</dnsmasq>
|
|
<snmpd>
|
|
<syslocation/>
|
|
<syscontact/>
|
|
<rocommunity>public</rocommunity>
|
|
</snmpd>
|
|
<diag>
|
|
<ipv6nat>
|
|
<ipaddr/>
|
|
</ipv6nat>
|
|
</diag>
|
|
<bridge/>
|
|
<syslog/>
|
|
<nat>
|
|
<ipsecpassthru>
|
|
<enable/>
|
|
</ipsecpassthru>
|
|
<advancedoutbound>
|
|
<enable/>
|
|
<rule>
|
|
<source>
|
|
<network>10.255.255.0/24</network>
|
|
</source>
|
|
<sourceport/>
|
|
<descr/>
|
|
<target/>
|
|
<targetip/>
|
|
<targetip_subnet>0</targetip_subnet>
|
|
<interface>wan</interface>
|
|
<poolopts/>
|
|
<destination>
|
|
<any/>
|
|
</destination>
|
|
</rule>
|
|
<rule>
|
|
<source>
|
|
<network>10.13.0.0/16</network>
|
|
</source>
|
|
<sourceport/>
|
|
<descr/>
|
|
<target/>
|
|
<targetip/>
|
|
<targetip_subnet>0</targetip_subnet>
|
|
<interface>wan</interface>
|
|
<poolopts/>
|
|
<destination>
|
|
<any/>
|
|
</destination>
|
|
<updated>
|
|
<time>1366008649</time>
|
|
<username>admin@x.x.x.x</username>
|
|
</updated>
|
|
<created>
|
|
<time>1366008649</time>
|
|
<username>admin@x.x.x.x</username>
|
|
</created>
|
|
</rule>
|
|
</advancedoutbound>
|
|
<rule>
|
|
<source>
|
|
<any/>
|
|
</source>
|
|
<destination>
|
|
<network>wanip</network>
|
|
<port>80</port>
|
|
</destination>
|
|
<protocol>tcp</protocol>
|
|
<target>10.255.255.1</target>
|
|
<local-port>80</local-port>
|
|
<interface>wan</interface>
|
|
<descr/>
|
|
<associated-rule-id>nat_516ba44e9b5a00.72273892</associated-rule-id>
|
|
<updated>
|
|
<time>1366008910</time>
|
|
<username>admin@x.x.x.x</username>
|
|
</updated>
|
|
<created>
|
|
<time>1366008910</time>
|
|
<username>admin@x.x.x.x</username>
|
|
</created>
|
|
</rule>
|
|
<rule>
|
|
<source>
|
|
<any/>
|
|
</source>
|
|
<destination>
|
|
<network>wanip</network>
|
|
<port>443</port>
|
|
</destination>
|
|
<protocol>tcp</protocol>
|
|
<target>10.255.255.1</target>
|
|
<local-port>443</local-port>
|
|
<interface>wan</interface>
|
|
<descr/>
|
|
<associated-rule-id>nat_516ba45b8ac590.36408307</associated-rule-id>
|
|
<updated>
|
|
<time>1366008923</time>
|
|
<username>admin@x.x.x.x</username>
|
|
</updated>
|
|
<created>
|
|
<time>1366008923</time>
|
|
<username>admin@x.x.x.x</username>
|
|
</created>
|
|
</rule>
|
|
<rule>
|
|
<source>
|
|
<any/>
|
|
</source>
|
|
<destination>
|
|
<network>wanip</network>
|
|
<port>22</port>
|
|
</destination>
|
|
<protocol>tcp</protocol>
|
|
<target>10.255.255.1</target>
|
|
<local-port>22</local-port>
|
|
<interface>wan</interface>
|
|
<descr/>
|
|
<associated-rule-id>nat_516ba470afbca1.94117082</associated-rule-id>
|
|
<updated>
|
|
<time>1366008944</time>
|
|
<username>admin@x.x.x.x</username>
|
|
</updated>
|
|
<created>
|
|
<time>1366008944</time>
|
|
<username>admin@x.x.x.x</username>
|
|
</created>
|
|
</rule>
|
|
</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</protocol>
|
|
<source>
|
|
<any/>
|
|
</source>
|
|
<destination>
|
|
<network>wanip</network>
|
|
<port>31337</port>
|
|
</destination>
|
|
<descr><![CDATA[Remote Admin]]></descr>
|
|
<updated>
|
|
<time>1366006659</time>
|
|
<username>admin@x.x.x.x</username>
|
|
</updated>
|
|
</rule>
|
|
<rule>
|
|
<source>
|
|
<any/>
|
|
</source>
|
|
<interface>wan</interface>
|
|
<protocol>tcp</protocol>
|
|
<destination>
|
|
<address>10.255.255.1</address>
|
|
<port>80</port>
|
|
</destination>
|
|
<descr><![CDATA[NAT ]]></descr>
|
|
<associated-rule-id>nat_516ba44e9b5a00.72273892</associated-rule-id>
|
|
<created>
|
|
<time>1366008910</time>
|
|
<username>NAT Port Forward</username>
|
|
</created>
|
|
</rule>
|
|
<rule>
|
|
<source>
|
|
<any/>
|
|
</source>
|
|
<interface>wan</interface>
|
|
<protocol>tcp</protocol>
|
|
<destination>
|
|
<address>10.255.255.1</address>
|
|
<port>443</port>
|
|
</destination>
|
|
<descr><![CDATA[NAT ]]></descr>
|
|
<associated-rule-id>nat_516ba45b8ac590.36408307</associated-rule-id>
|
|
<created>
|
|
<time>1366008923</time>
|
|
<username>NAT Port Forward</username>
|
|
</created>
|
|
</rule>
|
|
<rule>
|
|
<source>
|
|
<any/>
|
|
</source>
|
|
<interface>wan</interface>
|
|
<protocol>tcp</protocol>
|
|
<destination>
|
|
<address>10.255.255.1</address>
|
|
<port>22</port>
|
|
</destination>
|
|
<descr><![CDATA[NAT ]]></descr>
|
|
<associated-rule-id>nat_516ba470afbca1.94117082</associated-rule-id>
|
|
<created>
|
|
<time>1366008944</time>
|
|
<username>NAT Port Forward</username>
|
|
</created>
|
|
</rule>
|
|
<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/>
|
|
<source>
|
|
<any/>
|
|
</source>
|
|
<destination>
|
|
<network>opt1</network>
|
|
</destination>
|
|
<descr><![CDATA[Allow all Access to Simple L3 Subnet]]></descr>
|
|
<updated>
|
|
<time>1366009264</time>
|
|
<username>admin@x.x.x.x</username>
|
|
</updated>
|
|
<created>
|
|
<time>1366009264</time>
|
|
<username>admin@x.x.x.x</username>
|
|
</created>
|
|
</rule>
|
|
<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/>
|
|
<source>
|
|
<any/>
|
|
</source>
|
|
<destination>
|
|
<address>x.x.x.x/28</address>
|
|
</destination>
|
|
<descr><![CDATA[Allow all Access to Advanced /32 L3 Subnet]]></descr>
|
|
<updated>
|
|
<time>1366009296</time>
|
|
<username>admin@x.x.x.x</username>
|
|
</updated>
|
|
<created>
|
|
<time>1366009296</time>
|
|
<username>admin@x.x.x.x</username>
|
|
</created>
|
|
</rule>
|
|
<rule>
|
|
<id/>
|
|
<type>pass</type>
|
|
<interface>lan</interface>
|
|
<tag/>
|
|
<tagged/>
|
|
<max/>
|
|
<max-src-nodes/>
|
|
<max-src-conn/>
|
|
<max-src-states/>
|
|
<statetimeout/>
|
|
<statetype>keep state</statetype>
|
|
<os/>
|
|
<source>
|
|
<any/>
|
|
</source>
|
|
<destination>
|
|
<any/>
|
|
</destination>
|
|
<descr><![CDATA[Default allow LAN to any rule]]></descr>
|
|
</rule>
|
|
<rule>
|
|
<id/>
|
|
<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>
|
|
<any/>
|
|
</source>
|
|
<destination>
|
|
<any/>
|
|
</destination>
|
|
<descr/>
|
|
<updated>
|
|
<time>1366009327</time>
|
|
<username>admin@x.x.x.x</username>
|
|
</updated>
|
|
<created>
|
|
<time>1366009327</time>
|
|
<username>admin@x.x.x.x</username>
|
|
</created>
|
|
</rule>
|
|
<rule>
|
|
<id/>
|
|
<type>pass</type>
|
|
<interface>opt2</interface>
|
|
<ipprotocol>inet</ipprotocol>
|
|
<tag/>
|
|
<tagged/>
|
|
<max/>
|
|
<max-src-nodes/>
|
|
<max-src-conn/>
|
|
<max-src-states/>
|
|
<statetimeout/>
|
|
<statetype>keep state</statetype>
|
|
<os/>
|
|
<source>
|
|
<any/>
|
|
</source>
|
|
<destination>
|
|
<any/>
|
|
</destination>
|
|
<descr/>
|
|
<updated>
|
|
<time>1366007088</time>
|
|
<username>admin@x.x.x.x</username>
|
|
</updated>
|
|
<created>
|
|
<time>1366007088</time>
|
|
<username>admin@x.x.x.x</username>
|
|
</created>
|
|
</rule>
|
|
</filter>
|
|
<shaper/>
|
|
<ipsec/>
|
|
<aliases/>
|
|
<proxyarp/>
|
|
<cron>
|
|
<item>
|
|
<minute>0</minute>
|
|
<hour>*</hour>
|
|
<mday>*</mday>
|
|
<month>*</month>
|
|
<wday>*</wday>
|
|
<who>root</who>
|
|
<command>/usr/bin/nice -n20 newsyslog</command>
|
|
</item>
|
|
<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/>
|
|
<rrd>
|
|
<enable/>
|
|
</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:show,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:none,openvpn-container:col2:show,smart_status-container:col2:none,thermal_sensors-container:col2:none,wake_on_lan-container:col2:none,gateways-container:col2:show</sequence>
|
|
</widgets>
|
|
<revision>
|
|
<time>1366010765</time>
|
|
<description><![CDATA[admin@x.x.x.x: /system_gateways_edit.php made unknown change]]></description>
|
|
<username>admin@x.x.x.x</username>
|
|
</revision>
|
|
<openvpn/>
|
|
<l7shaper>
|
|
<container/>
|
|
</l7shaper>
|
|
<dnshaper/>
|
|
<cert>
|
|
<refid>51697c659f24a</refid>
|
|
<descr><![CDATA[webConfigurator default]]></descr>
|
|
<crt>LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUVLRENDQTVHZ0F3SUJBZ0lKQU8vSXFpYzQzV1RlTUEwR0NTcUdTSWIzRFFFQkJRVUFNSUcvTVFzd0NRWUQKVlFRR0V3SlZVekVTTUJBR0ExVUVDQk1KVTI5dFpYZG9aWEpsTVJFd0R3WURWUVFIRXdoVGIyMWxZMmwwZVRFVQpNQklHQTFVRUNoTUxRMjl0Y0dGdWVVNWhiV1V4THpBdEJnTlZCQXNUSms5eVoyRnVhWHBoZEdsdmJtRnNJRlZ1CmFYUWdUbUZ0WlNBb1pXY3NJSE5sWTNScGIyNHBNU1F3SWdZRFZRUURFeHREYjIxdGIyNGdUbUZ0WlNBb1pXY3MKSUZsUFZWSWdibUZ0WlNreEhEQWFCZ2txaGtpRzl3MEJDUUVXRFVWdFlXbHNJRUZrWkhKbGMzTXdIaGNOTVRNdwpOREV6TVRVME1ESXhXaGNOTVRneE1EQTBNVFUwTURJeFdqQ0J2ekVMTUFrR0ExVUVCaE1DVlZNeEVqQVFCZ05WCkJBZ1RDVk52YldWM2FHVnlaVEVSTUE4R0ExVUVCeE1JVTI5dFpXTnBkSGt4RkRBU0JnTlZCQW9UQzBOdmJYQmgKYm5sT1lXMWxNUzh3TFFZRFZRUUxFeVpQY21kaGJtbDZZWFJwYjI1aGJDQlZibWwwSUU1aGJXVWdLR1ZuTENCegpaV04wYVc5dUtURWtNQ0lHQTFVRUF4TWJRMjl0Ylc5dUlFNWhiV1VnS0dWbkxDQlpUMVZTSUc1aGJXVXBNUnd3CkdnWUpLb1pJaHZjTkFRa0JGZzFGYldGcGJDQkJaR1J5WlhOek1JR2ZNQTBHQ1NxR1NJYjNEUUVCQVFVQUE0R04KQURDQmlRS0JnUUMrSkltT2hNWVkvS1FhODJzQUIvd0pIQW5lYXJUWVVUcGNhNGQ3SG8relBscmhjMER6SHFFUApsUXU3blBBcW9GN09lRTZpQ2ZHWGlyL0Q4UGZtZHcvWDIwZWJhRzdxUzc0Wnpidm9PenBBNjBmdjR1bDRGc2FOCnVEVGh1SDA1R21lK1R6ZXJwMnc3bmEzbm9MRVBWVTJxTlIzRFJpdWlZRVhMZnArMU1JeGdNd0lEQVFBQm80SUIKS0RDQ0FTUXdIUVlEVlIwT0JCWUVGQ0VBMEkyM2wzVWt4cXZzSTRDZTFFL2dweUJ0TUlIMEJnTlZIU01FZ2V3dwpnZW1BRkNFQTBJMjNsM1VreHF2c0k0Q2UxRS9ncHlCdG9ZSEZwSUhDTUlHL01Rc3dDUVlEVlFRR0V3SlZVekVTCk1CQUdBMVVFQ0JNSlUyOXRaWGRvWlhKbE1SRXdEd1lEVlFRSEV3aFRiMjFsWTJsMGVURVVNQklHQTFVRUNoTUwKUTI5dGNHRnVlVTVoYldVeEx6QXRCZ05WQkFzVEprOXlaMkZ1YVhwaGRHbHZibUZzSUZWdWFYUWdUbUZ0WlNBbwpaV2NzSUhObFkzUnBiMjRwTVNRd0lnWURWUVFERXh0RGIyMXRiMjRnVG1GdFpTQW9aV2NzSUZsUFZWSWdibUZ0ClpTa3hIREFhQmdrcWhraUc5dzBCQ1FFV0RVVnRZV2xzSUVGa1pISmxjM09DQ1FEdnlLb25PTjFrM2pBTUJnTlYKSFJNRUJUQURBUUgvTUEwR0NTcUdTSWIzRFFFQkJRVUFBNEdCQUlRVGIxZy9PbXVWZStIOGU5OEJkTnUxZHZEWQowTmZzbE4rRnp4YUtPdUpOZ1lsRVB5cksraWZUUWVlOEZJUmpGdjNDZ0xaQWY0Tk1KN25BQzIxSXZicDBkbmJDCnU1Q05yV0piaGJBc3ZzTDVnaXNRNGhvZEhkay9QdlRnOGVHSEMzNE1JUkpua3JpZW92bktpZGtFd0VmcTkyL3gKaW9DOGMwcHJDMjJkbFF2TwotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==</crt>
|
|
<prv>R2VuZXJhdGluZyBSU0EgcHJpdmF0ZSBrZXksIDEwMjQgYml0IGxvbmcgbW9kdWx1cwouLi4rKysrKysKLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4rKysrKysKZSBpcyA2NTUzNyAoMHgxMDAwMSkKLS0tLS1CRUdJTiBSU0EgUFJJVkFURSBLRVktLS0tLQpNSUlDWEFJQkFBS0JnUUMrSkltT2hNWVkvS1FhODJzQUIvd0pIQW5lYXJUWVVUcGNhNGQ3SG8relBscmhjMER6CkhxRVBsUXU3blBBcW9GN09lRTZpQ2ZHWGlyL0Q4UGZtZHcvWDIwZWJhRzdxUzc0Wnpidm9PenBBNjBmdjR1bDQKRnNhTnVEVGh1SDA1R21lK1R6ZXJwMnc3bmEzbm9MRVBWVTJxTlIzRFJpdWlZRVhMZnArMU1JeGdNd0lEQVFBQgpBb0dBSUhjd25Zc0NJQVlUSng3azZDNTAxRUZiVmdTMk9ERTJXODFvWnBkRFJnR2hsdGtNLy9YODNpSSt6SnZ4ClRmWHYraVVFbUJwR2krOSs2ci9jTkJla05wVWRjeU9jK3J0b3dFeVRxcUlKRWJNV1ptZTA1WWp1SjI1L1BncncKQ3NEb3VGYjIwZjRhd3Q3cU4wS29PcWoyN0hTRkw0bllhQlljb1dLUnN4dXFVTEVDUVFENjJ1MVFMQnZvN3dqdApIajFhTVdIcUxzTVVpVGpuOFRwaDVjL2dvQjUwbllya3dNVTQwYjhZRTAyTUlkdTJUQzdxOEhRaUpmSVA3dUNuCjhHbXpPMmNQQWtFQXdnclppYTlyeGxhTnRubm5zY2JDME1kVXFBeVQrSjdlWDBMdXAwVVJHOW1qTS9HTU9qNEoKNmFWQ1FaZ1lBT0t6b0lad1ZkblBwT3lqd09GbmRkOFVuUUpCQU8wVlNpSnlmYkpKY0FOQ2lET2M1bkNBMzRpaQpKREU2RUxhRGoxTTVvVzhQa2p5ZVlBZFNYS3V4V3FJdFFjenA5WkcvemRLVVVGRjByOGlvOUEwY0FFc0NRQkVOCklRYWZXcW9vS3ZYUkNwSXR0Q3JpaVVibkxBMlo4RktRc0NZVXhLY2MzZUdQcFZIczU3UVhhSllaQm1yMWdQRm4KUHZIY1hRblNIYVd5YVFRTG9XVUNRRnZxaFFyYTlzcUo2aVJHTHFVemRJU2tUNFg4T1k5RWJqZ1FKbXlrRUVsVgpzZks0NmNMeFJNWFMrZVNSSFlFdDFnVTBWZ05DVUdSWWlNaXR1TG9aS3FrPQotLS0tLUVORCBSU0EgUFJJVkFURSBLRVktLS0tLQo=</prv>
|
|
</cert>
|
|
<ppps/>
|
|
<gateways>
|
|
<gateway_item>
|
|
<interface>lan</interface>
|
|
<gateway>dynamic</gateway>
|
|
<name>L3Net</name>
|
|
<weight>1</weight>
|
|
<ipprotocol>inet</ipprotocol>
|
|
<interval/>
|
|
<descr><![CDATA[L3Net GW]]></descr>
|
|
<monitor_disable/>
|
|
</gateway_item>
|
|
<gateway_item>
|
|
<interface>wan</interface>
|
|
<gateway>x.x.x.x</gateway>
|
|
<name>MyGW</name>
|
|
<weight>1</weight>
|
|
<ipprotocol>inet</ipprotocol>
|
|
<interval>10</interval>
|
|
<descr><![CDATA[MyGW]]></descr>
|
|
<defaultgw/>
|
|
</gateway_item>
|
|
<gateway_item>
|
|
<interface>wan</interface>
|
|
<gateway>fe80::1</gateway>
|
|
<name>MyGWV6</name>
|
|
<weight>1</weight>
|
|
<ipprotocol>inet6</ipprotocol>
|
|
<interval>10</interval>
|
|
<descr><![CDATA[MyGWV6]]></descr>
|
|
<defaultgw/>
|
|
</gateway_item>
|
|
<gateway_item>
|
|
<interface>lan</interface>
|
|
<gateway>dynamic</gateway>
|
|
<name>AdvL3</name>
|
|
<weight>1</weight>
|
|
<ipprotocol>inet</ipprotocol>
|
|
<interval/>
|
|
<descr><![CDATA[Advanced L3 Networking]]></descr>
|
|
<monitor_disable/>
|
|
</gateway_item>
|
|
</gateways>
|
|
</pfsense>
|