Subscribe to my full feed.
Showing posts with label vpn. Show all posts
Showing posts with label vpn. Show all posts

Wednesday, November 14, 2007

HowTo: Connect to a pptp vpn on Mac OS X Leopard

I recently setup a Windows based pptp vpn and had the necessity to connect to it from my PowerBook running Mac OS 10.5 aka Leopard. It is really quite simple.

1. From your dock click system preferences --> Network.
2. Click the little + sign in the lower left. Cick on interface and select vpn.
3. Select pptp in vpn type, give it a name and hit create.
4. Now select your new vpn connection on the left hand side.
5. Enter the server address and the username.
6. Click authentication and select password, then enter the password for the username you entered earlier and hit ok.
7. Hit apply, then connect and you are connected.

I hope this helps. For more info on setting up a pptp vpn, read my earlier post.

Chris

HowTo: Setup PPTP VPN using Windows 2003 Server

Have you ever come across the need to access files remotely, either at work or at home? Well this is a quick way to setup a vpn.

1. On your server, click start, then Manage Server. Add or Remove a Role. Select Remote Access/VPN Server. Then click next.
2. Follow Prompts, when it asks what type of server select custom configuration if you only have one network card.
3. Once your vpn server is working, then right click my computer, select manage computer.
4. Local users and groups. Select the user that you want to allow remote access or create a new one and select properties.
5. Click the tab that says Dial Up Access.
6. Then select allow remote access.
7. Last but not least, you need to port forward port 1723 on your router, as well as enable vpn passthrough for pptp. Now this is where the difficulty occurs. Linksys routers are notorious for not supporting pptp properly, but not supporting the gre authentication protocol on port 47. Make sure your router has the most up to date firmware.


All set.

Chris