Page 1 of 1

Port Forwards between versions

Posted: Wed Sep 07, 2022 5:35 am
by rockyd
I have found what file the Port Forwards are stored in 1.12.0 and tried copying them in to the same file on 1.13.0. They seem to work, would there be any issue with doing that?

Re: Port Forwards between versions

Posted: Wed Sep 07, 2022 7:20 am
by Lantis
No it won't work doing that unless you add

Code: Select all

option family 'ipv4'
to each port forwarding rule.

The firewall changed massively, I would not recommend doing what you're doing.

Re: Port Forwards between versions

Posted: Thu Sep 08, 2022 4:24 am
by rockyd
I did a test rule in 1.13 and compared it to the 1.12 rule, I did not see
option family 'ipv4'
for some reason. I have just done the test rule again, and I do see it now.
Strangely the port forwards still worked without it. By worked my web server was still reachable, through the 1.13 gargoyle.
I also messed around with going to my web server via the ipv6 address, which seemed to work. Discovered my Octoprint server was reachable via IPV6, which its not supposed to be so need to suss out what I need to do block that from being online.

Re: Port Forwards between versions

Posted: Thu Sep 08, 2022 7:42 am
by Lantis
Nevermind, i added code to handle the lack of family to semi support migrating from 1.12-1.13, i forgot i did that.

I still don't think it is a great idea.