Compare commits
4 Commits
216ea8a0a1
...
de06e918e3
| Author | SHA1 | Date |
|---|---|---|
|
|
de06e918e3 | |
|
|
15b99c12d4 | |
|
|
33a0d84711 | |
|
|
371e1871bc |
40
config.xml
40
config.xml
|
|
@ -511,6 +511,14 @@
|
|||
<dnsserver/>
|
||||
<ntpserver/>
|
||||
</staticmap>
|
||||
<staticmap>
|
||||
<mac>d6:8f:c4:b3:c8:16</mac>
|
||||
<ipaddr>192.168.0.42</ipaddr>
|
||||
<hostname>wazuh</hostname>
|
||||
<winsserver/>
|
||||
<dnsserver/>
|
||||
<ntpserver/>
|
||||
</staticmap>
|
||||
<staticmap>
|
||||
<mac>88:66:5a:15:8a:9a</mac>
|
||||
<ipaddr>192.168.1.10</ipaddr>
|
||||
|
|
@ -1661,19 +1669,19 @@
|
|||
<tagged/>
|
||||
<poolopts/>
|
||||
<associated-rule-id>nat_61ddd885a87c13.07466954</associated-rule-id>
|
||||
<target>192.168.0.41</target>
|
||||
<local-port>5060</local-port>
|
||||
<target>192.168.0.42</target>
|
||||
<local-port>Wazuh_Ports</local-port>
|
||||
<source>
|
||||
<any>1</any>
|
||||
</source>
|
||||
<destination>
|
||||
<network>wanip</network>
|
||||
<port>5060-5082</port>
|
||||
<port>Wazuh_Ports</port>
|
||||
</destination>
|
||||
<natreflection>purenat</natreflection>
|
||||
<updated>
|
||||
<username>mshillam@192.168.1.10</username>
|
||||
<time>1642098764.4328</time>
|
||||
<time>1681316370.4011</time>
|
||||
<description>/firewall_nat_edit.php made changes</description>
|
||||
</updated>
|
||||
<created>
|
||||
|
|
@ -2083,8 +2091,8 @@
|
|||
<protocol>tcp/udp</protocol>
|
||||
<ipprotocol>inet</ipprotocol>
|
||||
<destination>
|
||||
<address>192.168.0.41</address>
|
||||
<port>5060-5082</port>
|
||||
<address>192.168.0.42</address>
|
||||
<port>Wazuh_Ports</port>
|
||||
</destination>
|
||||
<descr/>
|
||||
<category/>
|
||||
|
|
@ -2094,7 +2102,6 @@
|
|||
<time>1641928837.6901</time>
|
||||
<description>/firewall_nat_edit.php made changes</description>
|
||||
</created>
|
||||
<log>1</log>
|
||||
</rule>
|
||||
<rule uuid="db2e91df-21fa-45c5-a12f-624b2ad33883">
|
||||
<source>
|
||||
|
|
@ -2326,7 +2333,7 @@
|
|||
</widgets>
|
||||
<revision>
|
||||
<username>mshillam@192.168.1.10</username>
|
||||
<time>1680970080.7423</time>
|
||||
<time>1681316371.9544</time>
|
||||
<description>/firewall_nat.php made changes</description>
|
||||
</revision>
|
||||
<OPNsense>
|
||||
|
|
@ -3701,6 +3708,19 @@ WS</content>
|
|||
<categories>837c5309-3f56-4048-88ac-bf7797250f18</categories>
|
||||
<description>UK only IP's</description>
|
||||
</alias>
|
||||
<alias uuid="2154afe8-183a-4497-965c-2b738c32bb54">
|
||||
<enabled>1</enabled>
|
||||
<name>Wazuh_Ports</name>
|
||||
<type>port</type>
|
||||
<proto/>
|
||||
<interface/>
|
||||
<counters>0</counters>
|
||||
<updatefreq/>
|
||||
<content>1514
|
||||
1515</content>
|
||||
<categories/>
|
||||
<description/>
|
||||
</alias>
|
||||
</aliases>
|
||||
</Alias>
|
||||
</Firewall>
|
||||
|
|
@ -5401,7 +5421,9 @@ WS</content>
|
|||
</config>
|
||||
</miniupnpd>
|
||||
</installedpackages>
|
||||
<virtualip version="1.0.0"/>
|
||||
<virtualip version="1.0.0">
|
||||
<vip/>
|
||||
</virtualip>
|
||||
<gateways>
|
||||
<gateway_item>
|
||||
<interface>wan</interface>
|
||||
|
|
|
|||
Loading…
Reference in New Issue