cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
387
Views
0
Helpful
6
Replies

PIX515E - MS VPN to external server

seannoah
Level 1
Level 1

Using MS VPN client (default settings) on XP SP1 I am able to dial out (phone line) and connect but not through the net and PIX. What are the exact commands that I would need to enter to allow the same connection through the PIX?

6 Replies 6

mostiguy
Level 6
Level 6

do you know what protocol they are using? l2tp? ipsec? pptp?

They are running pptp.

You need to allow gre to the server and also pptp.

I have just finished a project that used it.

What commands would I need to enter to do this

Can anyone give me the specifics on this?

If anyone is interested here is what worked.

access-list outside_access_in permit gre host x1.x1.x1.x1 host x2.x2.x2.x2

x1 being the internet IP for the PPTP server.

x2 being the internet IP for the internal machine.

static (inside,outside) x2.x2.x2.x2 x3.x3.x3.x3 netmask 255.255.255.255.0 0

x3 being the internal IP for the internal machine.