Package Details: netextender 10.3.0_21-1

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)

Pinned Comments

physkets commented on 2021-02-10 15:33 (UTC)

In case of changes/updates to ppp, you will need to re-run chmod -v u+s /usr/sbin/pppd.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 Next › Last »

cambid commented on 2018-10-20 15:56 (UTC)

Here is a pastebin for the newest version of the netExtender: https://pastebin.com/e8EB66ng

@physkets: can you adopt it please?

<deleted-account> commented on 2018-09-24 14:34 (UTC)

There is a new version, 9.0.803 under the same source links. Could You please update the pkgbuild?

jmbull commented on 2018-08-20 19:20 (UTC)

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?

physkets commented on 2018-08-07 07:11 (UTC) (edited on 2018-08-07 07:36 (UTC) by physkets)

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?

Kallax commented on 2017-11-06 19:21 (UTC)

The u+s method + reboot is it.

crouthamela commented on 2017-11-05 01:04 (UTC)

Odd, I just did the u+s method and it worked fine. Can anyone else confirm this is an issue?

<deleted-account> commented on 2017-10-06 03:24 (UTC)

"To allow non-root users to use NetExtender, run chmod -v u+s /usr/sbin/pppd" doesn't seem to hold true right now for me- netExtenderGui still returned "pppd: must be root to run pppd, since it is not setuid-root" after logging in. To add normal normal users for execute I had to: # chown root /usr/sbin/pppd # chmod 4755 /usr/sbin/pppd Then I was able to use NetExtender without root. 7.3: http://web.mit.edu/linux/redhat/redhat-5.2/i386/doc/FAQ/html/PPP-FAQ-7.html

crouthamela commented on 2017-09-23 15:50 (UTC)

Thanks for the feedback, I'll look into this. It may take a week though as I'm busy with a business deadline right now.

physkets commented on 2017-09-23 04:35 (UTC) (edited on 2017-09-23 04:35 (UTC) by physkets)

@crypdic A simpler solution: https://classicforum.manjaro.org/index.php?topic=6424.0