Guest User

Untitled

a guest
Dec 19th, 2023
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 12.55 KB | None | 0 0
  1. <interfaces>
  2.     <wan>
  3.       <if>igc0</if>
  4.       <descr/>
  5.       <enable>1</enable>
  6.       <lock>1</lock>
  7.       <spoofmac/>
  8.       <media>1000baseT</media>
  9.       <mediaopt>full-duplex</mediaopt>
  10.       <ipaddr>dhcp</ipaddr>
  11.       <dhcphostname/>
  12.       <alias-address/>
  13.       <alias-subnet>32</alias-subnet>
  14.       <dhcprejectfrom/>
  15.       <adv_dhcp_pt_timeout/>
  16.       <adv_dhcp_pt_retry/>
  17.       <adv_dhcp_pt_select_timeout/>
  18.       <adv_dhcp_pt_reboot/>
  19.       <adv_dhcp_pt_backoff_cutoff/>
  20.       <adv_dhcp_pt_initial_interval/>
  21.       <adv_dhcp_pt_values>SavedCfg</adv_dhcp_pt_values>
  22.       <adv_dhcp_send_options/>
  23.       <adv_dhcp_request_options/>
  24.       <adv_dhcp_required_options/>
  25.       <adv_dhcp_option_modifiers/>
  26.       <adv_dhcp_config_advanced/>
  27.       <adv_dhcp_config_file_override/>
  28.       <adv_dhcp_config_file_override_path/>
  29.       <ipaddrv6>dhcp6</ipaddrv6>
  30.       <dhcp6-ia-pd-len>0</dhcp6-ia-pd-len>
  31.       <dhcp6-ia-pd-send-hint>1</dhcp6-ia-pd-send-hint>
  32.       <adv_dhcp6_interface_statement_send_options/>
  33.       <adv_dhcp6_interface_statement_request_options/>
  34.       <adv_dhcp6_interface_statement_information_only_enable/>
  35.       <adv_dhcp6_interface_statement_script/>
  36.       <adv_dhcp6_id_assoc_statement_address_enable/>
  37.       <adv_dhcp6_id_assoc_statement_address/>
  38.       <adv_dhcp6_id_assoc_statement_address_id/>
  39.       <adv_dhcp6_id_assoc_statement_address_pltime/>
  40.       <adv_dhcp6_id_assoc_statement_address_vltime/>
  41.       <adv_dhcp6_id_assoc_statement_prefix_enable/>
  42.       <adv_dhcp6_id_assoc_statement_prefix/>
  43.       <adv_dhcp6_id_assoc_statement_prefix_id/>
  44.       <adv_dhcp6_id_assoc_statement_prefix_pltime/>
  45.       <adv_dhcp6_id_assoc_statement_prefix_vltime/>
  46.       <adv_dhcp6_prefix_interface_statement_sla_len/>
  47.       <adv_dhcp6_authentication_statement_authname/>
  48.       <adv_dhcp6_authentication_statement_protocol/>
  49.       <adv_dhcp6_authentication_statement_algorithm/>
  50.       <adv_dhcp6_authentication_statement_rdm/>
  51.       <adv_dhcp6_key_info_statement_keyname/>
  52.       <adv_dhcp6_key_info_statement_realm/>
  53.       <adv_dhcp6_key_info_statement_keyid/>
  54.       <adv_dhcp6_key_info_statement_secret/>
  55.       <adv_dhcp6_key_info_statement_expire/>
  56.       <adv_dhcp6_config_advanced/>
  57.       <adv_dhcp6_config_file_override/>
  58.       <adv_dhcp6_config_file_override_path/>
  59.     </wan>
  60.     <lan>
  61.       <if>igc1</if>
  62.       <descr/>
  63.       <enable>1</enable>
  64.       <lock>1</lock>
  65.       <spoofmac/>
  66.       <media>1000baseT</media>
  67.       <mediaopt/>
  68.       <ipaddr></ipaddr>
  69.       <subnet>24</subnet>
  70.       <ipaddrv6>track6</ipaddrv6>
  71.       <track6-interface>wan</track6-interface>
  72.       <track6-prefix-id>0</track6-prefix-id>
  73.     </lan>
  74.     <lo0>
  75.       <internal_dynamic>1</internal_dynamic>
  76.       <descr>Loopback</descr>
  77.       <enable>1</enable>
  78.       <if>lo0</if>
  79.       <ipaddr>127.0.0.1</ipaddr>
  80.       <ipaddrv6>::1</ipaddrv6>
  81.       <subnet>8</subnet>
  82.       <subnetv6>128</subnetv6>
  83.       <type>none</type>
  84.       <virtual>1</virtual>
  85.     </lo0>
  86.     <wireguard>
  87.       <internal_dynamic>1</internal_dynamic>
  88.       <descr>WireGuard (Group)</descr>
  89.       <if>wireguard</if>
  90.       <virtual>1</virtual>
  91.       <enable>1</enable>
  92.       <type>group</type>
  93.       <networks/>
  94.     </wireguard>
  95.     <opt1>
  96.       <if>wg1</if>
  97.       <descr>VPNmain</descr>
  98.       <enable>1</enable>
  99.       <lock>1</lock>
  100.       <spoofmac/>
  101.     </opt1>
  102.   </interfaces>
  103.   <dhcpd>
  104.     <lan>
  105.       <range>
  106.         <from>192.168.0.10</from>
  107.         <to>192.168.0.245</to>
  108.       </range>
  109.     </lan>
  110.   </dhcpd>
  111.   <snmpd>
  112.     <syslocation/>
  113.     <syscontact/>
  114.     <rocommunity>public</rocommunity>
  115.   </snmpd>
  116.   <nat>
  117.     <outbound>
  118.       <mode>hybrid</mode>
  119.       <rule>
  120.         <source>
  121.           <network>opt1</network>
  122.         </source>
  123.         <destination>
  124.           <any>1</any>
  125.         </destination>
  126.         <descr/>
  127.         <category>Wireguard</category>
  128.         <interface>wan</interface>
  129.         <tag/>
  130.         <tagged/>
  131.         <poolopts/>
  132.         <poolopts_sourcehashkey/>
  133.         <ipprotocol>inet</ipprotocol>
  134.         <created>
  135.           <username>[email protected]</username>
  136.           <time>1702970863.3594</time>
  137.           <description>/firewall_nat_out_edit.php made changes</description>
  138.         </created>
  139.         <target/>
  140.         <targetip_subnet>0</targetip_subnet>
  141.         <sourceport/>
  142.         <updated>
  143.           <username>[email protected]</username>
  144.           <time>1702971475.013</time>
  145.           <description>/firewall_nat_out_edit.php made changes</description>
  146.         </updated>
  147.       </rule>
  148.     </outbound>
  149.     <rule>
  150.       <protocol>tcp</protocol>
  151.       <interface>wan</interface>
  152.       <category/>
  153.       <ipprotocol>inet</ipprotocol>
  154.       <descr>Plex</descr>
  155.       <tag/>
  156.       <tagged/>
  157.       <poolopts/>
  158.       <associated-rule-id>nat_64eef942ef4bd7.45100737</associated-rule-id>
  159.       <target>192.168.0.247</target>
  160.       <local-port>32400</local-port>
  161.       <source>
  162.         <any>1</any>
  163.       </source>
  164.       <destination>
  165.         <network>wanip</network>
  166.         <port>13126</port>
  167.       </destination>
  168.       <updated>
  169.         <username>[email protected]</username>
  170.         <time>1693383025.9366</time>
  171.         <description>/firewall_nat_edit.php made changes</description>
  172.       </updated>
  173.       <created>
  174.         <username>[email protected]</username>
  175.         <time>1693382978.9803</time>
  176.         <description>/firewall_nat_edit.php made changes</description>
  177.       </created>
  178.     </rule>
  179.     <rule>
  180.       <protocol>tcp</protocol>
  181.       <interface>wan</interface>
  182.       <category/>
  183.       <ipprotocol>inet</ipprotocol>
  184.       <descr>Minecraft</descr>
  185.       <tag/>
  186.       <tagged/>
  187.       <poolopts/>
  188.       <associated-rule-id>nat_64eef9692edcf0.10785411</associated-rule-id>
  189.       <target>192.168.0.249</target>
  190.       <local-port>25565</local-port>
  191.       <source>
  192.         <any>1</any>
  193.       </source>
  194.       <destination>
  195.         <network>wanip</network>
  196.         <port>25565-25566</port>
  197.       </destination>
  198.       <updated>
  199.         <username>[email protected]</username>
  200.         <time>1693383035.7268</time>
  201.         <description>/firewall_nat_edit.php made changes</description>
  202.       </updated>
  203.       <created>
  204.         <username>[email protected]</username>
  205.         <time>1693383017.192</time>
  206.         <description>/firewall_nat_edit.php made changes</description>
  207.       </created>
  208.     </rule>
  209.     <rule>
  210.       <protocol>udp</protocol>
  211.       <interface>wan</interface>
  212.       <category/>
  213.       <ipprotocol>inet</ipprotocol>
  214.       <descr>MC Bedrock</descr>
  215.       <tag/>
  216.       <tagged/>
  217.       <poolopts/>
  218.       <associated-rule-id>nat_64eef99dad7a19.12109932</associated-rule-id>
  219.       <target>192.168.0.249</target>
  220.       <local-port>19132</local-port>
  221.       <source>
  222.         <any>1</any>
  223.       </source>
  224.       <destination>
  225.         <network>wanip</network>
  226.         <port>19132</port>
  227.       </destination>
  228.       <updated>
  229.         <username>[email protected]</username>
  230.         <time>1693383069.7106</time>
  231.         <description>/firewall_nat_edit.php made changes</description>
  232.       </updated>
  233.       <created>
  234.         <username>[email protected]</username>
  235.         <time>1693383069.7106</time>
  236.         <description>/firewall_nat_edit.php made changes</description>
  237.       </created>
  238.     </rule>
  239.     <rule>
  240.       <protocol>udp</protocol>
  241.       <interface>wan</interface>
  242.       <category/>
  243.       <ipprotocol>inet</ipprotocol>
  244.       <descr>Parsec Host</descr>
  245.       <tag/>
  246.       <tagged/>
  247.       <poolopts/>
  248.       <associated-rule-id>pass</associated-rule-id>
  249.       <target>Parsec_hosts</target>
  250.       <local-port>8000</local-port>
  251.       <source>
  252.         <any>1</any>
  253.       </source>
  254.       <destination>
  255.         <network>wanip</network>
  256.         <port>8000-8010</port>
  257.       </destination>
  258.       <updated>
  259.         <username>[email protected]</username>
  260.         <time>1699475036.7268</time>
  261.         <description>/firewall_nat_edit.php made changes</description>
  262.       </updated>
  263.       <created>
  264.         <username>[email protected]</username>
  265.         <time>1699475028.5313</time>
  266.         <description>/firewall_nat_edit.php made changes</description>
  267.       </created>
  268.     </rule>
  269.   </nat>
  270.   <filter>
  271.     <rule uuid="05bae0fb-5a9c-4e8e-831a-7cb195291509">
  272.       <associated-rule-id>nat_64eef942ef4bd7.45100737</associated-rule-id>
  273.       <source>
  274.         <any>1</any>
  275.       </source>
  276.       <interface>wan</interface>
  277.       <statetype>keep state</statetype>
  278.       <protocol>tcp</protocol>
  279.       <ipprotocol>inet</ipprotocol>
  280.       <destination>
  281.         <address>192.168.0.247</address>
  282.         <port>32400</port>
  283.       </destination>
  284.       <descr>Plex</descr>
  285.       <category/>
  286.       <created>
  287.         <username>[email protected]</username>
  288.         <time>1693382978.9802</time>
  289.         <description>/firewall_nat_edit.php made changes</description>
  290.       </created>
  291.     </rule>
  292.     <rule uuid="f021eae0-f102-4758-b3c3-f669a6b60cb1">
  293.       <associated-rule-id>nat_64eef9692edcf0.10785411</associated-rule-id>
  294.       <source>
  295.         <any>1</any>
  296.       </source>
  297.       <interface>wan</interface>
  298.       <statetype>keep state</statetype>
  299.       <protocol>tcp</protocol>
  300.       <ipprotocol>inet</ipprotocol>
  301.       <destination>
  302.         <address>192.168.0.249</address>
  303.         <port>25565-25566</port>
  304.       </destination>
  305.       <descr>Minecraft</descr>
  306.       <category/>
  307.       <created>
  308.         <username>[email protected]</username>
  309.         <time>1693383017.192</time>
  310.         <description>/firewall_nat_edit.php made changes</description>
  311.       </created>
  312.     </rule>
  313.     <rule uuid="fcce486e-b407-4e18-853e-1e0e44ade6e6">
  314.       <associated-rule-id>nat_64eef99dad7a19.12109932</associated-rule-id>
  315.       <source>
  316.         <any>1</any>
  317.       </source>
  318.       <interface>wan</interface>
  319.       <statetype>keep state</statetype>
  320.       <protocol>udp</protocol>
  321.       <ipprotocol>inet</ipprotocol>
  322.       <destination>
  323.         <address>192.168.0.249</address>
  324.         <port>19132</port>
  325.       </destination>
  326.       <descr>MC Bedrock</descr>
  327.       <category/>
  328.       <created>
  329.         <username>[email protected]</username>
  330.         <time>1693383069.7106</time>
  331.         <description>/firewall_nat_edit.php made changes</description>
  332.       </created>
  333.     </rule>
  334.     <rule uuid="18fba9d3-d463-4cc0-97ff-cf32f7dab006">
  335.       <type>pass</type>
  336.       <interface>wan</interface>
  337.       <ipprotocol>inet</ipprotocol>
  338.       <statetype>keep state</statetype>
  339.       <direction>in</direction>
  340.       <category>Wireguard</category>
  341.       <log>1</log>
  342.       <quick>1</quick>
  343.       <protocol>udp</protocol>
  344.       <source>
  345.         <any>1</any>
  346.       </source>
  347.       <destination>
  348.         <network>wanip</network>
  349.         <port>51820</port>
  350.       </destination>
  351.       <updated>
  352.         <username>[email protected]</username>
  353.         <time>1702972500.062</time>
  354.         <description>/firewall_rules_edit.php made changes</description>
  355.       </updated>
  356.       <created>
  357.         <username>[email protected]</username>
  358.         <time>1702971692.6041</time>
  359.         <description>/firewall_rules_edit.php made changes</description>
  360.       </created>
  361.     </rule>
  362.     <rule uuid="cc952d3c-d97e-4232-b949-c3054cf626e2">
  363.       <type>pass</type>
  364.       <ipprotocol>inet</ipprotocol>
  365.       <descr>Default allow LAN to any rule</descr>
  366.       <interface>lan</interface>
  367.       <source>
  368.         <network>lan</network>
  369.       </source>
  370.       <destination>
  371.         <any/>
  372.       </destination>
  373.     </rule>
  374.     <rule uuid="a522188b-cf00-419c-be00-098f0317c36f">
  375.       <type>pass</type>
  376.       <ipprotocol>inet6</ipprotocol>
  377.       <descr>Default allow LAN IPv6 to any rule</descr>
  378.       <interface>lan</interface>
  379.       <source>
  380.         <network>lan</network>
  381.       </source>
  382.       <destination>
  383.         <any/>
  384.       </destination>
  385.     </rule>
  386.     <rule uuid="c36e7468-01bc-4e22-8ff8-739349d0de62">
  387.       <type>pass</type>
  388.       <interface>openvpn</interface>
  389.       <ipprotocol>inet</ipprotocol>
  390.       <statetype>keep state</statetype>
  391.       <direction>in</direction>
  392.       <quick>1</quick>
  393.       <source>
  394.         <any>1</any>
  395.       </source>
  396.       <destination>
  397.         <any>1</any>
  398.       </destination>
  399.       <updated>
  400.         <username>[email protected]</username>
  401.         <time>1701934425.2489</time>
  402.         <description>/firewall_rules_edit.php made changes</description>
  403.       </updated>
  404.       <created>
  405.         <username>[email protected]</username>
  406.         <time>1701934425.2489</time>
  407.         <description>/firewall_rules_edit.php made changes</description>
  408.       </created>
  409.     </rule>
  410.   </filter>
Advertisement
Add Comment
Please, Sign In to add comment