@hossazaw said in Installing Openvpn package:
I found the url on gpt and also searched for the package in the website but with no luck
pfSense has its own 'package servers url' build in. Like Windows : no need to specify where to look for updates, Windows knows how to call home.
be ware : if if you found that url, you can't use it with a web browser.
It's a package server, not a web server.
@hossazaw said in Installing Openvpn package:
Whenever I tried to install the package from Webgui, it says "Please wait while the update system initializes" and nothing happens.
A possible reason : and by far the most obvious one : DNS is broken.
The code (script) used to request the package list is somewhat resilient, and won't take no for an answer that quickly, and will stay in memory for some time, trying many times. It could be a non local temporary DNS issue after all. All this time, only one instance of this script is allowed, subsequent requests from your (GUI) side will get "Please wait while the update system initializes" as an answer.
If DNS couldn't be used by the update script, because it (for pfSense itself) doesn't work, it can take quiet a while before it times out. Subsequent request will also fail.
To see better what actually happens :
Use the SSH or console access, option 8.
Start by reading this one : Troubleshooting Upgrades.