OK here's the setup.
I have a Windows 2000 PPTP server and a PIX 506E on the inside network. I have a client that needs to connect to the server via pptp vpn outside of the network. I only have 1 public address at each location.
So here's the numbers:
Windows 2000 PPTP Server:
inside: 192.168.111.100
outside: 34.34.34.50
PPTP Client:
outside: 34.34.34.55
I have looked at the cisco help site and found this to be what I think I need. But I only have 1 public address, So I need a way of setting this up so it points to the ports it needs to pass-though.
access-list acl-out permit gre host 34.34.34.55 host 34.34.34.50
access-list acl-out permit tcp host 34.34.34.55 host 34.34.34.50 eq 1723
static (inside,outside) 34.34.34.50 192.168.111.100 netmask 255.255.255.255 0 0
access-group acl-out in interface outside
I have a Windows 2000 PPTP server and a PIX 506E on the inside network. I have a client that needs to connect to the server via pptp vpn outside of the network. I only have 1 public address at each location.
So here's the numbers:
Windows 2000 PPTP Server:
inside: 192.168.111.100
outside: 34.34.34.50
PPTP Client:
outside: 34.34.34.55
I have looked at the cisco help site and found this to be what I think I need. But I only have 1 public address, So I need a way of setting this up so it points to the ports it needs to pass-though.
access-list acl-out permit gre host 34.34.34.55 host 34.34.34.50
access-list acl-out permit tcp host 34.34.34.55 host 34.34.34.50 eq 1723
static (inside,outside) 34.34.34.50 192.168.111.100 netmask 255.255.255.255 0 0
access-group acl-out in interface outside