thecoffeeguy
IS-IT--Management
I have been asked to setup a VPN connection, using PPTP from the vendors location (public IP addresses have been given) to servers within our network.
I went out and grabbed some ASA books (Hucaby Handbook) and will be going over it.
In the meantime, does anyone have suggestions on how to get started?
In a nutshell, I need a crash course to get up to speed.
Here is what I have so far:
20.10.5.2 -- remote host making connection
32.16.8.4 -- public IP statically assigned to internal authentication server
access-list inbound_pptp_traffic permit gre host 20.10.5.2 host 32.16.8.4
access-list inbound_pptp_traffic permit tcp host 20.10.5.2 host 32.16.8.4 eq 1723
static (inside,outside) 32.16.8.4 172.15.5.1 255.255.255.255
access-group inbound_pptp_traffic in interface outside
That look right?
do I need to setup a rule to make sure the return traffic would get through?
thanks.
I went out and grabbed some ASA books (Hucaby Handbook) and will be going over it.
In the meantime, does anyone have suggestions on how to get started?
In a nutshell, I need a crash course to get up to speed.
Here is what I have so far:
20.10.5.2 -- remote host making connection
32.16.8.4 -- public IP statically assigned to internal authentication server
access-list inbound_pptp_traffic permit gre host 20.10.5.2 host 32.16.8.4
access-list inbound_pptp_traffic permit tcp host 20.10.5.2 host 32.16.8.4 eq 1723
static (inside,outside) 32.16.8.4 172.15.5.1 255.255.255.255
access-group inbound_pptp_traffic in interface outside
That look right?
do I need to setup a rule to make sure the return traffic would get through?
thanks.