Compare commits
6 Commits
de06e918e3
...
43107cb5a5
| Author | SHA1 | Date |
|---|---|---|
|
|
43107cb5a5 | |
|
|
c1f2b3e297 | |
|
|
e86f8d1eb6 | |
|
|
218c39734c | |
|
|
1b86c05854 | |
|
|
8480165dd1 |
56
config.xml
56
config.xml
|
|
@ -1721,6 +1721,37 @@
|
||||||
<description>/firewall_nat_edit.php made changes</description>
|
<description>/firewall_nat_edit.php made changes</description>
|
||||||
</created>
|
</created>
|
||||||
</rule>
|
</rule>
|
||||||
|
<rule>
|
||||||
|
<protocol>udp</protocol>
|
||||||
|
<interface>wan</interface>
|
||||||
|
<category/>
|
||||||
|
<ipprotocol>inet</ipprotocol>
|
||||||
|
<descr/>
|
||||||
|
<tag/>
|
||||||
|
<tagged/>
|
||||||
|
<poolopts/>
|
||||||
|
<associated-rule-id>nat_6439315a906da8.89657158</associated-rule-id>
|
||||||
|
<target>192.168.0.41</target>
|
||||||
|
<local-port>5060</local-port>
|
||||||
|
<source>
|
||||||
|
<any>1</any>
|
||||||
|
</source>
|
||||||
|
<destination>
|
||||||
|
<network>wanip</network>
|
||||||
|
<port>5060</port>
|
||||||
|
</destination>
|
||||||
|
<natreflection>purenat</natreflection>
|
||||||
|
<updated>
|
||||||
|
<username>mshillam@192.168.1.10</username>
|
||||||
|
<time>1681469786.5916</time>
|
||||||
|
<description>/firewall_nat_edit.php made changes</description>
|
||||||
|
</updated>
|
||||||
|
<created>
|
||||||
|
<username>mshillam@192.168.1.10</username>
|
||||||
|
<time>1681469786.5916</time>
|
||||||
|
<description>/firewall_nat_edit.php made changes</description>
|
||||||
|
</created>
|
||||||
|
</rule>
|
||||||
</nat>
|
</nat>
|
||||||
<filter>
|
<filter>
|
||||||
<rule uuid="81644fc4-f08e-4a2e-b832-b4b9b528a830">
|
<rule uuid="81644fc4-f08e-4a2e-b832-b4b9b528a830">
|
||||||
|
|
@ -2275,6 +2306,27 @@
|
||||||
</created>
|
</created>
|
||||||
<disabled>1</disabled>
|
<disabled>1</disabled>
|
||||||
</rule>
|
</rule>
|
||||||
|
<rule>
|
||||||
|
<source>
|
||||||
|
<any>1</any>
|
||||||
|
</source>
|
||||||
|
<interface>wan</interface>
|
||||||
|
<statetype>keep state</statetype>
|
||||||
|
<protocol>udp</protocol>
|
||||||
|
<ipprotocol>inet</ipprotocol>
|
||||||
|
<destination>
|
||||||
|
<address>192.168.0.41</address>
|
||||||
|
<port>5060</port>
|
||||||
|
</destination>
|
||||||
|
<descr/>
|
||||||
|
<category/>
|
||||||
|
<associated-rule-id>nat_6439315a906da8.89657158</associated-rule-id>
|
||||||
|
<created>
|
||||||
|
<username>mshillam@192.168.1.10</username>
|
||||||
|
<time>1681469786.5916</time>
|
||||||
|
<description>/firewall_nat_edit.php made changes</description>
|
||||||
|
</created>
|
||||||
|
</rule>
|
||||||
</filter>
|
</filter>
|
||||||
<rrd>
|
<rrd>
|
||||||
<enable/>
|
<enable/>
|
||||||
|
|
@ -2333,8 +2385,8 @@
|
||||||
</widgets>
|
</widgets>
|
||||||
<revision>
|
<revision>
|
||||||
<username>mshillam@192.168.1.10</username>
|
<username>mshillam@192.168.1.10</username>
|
||||||
<time>1681316371.9544</time>
|
<time>1681469950.9826</time>
|
||||||
<description>/firewall_nat.php made changes</description>
|
<description>/firewall_rules.php made changes</description>
|
||||||
</revision>
|
</revision>
|
||||||
<OPNsense>
|
<OPNsense>
|
||||||
<captiveportal version="1.0.1">
|
<captiveportal version="1.0.1">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue