opnsense / ports

OPNsense ports on top of FreeBSD
https://opnsense.org/
Other
157 stars 112 forks source link

net/miniupnpd: update to 2.3.1 #163

Closed Tawmu closed 1 year ago

Tawmu commented 1 year ago

Updates miniupnpd to the latest version, 2.3.1.

Fixes https://github.com/opnsense/ports/issues/160 and https://github.com/opnsense/plugins/issues/3163

Has been tested locally as working OK on opnsense 22.7.6

fichtner commented 1 year ago

ideally this should be funnelled through https://bugs.freebsd.org but I can help with that

fichtner commented 1 year ago

@Tawmu I shifted this to a development package, instructions to come in plugins PR, see d0b581e4fb9

Tawmu commented 1 year ago

@fichtner just to be clear - the work in https://github.com/opnsense/plugins/pull/3096 is completely seperate to the issue of fixing game console issues, it's mainly about UPNP behind L3 switching.

To fix game consoles/lobbies this miniupnpd package update combined with https://github.com/opnsense/plugins/pull/3165 is all that is needed.

fichtner commented 1 year ago

@Tawmu ok, I've changed it for 22.7.10 that the development version os-unpnp-devel will have the correct dependency.

effex12 commented 1 year ago

@fichtner just to be clear - the work in opnsense/plugins#3096 is completely seperate to the issue of fixing game console issues, it's mainly about UPNP behind L3 switching.

To fix game consoles/lobbies this miniupnpd package update combined with opnsense/plugins#3165 is all that is needed.

Hi @Tawmu , how can I apply this now? Do I need to wait until the next release?

Tawmu commented 1 year ago

@fichtner just to be clear - the work in opnsense/plugins#3096 is completely seperate to the issue of fixing game console issues, it's mainly about UPNP behind L3 switching.

To fix game consoles/lobbies this miniupnpd package update combined with opnsense/plugins#3165 is all that is needed.

Hi @Tawmu , how can I apply this now? Do I need to wait until the next release?

I believe you can install the os-upnp-devel package in the latest version of opnsense

effex12 commented 1 year ago

@fichtner just to be clear - the work in opnsense/plugins#3096 is completely seperate to the issue of fixing game console issues, it's mainly about UPNP behind L3 switching. To fix game consoles/lobbies this miniupnpd package update combined with opnsense/plugins#3165 is all that is needed.

Hi @Tawmu , how can I apply this now? Do I need to wait until the next release?

I believe you can install the os-upnp-devel package in the latest version of opnsense

Apologies for the dumb question, but I'm not able to see -devel package in the latest version of opnsense GUI.

Is this something I'd need to SSH into the box and do pkg install to get?

Also -- will I need to uninstall the existing os-upnp package?

I've been experiencing an issue with UPnP that ultimately led me here and I believe this is the fix. (Adding the NAT anchors to the rules)

Thank you!