OPNsense Forum

English Forums => General Discussion => Topic started by: sjohnston on January 18, 2023, 07:21:14 PM

Title: Can't find os-upnp plugin on 22.10 Business Edition
Post by: sjohnston on January 18, 2023, 07:21:14 PM
Hi,

I'm running 22.10 Business Edition with a subscription on a DEC2750.  I can't find the os-upnp plugin (which I need) on the System->Firmware->Plugins tab.  In fact it only lists 2 plugins there:
* os-OPNBEcore (orphaned)
* os-OPNcentral (orphaned)
And below that it says "Check for updates to view available plugins."  Checking for updates is really, really slow (minutes--much slower than on a similar firewall running community edition) and doesn't reveal any new plugins to install.  Any idea what I can do to debug this?

Thanks!
Title: Re: Can't find os-upnp plugin on 22.10 Business Edition
Post by: franco on January 18, 2023, 08:43:19 PM
Hi,

Orphaned means the update server can no longer be reached. In this case you couldn't install the plugin anyway, because it cannot be downloaded at this time.

Can you post the health audit output here to inspect?


Cheers,
Franco
Title: Re: Can't find os-upnp plugin on 22.10 Business Edition
Post by: sjohnston on January 18, 2023, 11:50:02 PM
This is what I see from an audit:


***GOT REQUEST TO AUDIT CONNECTIVITY***
Currently running OPNsense 22.10 (amd64/OpenSSL) at Wed Jan 18 15:03:01 EST 2023
Checking connectivity for host: opnsense-update.deciso.com -> 178.162.136.178
PING 178.162.136.178 (178.162.136.178): 1500 data bytes
1508 bytes from 178.162.136.178: icmp_seq=0 ttl=46 time=106.550 ms
1508 bytes from 178.162.136.178: icmp_seq=1 ttl=46 time=102.851 ms
1508 bytes from 178.162.136.178: icmp_seq=2 ttl=46 time=97.264 ms
1508 bytes from 178.162.136.178: icmp_seq=3 ttl=46 time=112.801 ms

--- 178.162.136.178 ping statistics ---
4 packets transmitted, 4 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 97.264/104.867/112.801/5.649 ms
Checking connectivity for repository (IPv4): https://opnsense-update.deciso.com/${SUBSCRIPTION}/FreeBSD:13:amd64/22.10
Updating OPNsense repository catalogue...
Fetching meta.conf: . done
Fetching packagesite.pkg: .......... done
Processing entries: .......... done
OPNsense repository update completed. 817 packages processed.
All repositories are up to date.
Checking connectivity for host: opnsense-update.deciso.com -> 2001:1af8:4700:a137:12::2
PING6(1548=40+8+1500 bytes) 2001:558:6017:de:21f2:1b75:d798:ec5e --> 2001:1af8:4700:a137:12::2

--- 2001:1af8:4700:a137:12::2 ping6 statistics ---
4 packets transmitted, 0 packets received, 100.0% packet loss
Checking connectivity for repository (IPv6): https://opnsense-update.deciso.com/${SUBSCRIPTION}/FreeBSD:13:amd64/22.10
Updating OPNsense repository catalogue...
pkg: https://opnsense-update.deciso.com/${SUBSCRIPTION}/FreeBSD:13:amd64/22.10/latest/meta.txz: Operation timed out
repository OPNsense has no meta file, using default settings
pkg: https://opnsense-update.deciso.com/${SUBSCRIPTION}/FreeBSD:13:amd64/22.10/latest/packagesite.pkg: Operation timed out
pkg: https://opnsense-update.deciso.com/${SUBSCRIPTION}/FreeBSD:13:amd64/22.10/latest/packagesite.txz: Operation timed out
Unable to update repository OPNsense
Error updating repositories!
***DONE***


I tried disabling IPv6 on my WAN interface and it suddenly everything (including the plugins) started working perfectly.  I think I had a IPv6 configuration problem that I hadn't noticed.  Thanks for your help!
Title: Re: Can't find os-upnp plugin on 22.10 Business Edition
Post by: franco on January 19, 2023, 09:28:08 AM
Happy to hear :)


Cheers,
Franco
Title: Re: Can't find os-upnp plugin on 22.10 Business Edition
Post by: sjohnston on January 20, 2023, 02:29:07 AM
Thanks for your help!