Here is a pastebin for the newest version of the netExtender: https://pastebin.com/e8EB66ng
@physkets: can you adopt it please?
Git Clone URL: | https://aur.archlinux.org/netextender.git (read-only, click to copy) |
---|---|
Package Base: | netextender |
Description: | SonicWALL SSL VPN Client |
Upstream URL: | https://www.sonicwall.com/en-us/products/remote-access/vpn-client |
Keywords: | dell netextender sonicwall ssl sslvpn vpn |
Licenses: | custom |
Submitter: | None |
Maintainer: | satoki |
Last Packager: | satoki |
Votes: | 32 |
Popularity: | 1.77 |
First Submitted: | 2010-07-02 22:09 (UTC) |
Last Updated: | 2025-07-22 20:26 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 Next › Last »
Here is a pastebin for the newest version of the netExtender: https://pastebin.com/e8EB66ng
@physkets: can you adopt it please?
There is a new version, 9.0.803 under the same source links. Could You please update the pkgbuild?
NE stopped working for me; it hangs while trying to connect and eventually times out. I've tried all the troubleshooting options but permissions seem right, .sh files are in the right place and so on. Maybe another update is causing trouble? Anyone else having this issue after NE was working for a while?
Can you add a check for the 'arch-release' file using a pre_install() function in an accompanying .install file? It is essential for the shell scripts to be used.
if [ ! -f /etc/arch-release ]; then
touch /etc/arch-release
fi
Also, why aren't the corresponding /etc/ppp/ip-up.d/ files created? Are they not required?
Pinned Comments
physkets commented on 2021-02-10 15:33 (UTC)
In case of changes/updates to
ppp
, you will need to re-runchmod -v u+s /usr/sbin/pppd
.