Files
ansible-fet/doc/configs/kistl-pfSense-backup.xml
Daniel A. Maierhofer 53edcc77bd Update kistl config
2020-01-06 23:36:47 +01:00

1467 lines
45 KiB
XML

<?xml version="1.0"?>
<pfsense>
<version>15.8</version>
<lastchange></lastchange>
<theme>metallic</theme>
<sysctl>
<item>
<tunable>debug.pfftpproxy</tunable>
<value>1</value>
<descr><![CDATA[Disable the pf ftp proxy handler.]]></descr>
</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[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>kistl</hostname>
<domain>fet.htu.tuwien.ac.at</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>
<member>2000</member>
<priv>page-all</priv>
</group>
<user>
<name>admin</name>
<descr><![CDATA[System Administrator]]></descr>
<scope>system</scope>
<groupname>admins</groupname>
<password>$1$i/nede5l$nk7jGz.SDcZy6qZrGlvkr/</password>
<uid>0</uid>
<priv>user-shell-access</priv>
<md5-hash>709413c5a7adc43b91f90ece7f6b7915</md5-hash>
<expires></expires>
<authorizedkeys></authorizedkeys>
<ipsecpsk></ipsecpsk>
</user>
<user>
<scope>user</scope>
<password>$1$K..ec31W$knkqCaSwhAIqtCGErMxLf.</password>
<md5-hash>8fa8fc542b8c5267d46eae228073243c</md5-hash>
<name>bajo</name>
<descr><![CDATA[Markus Bajones]]></descr>
<expires></expires>
<authorizedkeys></authorizedkeys>
<ipsecpsk></ipsecpsk>
<uid>2000</uid>
</user>
<nextuid>2001</nextuid>
<nextgid>2000</nextgid>
<timezone>Europe/Vienna</timezone>
<time-update-interval></time-update-interval>
<timeservers>tutimea.tuwien.ac.at</timeservers>
<webgui>
<protocol>https</protocol>
<ssl-certref>4f031b5823c78</ssl-certref>
<loginautocomplete></loginautocomplete>
<dashboardcolumns>2</dashboardcolumns>
</webgui>
<disablenatreflection>yes</disablenatreflection>
<disablesegmentationoffloading></disablesegmentationoffloading>
<disablelargereceiveoffloading></disablelargereceiveoffloading>
<dns1gwint>none</dns1gwint>
<dns2gwint>none</dns2gwint>
<dns3gwint>none</dns3gwint>
<dns4gwint>none</dns4gwint>
<maximumstates></maximumstates>
<maximumtableentries>400000</maximumtableentries>
<reflectiontimeout></reflectiontimeout>
<tftpinterface>wan</tftpinterface>
<language>en_US</language>
<dns1gw>none</dns1gw>
<dns2gw>none</dns2gw>
<dns3gw>none</dns3gw>
<dns4gw>none</dns4gw>
<dnsserver>128.130.4.3</dnsserver>
<dnsserver>128.131.4.3</dnsserver>
<dnsallowoverride></dnsallowoverride>
<already_run_config_upgrade>
<upgrade_166_to_167></upgrade_166_to_167>
<upgrade_167_to_168></upgrade_167_to_168>
<upgrade_168_to_169></upgrade_168_to_169>
<upgrade_179_to_180></upgrade_179_to_180>
</already_run_config_upgrade>
</system>
<interfaces>
<wan>
<enable></enable>
<if>rl0</if>
<blockpriv></blockpriv>
<blockbogons></blockbogons>
<descr><![CDATA[WAN]]></descr>
<ipaddr>128.130.95.200</ipaddr>
<subnet>27</subnet>
<gateway>TU</gateway>
<spoofmac></spoofmac>
</wan>
<lan>
<enable></enable>
<if>bge0</if>
<ipaddr>192.168.86.1</ipaddr>
<subnet>24</subnet>
<media></media>
<mediaopt></mediaopt>
<descr><![CDATA[LAN]]></descr>
</lan>
</interfaces>
<staticroutes>
<route>
<network>192.168.95.0/24</network>
<gateway>miruk</gateway>
<descr></descr>
</route>
<route>
<network>192.168.96.0/24</network>
<gateway>Ariane</gateway>
<descr><![CDATA[LXC Container auf Ariane]]></descr>
</route>
<route>
<network>10.0.3.0/24</network>
<gateway>Ariane</gateway>
<descr></descr>
</route>
</staticroutes>
<dhcpd>
<lan>
<enable></enable>
<range>
<from>192.168.86.50</from>
<to>192.168.86.191</to>
</range>
<staticmap>
<mac>00:10:18:2d:b0:c0</mac>
<cid></cid>
<ipaddr>192.168.86.2</ipaddr>
<hostname>atlas</hostname>
<descr><![CDATA[Fileserver]]></descr>
<filename></filename>
<rootpath></rootpath>
<defaultleasetime></defaultleasetime>
<maxleasetime></maxleasetime>
<gateway></gateway>
<domain></domain>
<domainsearchlist></domainsearchlist>
<ddnsdomain></ddnsdomain>
<ddnsdomainprimary></ddnsdomainprimary>
<ddnsdomainkeyname></ddnsdomainkeyname>
<ddnsdomainkey></ddnsdomainkey>
<tftp></tftp>
<ldap></ldap>
</staticmap>
<staticmap>
<mac>2e:6d:b6:07:17:01</mac>
<cid></cid>
<ipaddr>192.168.86.3</ipaddr>
<hostname>laika</hostname>
<descr><![CDATA[borgbackup server extern]]></descr>
<filename></filename>
<rootpath></rootpath>
<defaultleasetime></defaultleasetime>
<maxleasetime></maxleasetime>
<gateway></gateway>
<domain></domain>
<domainsearchlist></domainsearchlist>
<ddnsdomain></ddnsdomain>
<ddnsdomainprimary></ddnsdomainprimary>
<ddnsdomainkeyname></ddnsdomainkeyname>
<ddnsdomainkey></ddnsdomainkey>
<tftp></tftp>
<ldap></ldap>
</staticmap>
<staticmap>
<mac>a0:f3:c1:5e:c4:98</mac>
<cid></cid>
<ipaddr>192.168.86.4</ipaddr>
<hostname>wlan</hostname>
<descr><![CDATA[WLAN Router]]></descr>
<filename></filename>
<rootpath></rootpath>
<defaultleasetime></defaultleasetime>
<maxleasetime></maxleasetime>
<gateway></gateway>
<domain></domain>
<domainsearchlist></domainsearchlist>
<ddnsdomain></ddnsdomain>
<ddnsdomainprimary></ddnsdomainprimary>
<ddnsdomainkeyname></ddnsdomainkeyname>
<ddnsdomainkey></ddnsdomainkey>
<tftp></tftp>
<ldap></ldap>
</staticmap>
<staticmap>
<mac>52:54:00:87:be:61</mac>
<cid></cid>
<ipaddr>192.168.86.5</ipaddr>
<hostname>backup</hostname>
<descr><![CDATA[RSync Server auf energija]]></descr>
<filename></filename>
<rootpath></rootpath>
<defaultleasetime></defaultleasetime>
<maxleasetime></maxleasetime>
<gateway></gateway>
<domain></domain>
<domainsearchlist></domainsearchlist>
<ddnsdomain></ddnsdomain>
<ddnsdomainprimary></ddnsdomainprimary>
<ddnsdomainkeyname></ddnsdomainkeyname>
<ddnsdomainkey></ddnsdomainkey>
<tftp></tftp>
<ldap></ldap>
</staticmap>
<staticmap>
<mac>2e:6d:b6:07:13:01</mac>
<cid></cid>
<ipaddr>192.168.86.6</ipaddr>
<hostname>sputnik</hostname>
<descr><![CDATA[SSH Jumphost]]></descr>
<filename></filename>
<rootpath></rootpath>
<defaultleasetime></defaultleasetime>
<maxleasetime></maxleasetime>
<gateway></gateway>
<domain></domain>
<domainsearchlist></domainsearchlist>
<ddnsdomain></ddnsdomain>
<ddnsdomainprimary></ddnsdomainprimary>
<ddnsdomainkeyname></ddnsdomainkeyname>
<ddnsdomainkey></ddnsdomainkey>
<tftp></tftp>
<ldap></ldap>
</staticmap>
<staticmap>
<mac>38:d5:47:01:7a:63</mac>
<cid>ariane</cid>
<ipaddr>192.168.86.7</ipaddr>
<hostname>ariane</hostname>
<descr><![CDATA[VM Host Lager]]></descr>
<filename></filename>
<rootpath></rootpath>
<defaultleasetime></defaultleasetime>
<maxleasetime></maxleasetime>
<gateway></gateway>
<domain>fet.htu.tuwien.ac.at</domain>
<domainsearchlist></domainsearchlist>
<ddnsdomain></ddnsdomain>
<ddnsdomainprimary></ddnsdomainprimary>
<ddnsdomainkeyname></ddnsdomainkeyname>
<ddnsdomainkey></ddnsdomainkey>
<tftp></tftp>
<ldap></ldap>
</staticmap>
<staticmap>
<mac>3c:4a:92:43:d3:f3</mac>
<cid></cid>
<ipaddr>192.168.86.8</ipaddr>
<hostname>hp3015</hostname>
<descr><![CDATA[Drucker HP 3015 Duplex]]></descr>
<filename></filename>
<rootpath></rootpath>
<defaultleasetime></defaultleasetime>
<maxleasetime></maxleasetime>
<gateway></gateway>
<domain></domain>
<domainsearchlist></domainsearchlist>
<ddnsdomain></ddnsdomain>
<ddnsdomainprimary></ddnsdomainprimary>
<ddnsdomainkeyname></ddnsdomainkeyname>
<ddnsdomainkey></ddnsdomainkey>
<tftp></tftp>
<ldap></ldap>
</staticmap>
<staticmap>
<mac>00:00:48:d1:06:b9</mac>
<cid></cid>
<ipaddr>192.168.86.9</ipaddr>
<hostname>AL-C9100-D106B9</hostname>
<descr><![CDATA[Drucker Epson AL-C9100]]></descr>
<filename></filename>
<rootpath></rootpath>
<defaultleasetime></defaultleasetime>
<maxleasetime></maxleasetime>
<gateway></gateway>
<domain></domain>
<domainsearchlist></domainsearchlist>
<ddnsdomain></ddnsdomain>
<ddnsdomainprimary></ddnsdomainprimary>
<ddnsdomainkeyname></ddnsdomainkeyname>
<ddnsdomainkey></ddnsdomainkey>
<tftp></tftp>
<ldap></ldap>
</staticmap>
<staticmap>
<mac>20:cf:30:67:09:28</mac>
<cid></cid>
<ipaddr>192.168.86.10</ipaddr>
<hostname>energija</hostname>
<descr><![CDATA[VM Host Keller]]></descr>
<filename></filename>
<rootpath></rootpath>
<defaultleasetime></defaultleasetime>
<maxleasetime></maxleasetime>
<gateway></gateway>
<domain></domain>
<domainsearchlist></domainsearchlist>
<ddnsdomain></ddnsdomain>
<ddnsdomainprimary></ddnsdomainprimary>
<ddnsdomainkeyname></ddnsdomainkeyname>
<ddnsdomainkey></ddnsdomainkey>
<tftp></tftp>
<ldap></ldap>
</staticmap>
<staticmap>
<mac>2e:6d:b6:07:20:01</mac>
<cid></cid>
<ipaddr>192.168.86.11</ipaddr>
<hostname>juri</hostname>
<descr><![CDATA[neuer Test LDAP-Server]]></descr>
<filename></filename>
<rootpath></rootpath>
<defaultleasetime></defaultleasetime>
<maxleasetime></maxleasetime>
<gateway></gateway>
<domain></domain>
<domainsearchlist></domainsearchlist>
<ddnsdomain></ddnsdomain>
<ddnsdomainprimary></ddnsdomainprimary>
<ddnsdomainkeyname></ddnsdomainkeyname>
<ddnsdomainkey></ddnsdomainkey>
<tftp></tftp>
<ldap></ldap>
</staticmap>
<staticmap>
<mac>52:54:00:2b:a0:5e</mac>
<cid></cid>
<ipaddr>192.168.86.13</ipaddr>
<hostname>scm</hostname>
<descr><![CDATA[ (down) Git Server auf ariane]]></descr>
<filename></filename>
<rootpath></rootpath>
<defaultleasetime></defaultleasetime>
<maxleasetime></maxleasetime>
<gateway></gateway>
<domain></domain>
<domainsearchlist></domainsearchlist>
<ddnsdomain></ddnsdomain>
<ddnsdomainprimary></ddnsdomainprimary>
<ddnsdomainkeyname></ddnsdomainkeyname>
<ddnsdomainkey></ddnsdomainkey>
<tftp></tftp>
<ldap></ldap>
</staticmap>
<staticmap>
<mac>00:21:b7:99:4c:60</mac>
<cid></cid>
<ipaddr>192.168.86.14</ipaddr>
<hostname>dell3465</hostname>
<descr><![CDATA[Drucker Dell B3465dnf]]></descr>
<filename></filename>
<rootpath></rootpath>
<defaultleasetime></defaultleasetime>
<maxleasetime></maxleasetime>
<gateway></gateway>
<domain></domain>
<domainsearchlist></domainsearchlist>
<ddnsdomain></ddnsdomain>
<ddnsdomainprimary></ddnsdomainprimary>
<ddnsdomainkeyname></ddnsdomainkeyname>
<ddnsdomainkey></ddnsdomainkey>
<tftp></tftp>
<ldap></ldap>
</staticmap>
<staticmap>
<mac>b8:27:eb:d5:7c:12</mac>
<cid></cid>
<ipaddr>192.168.86.15</ipaddr>
<hostname>malina-hs</hostname>
<descr><![CDATA[RaspberryPi XMBC Halbstock]]></descr>
<filename></filename>
<rootpath></rootpath>
<defaultleasetime></defaultleasetime>
<maxleasetime></maxleasetime>
<gateway></gateway>
<domain></domain>
<domainsearchlist></domainsearchlist>
<ddnsdomain></ddnsdomain>
<ddnsdomainprimary></ddnsdomainprimary>
<ddnsdomainkeyname></ddnsdomainkeyname>
<ddnsdomainkey></ddnsdomainkey>
<tftp></tftp>
<ldap></ldap>
</staticmap>
<staticmap>
<mac>b8:27:eb:4e:c6:8f</mac>
<cid></cid>
<ipaddr>192.168.86.16</ipaddr>
<hostname>malina-retro</hostname>
<descr><![CDATA[RaspberryPi RetroPi Halbstock]]></descr>
<filename></filename>
<rootpath></rootpath>
<defaultleasetime></defaultleasetime>
<maxleasetime></maxleasetime>
<gateway></gateway>
<domain></domain>
<domainsearchlist></domainsearchlist>
<ddnsdomain></ddnsdomain>
<ddnsdomainprimary></ddnsdomainprimary>
<ddnsdomainkeyname></ddnsdomainkeyname>
<ddnsdomainkey></ddnsdomainkey>
<tftp></tftp>
<ldap></ldap>
</staticmap>
<staticmap>
<mac>00:a0:de:a4:ac:9a</mac>
<cid></cid>
<ipaddr>192.168.86.17</ipaddr>
<hostname>fet-av</hostname>
<descr><![CDATA[AV Receiver]]></descr>
<filename></filename>
<rootpath></rootpath>
<defaultleasetime></defaultleasetime>
<maxleasetime></maxleasetime>
<gateway></gateway>
<domain></domain>
<domainsearchlist></domainsearchlist>
<ddnsdomain></ddnsdomain>
<ddnsdomainprimary></ddnsdomainprimary>
<ddnsdomainkeyname></ddnsdomainkeyname>
<ddnsdomainkey></ddnsdomainkey>
<tftp></tftp>
<ldap></ldap>
</staticmap>
<staticmap>
<mac>52:54:00:5c:b0:fd</mac>
<cid></cid>
<ipaddr>192.168.86.18</ipaddr>
<hostname>gagarin</hostname>
<descr><![CDATA[LDAP Server]]></descr>
<filename></filename>
<rootpath></rootpath>
<defaultleasetime></defaultleasetime>
<maxleasetime></maxleasetime>
<gateway></gateway>
<domain></domain>
<domainsearchlist></domainsearchlist>
<ddnsdomain></ddnsdomain>
<ddnsdomainprimary></ddnsdomainprimary>
<ddnsdomainkeyname></ddnsdomainkeyname>
<ddnsdomainkey></ddnsdomainkey>
<tftp></tftp>
<ldap></ldap>
</staticmap>
<staticmap>
<mac>00:02:44:7c:b2:1c</mac>
<cid></cid>
<ipaddr>192.168.86.19</ipaddr>
<hostname>sputnik-alt</hostname>
<descr><![CDATA[SSH Jumphost (alt)]]></descr>
<filename></filename>
<rootpath></rootpath>
<defaultleasetime></defaultleasetime>
<maxleasetime></maxleasetime>
<gateway></gateway>
<domain></domain>
<domainsearchlist></domainsearchlist>
<ddnsdomain></ddnsdomain>
<ddnsdomainprimary></ddnsdomainprimary>
<ddnsdomainkeyname></ddnsdomainkeyname>
<ddnsdomainkey></ddnsdomainkey>
<tftp></tftp>
<ldap></ldap>
</staticmap>
<staticmap>
<mac>e0:69:95:57:b2:f7</mac>
<cid></cid>
<ipaddr>192.168.86.20</ipaddr>
<hostname>proton</hostname>
<descr><![CDATA[Workstation Halbstock]]></descr>
<filename></filename>
<rootpath></rootpath>
<defaultleasetime></defaultleasetime>
<maxleasetime></maxleasetime>
<gateway></gateway>
<domain></domain>
<domainsearchlist></domainsearchlist>
<ddnsdomain></ddnsdomain>
<ddnsdomainprimary></ddnsdomainprimary>
<ddnsdomainkeyname></ddnsdomainkeyname>
<ddnsdomainkey></ddnsdomainkey>
<tftp></tftp>
<ldap></ldap>
</staticmap>
<staticmap>
<mac>e0:69:95:57:b6:08</mac>
<cid></cid>
<ipaddr>192.168.86.21</ipaddr>
<hostname>suchoi</hostname>
<descr><![CDATA[Workstation Halbstock]]></descr>
<filename></filename>
<rootpath></rootpath>
<defaultleasetime></defaultleasetime>
<maxleasetime></maxleasetime>
<gateway></gateway>
<domain></domain>
<domainsearchlist></domainsearchlist>
<ddnsdomain></ddnsdomain>
<ddnsdomainprimary></ddnsdomainprimary>
<ddnsdomainkeyname></ddnsdomainkeyname>
<ddnsdomainkey></ddnsdomainkey>
<tftp></tftp>
<ldap></ldap>
</staticmap>
<staticmap>
<mac>10:c3:7b:9f:32:b1</mac>
<cid></cid>
<ipaddr>192.168.86.22</ipaddr>
<hostname>potemkin</hostname>
<descr><![CDATA[Workstation Serviceraum]]></descr>
<filename></filename>
<rootpath></rootpath>
<defaultleasetime></defaultleasetime>
<maxleasetime></maxleasetime>
<gateway></gateway>
<domain></domain>
<domainsearchlist></domainsearchlist>
<ddnsdomain></ddnsdomain>
<ddnsdomainprimary></ddnsdomainprimary>
<ddnsdomainkeyname></ddnsdomainkeyname>
<ddnsdomainkey></ddnsdomainkey>
<tftp></tftp>
<ldap></ldap>
</staticmap>
<staticmap>
<mac>90:2b:34:c8:72:ab</mac>
<cid></cid>
<ipaddr>192.168.86.23</ipaddr>
<hostname>lunik</hostname>
<descr><![CDATA[Workstation Serviceraum]]></descr>
<filename></filename>
<rootpath></rootpath>
<defaultleasetime></defaultleasetime>
<maxleasetime></maxleasetime>
<gateway></gateway>
<domain></domain>
<domainsearchlist></domainsearchlist>
<ddnsdomain></ddnsdomain>
<ddnsdomainprimary></ddnsdomainprimary>
<ddnsdomainkeyname></ddnsdomainkeyname>
<ddnsdomainkey></ddnsdomainkey>
<tftp></tftp>
<ldap></ldap>
</staticmap>
<staticmap>
<mac>52:54:00:c6:91:2d</mac>
<cid></cid>
<ipaddr>192.168.86.30</ipaddr>
<hostname>ruby</hostname>
<descr><![CDATA[Webserver FET]]></descr>
<filename></filename>
<rootpath></rootpath>
<defaultleasetime></defaultleasetime>
<maxleasetime></maxleasetime>
<gateway></gateway>
<domain></domain>
<domainsearchlist></domainsearchlist>
<ddnsdomain></ddnsdomain>
<ddnsdomainprimary></ddnsdomainprimary>
<ddnsdomainkeyname></ddnsdomainkeyname>
<ddnsdomainkey></ddnsdomainkey>
<tftp></tftp>
<ldap></ldap>
</staticmap>
<staticmap>
<mac>2e:6d:b6:07:10:02</mac>
<cid></cid>
<ipaddr>192.168.86.31</ipaddr>
<hostname>fetsite</hostname>
<descr><![CDATA[ruby Gen 2.0]]></descr>
<filename></filename>
<rootpath></rootpath>
<defaultleasetime></defaultleasetime>
<maxleasetime></maxleasetime>
<gateway></gateway>
<domain></domain>
<domainsearchlist></domainsearchlist>
<ddnsdomain></ddnsdomain>
<ddnsdomainprimary></ddnsdomainprimary>
<ddnsdomainkeyname></ddnsdomainkeyname>
<ddnsdomainkey></ddnsdomainkey>
<tftp></tftp>
<ldap></ldap>
</staticmap>
<staticmap>
<mac>52:54:00:b1:03:4f</mac>
<cid>Fachschaften</cid>
<ipaddr>192.168.86.32</ipaddr>
<hostname>fachschaften</hostname>
<descr><![CDATA[Webserver FS]]></descr>
<filename></filename>
<rootpath></rootpath>
<defaultleasetime></defaultleasetime>
<maxleasetime></maxleasetime>
<gateway></gateway>
<domain></domain>
<domainsearchlist></domainsearchlist>
<ddnsdomain></ddnsdomain>
<ddnsdomainprimary></ddnsdomainprimary>
<ddnsdomainkeyname></ddnsdomainkeyname>
<ddnsdomainkey></ddnsdomainkey>
<tftp></tftp>
<ldap></ldap>
</staticmap>
<staticmap>
<mac>52:54:00:3b:a6:19</mac>
<cid>bufata</cid>
<ipaddr>192.168.86.33</ipaddr>
<hostname>bufata</hostname>
<descr><![CDATA[Webserver BuFaTa]]></descr>
<filename></filename>
<rootpath></rootpath>
<defaultleasetime></defaultleasetime>
<maxleasetime></maxleasetime>
<gateway></gateway>
<domain></domain>
<domainsearchlist></domainsearchlist>
<ddnsdomain></ddnsdomain>
<ddnsdomainprimary></ddnsdomainprimary>
<ddnsdomainkeyname></ddnsdomainkeyname>
<ddnsdomainkey></ddnsdomainkey>
<tftp></tftp>
<ldap></ldap>
</staticmap>
<staticmap>
<mac>52:54:00:40:50:dc</mac>
<cid></cid>
<ipaddr>192.168.86.34</ipaddr>
<hostname>cloud</hostname>
<descr><![CDATA[Webserver NextCloud]]></descr>
<filename></filename>
<rootpath></rootpath>
<defaultleasetime></defaultleasetime>
<maxleasetime></maxleasetime>
<gateway></gateway>
<domain></domain>
<domainsearchlist></domainsearchlist>
<ddnsdomain></ddnsdomain>
<ddnsdomainprimary></ddnsdomainprimary>
<ddnsdomainkeyname></ddnsdomainkeyname>
<ddnsdomainkey></ddnsdomainkey>
<tftp></tftp>
<ldap></ldap>
</staticmap>
<staticmap>
<mac>52:54:00:d6:73:74</mac>
<cid></cid>
<ipaddr>192.168.86.35</ipaddr>
<hostname>mars</hostname>
<descr><![CDATA[(down) pfSense auf ariane]]></descr>
<filename></filename>
<rootpath></rootpath>
<defaultleasetime></defaultleasetime>
<maxleasetime></maxleasetime>
<gateway></gateway>
<domain>fet.htu.tuwien.ac.at</domain>
<domainsearchlist></domainsearchlist>
<ddnsdomain></ddnsdomain>
<ddnsdomainprimary></ddnsdomainprimary>
<ddnsdomainkeyname></ddnsdomainkeyname>
<ddnsdomainkey></ddnsdomainkey>
<tftp></tftp>
<ldap></ldap>
</staticmap>
<staticmap>
<mac>52:54:00:ca:e4:4b</mac>
<cid></cid>
<ipaddr>192.168.86.36</ipaddr>
<hostname>miruk</hostname>
<descr><![CDATA[pfSense f&uuml;r Web auf energija]]></descr>
<filename></filename>
<rootpath></rootpath>
<defaultleasetime></defaultleasetime>
<maxleasetime></maxleasetime>
<gateway></gateway>
<domain></domain>
<domainsearchlist></domainsearchlist>
<ddnsdomain></ddnsdomain>
<ddnsdomainprimary></ddnsdomainprimary>
<ddnsdomainkeyname></ddnsdomainkeyname>
<ddnsdomainkey></ddnsdomainkey>
<tftp></tftp>
<ldap></ldap>
</staticmap>
<staticmap>
<mac>00:1a:4d:4b:dd:92</mac>
<cid></cid>
<ipaddr>192.168.86.42</ipaddr>
<hostname>absturz</hostname>
<descr><![CDATA[Scan-, Infoscreen Server]]></descr>
<filename></filename>
<rootpath></rootpath>
<defaultleasetime></defaultleasetime>
<maxleasetime></maxleasetime>
<gateway></gateway>
<domain></domain>
<domainsearchlist></domainsearchlist>
<ddnsdomain></ddnsdomain>
<ddnsdomainprimary></ddnsdomainprimary>
<ddnsdomainkeyname></ddnsdomainkeyname>
<ddnsdomainkey></ddnsdomainkey>
<tftp></tftp>
<ldap></ldap>
</staticmap>
<staticmap>
<mac>b8:27:eb:da:0b:43</mac>
<cid></cid>
<ipaddr>192.168.86.43</ipaddr>
<hostname>baroness</hostname>
<descr><![CDATA[Bier Management System]]></descr>
<filename></filename>
<rootpath></rootpath>
<defaultleasetime></defaultleasetime>
<maxleasetime></maxleasetime>
<gateway></gateway>
<domain></domain>
<domainsearchlist></domainsearchlist>
<ddnsdomain></ddnsdomain>
<ddnsdomainprimary></ddnsdomainprimary>
<ddnsdomainkeyname></ddnsdomainkeyname>
<ddnsdomainkey></ddnsdomainkey>
<tftp></tftp>
<ldap></ldap>
</staticmap>
<staticmap>
<mac>2e:6d:b6:07:14:01</mac>
<cid></cid>
<ipaddr>192.168.86.44</ipaddr>
<hostname>betam</hostname>
<descr><![CDATA[NUT USV Server]]></descr>
<filename></filename>
<rootpath></rootpath>
<defaultleasetime></defaultleasetime>
<maxleasetime></maxleasetime>
<gateway></gateway>
<domain></domain>
<domainsearchlist></domainsearchlist>
<ddnsdomain></ddnsdomain>
<ddnsdomainprimary></ddnsdomainprimary>
<ddnsdomainkeyname></ddnsdomainkeyname>
<ddnsdomainkey></ddnsdomainkey>
<tftp></tftp>
<ldap></ldap>
</staticmap>
<staticmap>
<mac>2e:6d:b6:07:15:01</mac>
<cid></cid>
<ipaddr>192.168.86.45</ipaddr>
<hostname>zyklon</hostname>
<descr><![CDATA[Gitea Server]]></descr>
<filename></filename>
<rootpath></rootpath>
<defaultleasetime></defaultleasetime>
<maxleasetime></maxleasetime>
<gateway></gateway>
<domain></domain>
<domainsearchlist></domainsearchlist>
<ddnsdomain></ddnsdomain>
<ddnsdomainprimary></ddnsdomainprimary>
<ddnsdomainkeyname></ddnsdomainkeyname>
<ddnsdomainkey></ddnsdomainkey>
<tftp></tftp>
<ldap></ldap>
</staticmap>
<staticmap>
<mac>2e:6d:b6:07:16:01</mac>
<cid></cid>
<ipaddr>192.168.86.46</ipaddr>
<hostname>proteus</hostname>
<descr><![CDATA[OSTicket System Servicemails]]></descr>
<filename></filename>
<rootpath></rootpath>
<defaultleasetime></defaultleasetime>
<maxleasetime></maxleasetime>
<gateway></gateway>
<domain></domain>
<domainsearchlist></domainsearchlist>
<ddnsdomain></ddnsdomain>
<ddnsdomainprimary></ddnsdomainprimary>
<ddnsdomainkeyname></ddnsdomainkeyname>
<ddnsdomainkey></ddnsdomainkey>
<tftp></tftp>
<ldap></ldap>
</staticmap>
<staticmap>
<mac>2e:6d:b6:07:33:01</mac>
<cid></cid>
<ipaddr>192.168.86.47</ipaddr>
<hostname>sojus</hostname>
<descr><![CDATA[(down) frei]]></descr>
<filename></filename>
<rootpath></rootpath>
<defaultleasetime></defaultleasetime>
<maxleasetime></maxleasetime>
<gateway></gateway>
<domain></domain>
<domainsearchlist></domainsearchlist>
<ddnsdomain></ddnsdomain>
<ddnsdomainprimary></ddnsdomainprimary>
<ddnsdomainkeyname></ddnsdomainkeyname>
<ddnsdomainkey></ddnsdomainkey>
<tftp></tftp>
<ldap></ldap>
</staticmap>
<staticmap>
<mac>2e:6d:b6:07:18:01</mac>
<cid></cid>
<ipaddr>192.168.86.48</ipaddr>
<hostname>nauka</hostname>
<descr><![CDATA[Laborkartenverwaltung]]></descr>
<filename></filename>
<rootpath></rootpath>
<defaultleasetime></defaultleasetime>
<maxleasetime></maxleasetime>
<gateway></gateway>
<domain></domain>
<domainsearchlist></domainsearchlist>
<ddnsdomain></ddnsdomain>
<ddnsdomainprimary></ddnsdomainprimary>
<ddnsdomainkeyname></ddnsdomainkeyname>
<ddnsdomainkey></ddnsdomainkey>
<tftp></tftp>
<ldap></ldap>
</staticmap>
<staticmap>
<mac>2e:6d:b6:07:19:01</mac>
<cid></cid>
<ipaddr>192.168.86.49</ipaddr>
<hostname>progress</hostname>
<descr><![CDATA[FTP/Server f. Scans]]></descr>
<filename></filename>
<rootpath></rootpath>
<defaultleasetime></defaultleasetime>
<maxleasetime></maxleasetime>
<gateway></gateway>
<domain></domain>
<domainsearchlist></domainsearchlist>
<ddnsdomain></ddnsdomain>
<ddnsdomainprimary></ddnsdomainprimary>
<ddnsdomainkeyname></ddnsdomainkeyname>
<ddnsdomainkey></ddnsdomainkey>
<tftp></tftp>
<ldap></ldap>
</staticmap>
<staticmap>
<mac>2e:6d:b6:07:21:01</mac>
<cid></cid>
<ipaddr>192.168.86.192</ipaddr>
<hostname>alekse</hostname>
<descr><![CDATA[Gagarin Temp ersatz]]></descr>
<filename></filename>
<rootpath></rootpath>
<defaultleasetime></defaultleasetime>
<maxleasetime></maxleasetime>
<gateway></gateway>
<domain></domain>
<domainsearchlist></domainsearchlist>
<ddnsdomain></ddnsdomain>
<ddnsdomainprimary></ddnsdomainprimary>
<ddnsdomainkeyname></ddnsdomainkeyname>
<ddnsdomainkey></ddnsdomainkey>
<tftp></tftp>
<ldap></ldap>
</staticmap>
<staticmap>
<mac>2e:6d:b6:07:22:01</mac>
<cid></cid>
<ipaddr>192.168.86.193</ipaddr>
<hostname>wostok</hostname>
<descr><![CDATA[Absturz Server]]></descr>
<filename></filename>
<rootpath></rootpath>
<defaultleasetime></defaultleasetime>
<maxleasetime></maxleasetime>
<gateway></gateway>
<domain></domain>
<domainsearchlist></domainsearchlist>
<ddnsdomain></ddnsdomain>
<ddnsdomainprimary></ddnsdomainprimary>
<ddnsdomainkeyname></ddnsdomainkeyname>
<ddnsdomainkey></ddnsdomainkey>
<tftp></tftp>
<ldap></ldap>
</staticmap>
<staticmap>
<mac>e8:94:f6:2f:82:aa</mac>
<cid></cid>
<ipaddr>192.168.86.200</ipaddr>
<hostname>SW-FET-INT</hostname>
<descr><![CDATA[Switch intern]]></descr>
<filename></filename>
<rootpath></rootpath>
<defaultleasetime></defaultleasetime>
<maxleasetime></maxleasetime>
<gateway></gateway>
<domain></domain>
<domainsearchlist></domainsearchlist>
<ddnsdomain></ddnsdomain>
<ddnsdomainprimary></ddnsdomainprimary>
<ddnsdomainkeyname></ddnsdomainkeyname>
<ddnsdomainkey></ddnsdomainkey>
<tftp></tftp>
<ldap></ldap>
</staticmap>
<staticmap>
<mac>20:cf:30:54:b0:69</mac>
<cid></cid>
<ipaddr>192.168.86.210</ipaddr>
<hostname>baikonur</hostname>
<descr><![CDATA[iLO Energija]]></descr>
<filename></filename>
<rootpath></rootpath>
<defaultleasetime></defaultleasetime>
<maxleasetime></maxleasetime>
<gateway></gateway>
<domain></domain>
<domainsearchlist></domainsearchlist>
<ddnsdomain></ddnsdomain>
<ddnsdomainprimary></ddnsdomainprimary>
<ddnsdomainkeyname></ddnsdomainkeyname>
<ddnsdomainkey></ddnsdomainkey>
<tftp></tftp>
<ldap></ldap>
</staticmap>
<defaultleasetime></defaultleasetime>
<maxleasetime></maxleasetime>
<netmask></netmask>
<failover_peerip></failover_peerip>
<gateway></gateway>
<domain>fet.htu.tuwien.ac.at</domain>
<domainsearchlist></domainsearchlist>
<ddnsdomain></ddnsdomain>
<tftp></tftp>
<ldap></ldap>
<filename>pxelinux.0</filename>
<rootpath></rootpath>
<numberoptions></numberoptions>
<netboot></netboot>
<nextserver>192.168.86.134</nextserver>
<dhcpleaseinlocaltime></dhcpleaseinlocaltime>
<mac_allow></mac_allow>
<mac_deny></mac_deny>
<ddnsdomainprimary></ddnsdomainprimary>
<ddnsdomainkeyname></ddnsdomainkeyname>
<ddnsdomainkey></ddnsdomainkey>
<filename32></filename32>
<filename64></filename64>
</lan>
<wan>
<range>
<from></from>
<to></to>
</range>
<defaultleasetime></defaultleasetime>
<maxleasetime></maxleasetime>
<netmask></netmask>
<failover_peerip></failover_peerip>
<gateway></gateway>
<domain></domain>
<domainsearchlist></domainsearchlist>
<ddnsdomain></ddnsdomain>
<tftp></tftp>
<ldap></ldap>
<filename></filename>
<rootpath></rootpath>
<numberoptions></numberoptions>
<nextserver></nextserver>
<dhcpleaseinlocaltime></dhcpleaseinlocaltime>
</wan>
</dhcpd>
<dnsmasq>
<enable></enable>
<regdhcp></regdhcp>
<regdhcpstatic></regdhcpstatic>
<custom_options>address=/baroness.fet.at/192.168.86.43</custom_options>
<interface></interface>
</dnsmasq>
<snmpd>
<syslocation></syslocation>
<syscontact></syscontact>
<rocommunity>public</rocommunity>
</snmpd>
<diag>
<ipv6nat>
<ipaddr></ipaddr>
</ipv6nat>
</diag>
<bridge></bridge>
<syslog>
<reverse></reverse>
<nentries>50</nentries>
</syslog>
<nat>
<outbound>
<mode>automatic</mode>
</outbound>
</nat>
<filter>
<rule>
<type>pass</type>
<descr><![CDATA[Default allow LAN to any rule]]></descr>
<interface>lan</interface>
<source>
<network>lan</network>
</source>
<destination>
<any></any>
</destination>
<tracker>1430676699</tracker>
</rule>
<rule>
<type>pass</type>
<interface>lan</interface>
<ipprotocol>inet</ipprotocol>
<descr><![CDATA[Easy Rule: Passed from Firewall Log View]]></descr>
<protocol>icmp</protocol>
<icmptype>echoreq</icmptype>
<source>
<address>128.131.95.208</address>
</source>
<destination>
<address>192.168.5.16</address>
</destination>
<created>
<time>1497531041</time>
<username>Easy Rule</username>
</created>
<tracker>1576851329</tracker>
</rule>
</filter>
<shaper></shaper>
<ipsec>
<preferoldsa></preferoldsa>
<logging>
<dmn>1</dmn>
<mgr>1</mgr>
<ike>1</ike>
<chd>1</chd>
<job>1</job>
<cfg>1</cfg>
<knl>1</knl>
<net>1</net>
<asn>1</asn>
<enc>1</enc>
<imc>1</imc>
<imv>1</imv>
<pts>1</pts>
<tls>1</tls>
<esp>1</esp>
<lib>1</lib>
</logging>
</ipsec>
<aliases></aliases>
<proxyarp></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>
<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 webConfiguratorlockout</command>
</item>
<item>
<minute>1</minute>
<hour>0</hour>
<mday>*</mday>
<month>*</month>
<wday>*</wday>
<who>root</who>
<command>/usr/bin/nice -n20 /etc/rc.update_pkg_metadata</command>
</item>
</cron>
<wol></wol>
<rrd>
<enable></enable>
</rrd>
<load_balancer>
<monitor_type>
<name>ICMP</name>
<type>icmp</type>
<descr><![CDATA[ICMP]]></descr>
<options></options>
</monitor_type>
<monitor_type>
<name>TCP</name>
<type>tcp</type>
<descr><![CDATA[Generic TCP]]></descr>
<options></options>
</monitor_type>
<monitor_type>
<name>HTTP</name>
<type>http</type>
<descr><![CDATA[Generic HTTP]]></descr>
<options>
<path>/</path>
<host></host>
<code>200</code>
</options>
</monitor_type>
<monitor_type>
<name>HTTPS</name>
<type>https</type>
<descr><![CDATA[Generic HTTPS]]></descr>
<options>
<path>/</path>
<host></host>
<code>200</code>
</options>
</monitor_type>
<monitor_type>
<name>SMTP</name>
<type>send</type>
<descr><![CDATA[Generic SMTP]]></descr>
<options>
<send></send>
<expect>220 *</expect>
</options>
</monitor_type>
</load_balancer>
<widgets>
<sequence>system_information:col1:open,netgate_services_and_support:col2:open:0,interfaces:col2:open</sequence>
</widgets>
<revision>
<time>1576852345</time>
<description><![CDATA[(system): Increase table size for bogons]]></description>
<username>(system)</username>
</revision>
<openvpn></openvpn>
<dnshaper></dnshaper>
<cert>
<refid>4f031b5823c78</refid>
<descr><![CDATA[webConfigurator default]]></descr>
<crt>LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUVLRENDQTVHZ0F3SUJBZ0lKQUpmT3gyeFlmOVFDTUEwR0NTcUdTSWIzRFFFQkJRVUFNSUcvTVFzd0NRWUQKVlFRR0V3SlZVekVTTUJBR0ExVUVDQk1KVTI5dFpYZG9aWEpsTVJFd0R3WURWUVFIRXdoVGIyMWxZMmwwZVRFVQpNQklHQTFVRUNoTUxRMjl0Y0dGdWVVNWhiV1V4THpBdEJnTlZCQXNUSms5eVoyRnVhWHBoZEdsdmJtRnNJRlZ1CmFYUWdUbUZ0WlNBb1pXY3NJSE5sWTNScGIyNHBNU1F3SWdZRFZRUURFeHREYjIxdGIyNGdUbUZ0WlNBb1pXY3MKSUZsUFZWSWdibUZ0WlNreEhEQWFCZ2txaGtpRzl3MEJDUUVXRFVWdFlXbHNJRUZrWkhKbGMzTXdIaGNOTVRJdwpNVEF6TVRVeE5ETXlXaGNOTVRjd05qSTFNVFV4TkRNeVdqQ0J2ekVMTUFrR0ExVUVCaE1DVlZNeEVqQVFCZ05WCkJBZ1RDVk52YldWM2FHVnlaVEVSTUE4R0ExVUVCeE1JVTI5dFpXTnBkSGt4RkRBU0JnTlZCQW9UQzBOdmJYQmgKYm5sT1lXMWxNUzh3TFFZRFZRUUxFeVpQY21kaGJtbDZZWFJwYjI1aGJDQlZibWwwSUU1aGJXVWdLR1ZuTENCegpaV04wYVc5dUtURWtNQ0lHQTFVRUF4TWJRMjl0Ylc5dUlFNWhiV1VnS0dWbkxDQlpUMVZTSUc1aGJXVXBNUnd3CkdnWUpLb1pJaHZjTkFRa0JGZzFGYldGcGJDQkJaR1J5WlhOek1JR2ZNQTBHQ1NxR1NJYjNEUUVCQVFVQUE0R04KQURDQmlRS0JnUURYd295VTAxd1pTQmNJcUV0YytjS0pTY0FSb21kL1RIQ2lzdTdGdTNvOVMvK1JhamJRWUROagpUQVJUa3FLd3dqMXBMajhzSTNlVFhoNk9oZlVDdk85YjlGZHZQL0ZHa3RYdW5VUGsvODM2c2RaMDdZeU16bll0CmM2TWJDY2lNK2RYek52K0ozRWJIdnVMMkd1TkRhU3BSUThMUVh4TTlXby8wK1hGc1VvcEZld0lEQVFBQm80SUIKS0RDQ0FTUXdIUVlEVlIwT0JCWUVGTFAxR0ZuU1NWY0lVbHdnbktJYmhJWjZ0ZG5tTUlIMEJnTlZIU01FZ2V3dwpnZW1BRkxQMUdGblNTVmNJVWx3Z25LSWJoSVo2dGRubW9ZSEZwSUhDTUlHL01Rc3dDUVlEVlFRR0V3SlZVekVTCk1CQUdBMVVFQ0JNSlUyOXRaWGRvWlhKbE1SRXdEd1lEVlFRSEV3aFRiMjFsWTJsMGVURVVNQklHQTFVRUNoTUwKUTI5dGNHRnVlVTVoYldVeEx6QXRCZ05WQkFzVEprOXlaMkZ1YVhwaGRHbHZibUZzSUZWdWFYUWdUbUZ0WlNBbwpaV2NzSUhObFkzUnBiMjRwTVNRd0lnWURWUVFERXh0RGIyMXRiMjRnVG1GdFpTQW9aV2NzSUZsUFZWSWdibUZ0ClpTa3hIREFhQmdrcWhraUc5dzBCQ1FFV0RVVnRZV2xzSUVGa1pISmxjM09DQ1FDWHpzZHNXSC9VQWpBTUJnTlYKSFJNRUJUQURBUUgvTUEwR0NTcUdTSWIzRFFFQkJRVUFBNEdCQU1zeDM4M1dYdVRUU01WU3pnUWZmMjV1NWdVSwpGUkZIa2VibldBdzNXOFl4T21hS1dXNVF0T0h2b0IrL1IvdTcrdkhqZGVPZWgvVXZxUEtjZmpWbmNKSjlPWmdPCjVKMnVGU0NHd1BJZHNuUlUxQkJOQWVWVlorVmU3SnVORVJEQkdnSCswOTRwY1U3VU5LYi96cng5RFNWQXJXV3kKZWlaazZtS3krbXlZUHVkMQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==</crt>
<prv>R2VuZXJhdGluZyBSU0EgcHJpdmF0ZSBrZXksIDEwMjQgYml0IGxvbmcgbW9kdWx1cwouLi4uLi4uLi4uLi4uLi4uKysrKysrCi4uLi4uLi4uLi4uLi4uLi4rKysrKysKdW5hYmxlIHRvIHdyaXRlICdyYW5kb20gc3RhdGUnCmUgaXMgNjU1MzcgKDB4MTAwMDEpCi0tLS0tQkVHSU4gUlNBIFBSSVZBVEUgS0VZLS0tLS0KTUlJQ1hRSUJBQUtCZ1FEWHdveVUwMXdaU0JjSXFFdGMrY0tKU2NBUm9tZC9USENpc3U3RnUzbzlTLytSYWpiUQpZRE5qVEFSVGtxS3d3ajFwTGo4c0kzZVRYaDZPaGZVQ3ZPOWI5RmR2UC9GR2t0WHVuVVBrLzgzNnNkWjA3WXlNCnpuWXRjNk1iQ2NpTStkWHpOditKM0ViSHZ1TDJHdU5EYVNwUlE4TFFYeE05V28vMCtYRnNVb3BGZXdJREFRQUIKQW9HQUorcnhrWE5OUGN3dG5zZHNNZ1p2YkhEOW5RV2IrbHhORm56ZVdpem1YOExZeExHTzlKeG54WDVCNnFoZAplekJrcGpvTkxBQmYxaDc2cmttd1c5SlN3aXhraWFTREhGNG1UcEp1Sy9scjgvNGhTeWFDSEtIbHB4akZORDNGCkIyVG5rS3BwSFhwK3BtSGlhZ1RBMk42NmRVRzNVd2tGRDh5dzc4TFhNOWZlM2tFQ1FRRDVQaThEbDJGdmJvenIKN1RXZnQraFJwQVpuRm1MNnY1d0lCRnF2UDE0a3FzUjdBRTlyUC90Y2VoalFRQjYyK3A1MkQ0VW9qdFNET1hocwo4VGgxYUpnaEFrRUEzWnY3L3dXYzUyS2pFTHYvN25uK0picGFtUzhDSE0wK2RQZU4yZGdQSkpPNVhZKzFxdVZMClE4SGNCVzR0Z21EdmFwcFh6M1h0OTJTLzU4RHhaYkw2R3dKQUFkUk1BZ205WkZUNlljem01Tm96c1UyejRsUE8KdkNwbDJjVTJhU3pjNHdZQjFTbEdhL0lYUlRGOE55TVJWcVIyUDBXVDQ1MVF2L25QQVhXdnhXVFVJUUpCQU5FVgpuNTlRSTJhb1NLTzhUTThxcUYvZVFDWnhGTFFwN1hpY0xHalJrZy8zbEpleXhEdFdGVG43aU9SU3ZIdGJpK2Z2CmNWUGF0MGVIOWd2cG5aaFBVZXNDUVFEUndOVERZVnFhalhCUWsvc2xINml3QWkyVW4vM3Awc0I0dnFsQTB3MDkKcERSQm5tMUZJazBqeUQ1L2pDYVoyQXIxOHhwTHBvNHkwZjhEeEQ4VStmRWsKLS0tLS1FTkQgUlNBIFBSSVZBVEUgS0VZLS0tLS0K</prv>
</cert>
<ppps></ppps>
<gateways>
<gateway_item>
<interface>wan</interface>
<gateway>128.131.95.1</gateway>
<name>WANGW</name>
<weight>1</weight>
<descr><![CDATA[WAN Gateway]]></descr>
<ipprotocol>inet</ipprotocol>
</gateway_item>
<gateway_item>
<interface>lan</interface>
<gateway>192.168.86.35</gateway>
<name>mars</name>
<weight>1</weight>
<ipprotocol>inet</ipprotocol>
<interval></interval>
<descr></descr>
</gateway_item>
<gateway_item>
<interface>lan</interface>
<gateway>192.168.86.36</gateway>
<name>miruk</name>
<weight>1</weight>
<ipprotocol>inet</ipprotocol>
<interval></interval>
<descr></descr>
</gateway_item>
<gateway_item>
<interface>lan</interface>
<gateway>192.168.86.7</gateway>
<name>Ariane</name>
<weight>1</weight>
<ipprotocol>inet</ipprotocol>
<interval></interval>
<descr><![CDATA[Ariane - Server]]></descr>
</gateway_item>
<gateway_item>
<interface>wan</interface>
<gateway>128.130.95.193</gateway>
<name>TU</name>
<weight></weight>
<ipprotocol>inet</ipprotocol>
<interval></interval>
<descr></descr>
<defaultgw></defaultgw>
</gateway_item>
</gateways>
<installedpackages>
<menu>
<name>Zabbix Agent</name>
<tooltiptext>Setup Zabbix Agent specific settings</tooltiptext>
<section>Services</section>
<url>/pkg_edit.php?xml=zabbix-agent.xml&amp;id=0</url>
</menu>
<menu>
<name>iperf Client</name>
<tooltiptext>Run iperf in client mode.</tooltiptext>
<section>Diagnostics</section>
<url>/pkg_edit.php?xml=iperf.xml</url>
</menu>
<menu>
<name>iperf Server</name>
<tooltiptext>Run iperf in server mode.</tooltiptext>
<section>Diagnostics</section>
<url>/pkg_edit.php?xml=iperfserver.xml</url>
</menu>
<service>
<name>zabbix_agentd</name>
<rcfile>zabbix_agentd.sh</rcfile>
<executable>zabbix_agentd</executable>
<description><![CDATA[Zabbix Agent host monitor daemon]]></description>
</service>
<service>
<name>iperf</name>
<executable>iperf</executable>
<description><![CDATA[iperf Network Performance Testing Daemon/Client]]></description>
<stopcmd>mwexec(&quot;/usr/bin/killall iperf&quot;);</stopcmd>
</service>
<ntop>
<config>
<__csrf_magic>sid:31efc492c9e3e76d276671a946cd2689b38939d7,1412273730</__csrf_magic>
<id>All packages</id>
<mode>reinstallall</mode>
<pkgconfirm>Confirm</pkgconfirm>
<password>admin</password>
</config>
</ntop>
<zabbixagent>
<config>
<server>zabbix.fet.htu.tuwien.ac.at</server>
<serverport>10051</serverport>
<hostname>kistl.fet.htu.tuwien.ac.at</hostname>
<listenip>0.0.0.0</listenip>
<listenport>10050</listenport>
<refreshactchecks>120</refreshactchecks>
<timeout>3</timeout>
<disableactive></disableactive>
<disablepassive></disablepassive>
<userparams></userparams>
</config>
</zabbixagent>
<tab></tab>
<package>
<name>iperf</name>
<website>http://www.freshports.org/benchmarks/iperf/</website>
<descr><![CDATA[Iperf is a tool for testing network throughput, loss, and jitter.]]></descr>
<version>2.0.5.5_3</version>
<pkginfolink>https://doc.pfsense.org/index.php/Iperf_package</pkginfolink>
<configurationfile>iperf.xml</configurationfile>
<tabs>
<tab>
<text><![CDATA[Client]]></text>
<url>/pkg_edit.php?xml=iperf.xml</url>
<active></active>
</tab>
<tab>
<text><![CDATA[Server]]></text>
<url>/pkg_edit.php?xml=iperfserver.xml</url>
</tab>
</tabs>
</package>
</installedpackages>
<dhcpdv6></dhcpdv6>
<dhcrelay></dhcrelay>
<dhcrelay6></dhcrelay6>
<ntpd></ntpd>
<unbound>
<domainoverrides>
<domain>www.fet.at</domain>
<ip>192.168.86.30</ip>
<descr></descr>
</domainoverrides>
</unbound>
<dyndnses></dyndnses>
</pfsense>