Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: marc on July 09, 2007, 09:21:00 AM

Title: vpn inlog fail
Post by: marc on July 09, 2007, 09:21:00 AM
I have a problem with finding my files via vpn.
The vpn connection is connecting well I think, but maken a networkconneting get stocked by login. It keeps on asking for login even when I use the right login.

Making vpn connection with admin/password
Making networkconnection with ibayname/password

Can somebody telling what is going wrong?

Best regards

Marc
Title: Re: vpn inlog fail
Post by: raem on July 09, 2007, 09:28:42 AM
marc

> Making networkconnection with ibayname/password

You can only connect via VPN with a valid username & password.

Have you enabled VPN access in the server manager for each user ?

Perhaps a read of the manual may be appropriate.
If you are using a seperate router you need to forward a port to the server, search here on VPN as it has all been answered before.
Title: vpn inlog fail
Post by: marc on July 09, 2007, 09:47:17 AM
enabled pptp acces --> yes
sme server --> servergateway mode (soo no router between)

By maken networkconnection what do I have to fill in by map:
\\servername\ibayname or
\\intern ip\ibayname or
\\extern ip\ibayname or
something els

Best regards

Marc
Title: vpn inlog fail
Post by: raem on July 09, 2007, 11:12:50 AM
marc

> enabled pptp acces --> yes
> sme server --> servergateway mode (so no router between)

OK. You also need to enable access in the User panel in server manager for each user you want to have VPN access enabled for.


> By maken networkconnection what do I have to fill in by map:

This can work
net use M: \\servername\ibayname
but you need to configure WINS server correctly in your VPN client on your workstation/PC for the above to work OK.
Not all Internet connections support WINS correctly (due to protocols/equipment used by ISP's etc etc), so you may not be able to resolve mapping by servername.

Instead use
net use M: \\localip\ibayname
eg
net use M: \\192.168.1.1\ibayname
Title: vpn inlog fail
Post by: kruhm on July 15, 2007, 02:14:51 PM
"This can work
net use M: \\servername\ibayname
but you need to configure WINS server correctly in your VPN client on your workstation/PC for the above to work OK."

FYI -I've never had to do that.