NetExtender - Remote server access

Happy with Snow Leopard but have my first issue. I can no longer access work files via Finder by utilising NetExtender. For the time being I can use the access the file server via the web but this is a must to be sorted.

Anyone know of any solution?

Many thanks

iMac 24" 2.4 ghz 4gb RAM, Mac OS X (10.6), Macbook 2.1ghz, iBook 1.2ghz, Office 2008

Posted on Aug 30, 2009 1:44 PM

Reply
18 replies

Aug 31, 2009 10:25 PM in response to Jeffrey Lee

Hi,

I have two workarounds for this that I can share with you guys...

Here is the one I came up with:
sudo /Applications/NetExtender.app/Contents/MacOS/JavaApplicationStub&

Run that command from the terminal (have to leave the terminal window open afterwards until you're done).
This launches net extender as root, which allows it access to pppd.

The second option is to change the permissions on pppd. To do that run the following:
sudo chmod +s /usr/sbin/pppd

This makes it so pppd runs as root no matter what launches it, its not very secure, so if you use this I would set it back when you're done by running:
sudo chmod -s /usr/sbin/pppd

I found this chmod workaround here: http://lodev.name/2009/08/25/snow-leopard-preview-post/

Message was edited by: mattm999 - Typo

Sep 2, 2009 8:44 PM in response to JonBusby

I had this same issue so I downloaded the latest version of netextender and still nothing.
But what worked for me was opening terminal and entering the following command:

sudo chmod u+s /usr/sbin/pppd

someone else posted this above (I got it from the sonicwall knowledge base) and
my netextender is now working properly.

Just wanted to people to know that this does indeed work.

Sep 3, 2009 11:23 AM in response to JonBusby

That's so strange that 3.5.620 is working for you.

I had 3.5.619 from the NSA 240 I was working with. I decided to give upgrading a try and installed the latest build from SonicWall's SSLVPN demo site. It installed 3.5.639, which has the same problem as before.

On the plus site, SonicWall has posted on their official forum that their developers are working on this problem, however they gave no ETA for when the fix will be available.

Sep 4, 2009 2:41 AM in response to chigrboy

This works for me also. I enter the command

sudo chmod u+s /usr/sbin/pppd

then run Netextender, which works fine, and then I run

sudo chmod u-s /usr/sbin/pppd

to reset the pppd, and exit from terminal. However after I've done this my internet connection is dead (wireless through a linksys) and Firefox tells me it is set to work offline. I have to restart my Mac to re-establish a normal connection (this happens whether or not I run the second sudo command). Any suggestions on how to correct this? - Thx

Sep 7, 2009 3:12 PM in response to melmoth2

melmoth2 wrote:
However after I've done this my internet connection is dead (wireless through a linksys) and Firefox tells me it is set to work offline. I have to restart my Mac to re-establish a normal connection (this happens whether or not I run the second sudo command). Any suggestions on how to correct this? - Thx


I have the same problem. I've found that by shutting my clam-shell (which puts the computer to sleep) a few times, I can save the restart, but otherwise it's the same. Is there a solution for this?

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

NetExtender - Remote server access

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.