Can someone with snapshot capability give me a diff of the good 24.1.8 and bad 24.1.9 file /tmp/rules.debug ?# diff -u old.file new.file
HelloI waited until today for the update to 24.1.9, including the hotfix (_1), and I confirm that it has rewritten my one-to-one entries by changing my 'destination' addresses.Basically, 'Internal' and 'Destination' were bearing the same thing.I did the update from 24.1.8I manually edited the entries with the correct destinations.Regards
I waited until today for the update to 24.1.9, including the hotfix (_1), and I confirm that it has rewritten my one-to-one entries by changing my 'destination' addresses.
--- /conf/backup/config-1716803141.3662.xml 2024-05-27 05:45:41.372306000 -0400+++ /conf/backup/config-1719321616.8927.xml 2024-06-25 09:20:16.898912000 -0400@@ -804,19 +804,6 @@ </created> </rule> </outbound>- <onetoone>- <disabled/>- <external>**externalVIP**</external>- <descr/>- <interface>wan</interface>- <ipprotocol>inet</ipprotocol>- <source>- <address>**internalIP**</address>- </source>- <destination>- <any/>- </destination>- </onetoone> </nat> <filter> <rule uuid="fca06965-4caf-41e4-992a-166d5b00e036">@@ -2156,8 +2143,8 @@ </widgets> <revision> <username>(system)</username>- <description>/usr/local/opnsense/scripts/OPNsense/AcmeClient/lecert.php made changes</description>- <time>1716803141.3662</time>+ <description>/usr/local/opnsense/mvc/script/run_migrations.php made changes</description>+ <time>1719321616.8927</time> </revision> <OPNsense> <IPsec version="1.0.1">@@ -2383,10 +2370,11 @@ <Category version="1.0.0"> <categories/> </Category>- <Filter version="1.0.3">+ <Filter version="1.0.4"> <rules/> <snatrules/> <npt/>+ <onetoone/> </Filter> </Firewall> <Netflow version="1.0.1">
--- /conf/backup/config-1716803141.3662.xml 2024-05-27 05:45:41.372306000 -0400+++ /conf/backup/config-1720538699.8016.xml 2024-07-09 11:24:59.854129000 -0400@@ -805,16 +805,17 @@ </rule> </outbound> <onetoone>- <disabled/> <external>**externalVIP**</external>+ <category/> <descr/> <interface>wan</interface>- <ipprotocol>inet</ipprotocol>+ <type>binat</type>+ <disabled>1</disabled> <source> <address>**internalIP**</address> </source> <destination>- <any/>+ <any>1</any> </destination> </onetoone> </nat>