Hello,
Please help me in configuring VPN.Below mentioned are the details.
I have been recently handed the responsibilty of maintaining the CISCO PIX 515E in my organisation.
I need to configure a client to site VPN for the following parameters:
UDP 500 must be open in both inbound and outbond directions
IP protocol 50(esp) must be in both inbound and outbound directions.
UDP 10001
I have managed to configure the following in the firewall
object-group service UDP_VPN udp
port-object range 500 500
port-object range 10001 10001
object-group network EXT_Client_Servers ------These are the client server IPs
network-object 12.x.x.x
network-object 12.x.x.x
object-group network INT_LAN_Grp --------These are the internal LAN members who need to connect to the client servers.
network-object 192.168.x.x
network-object 192.168.x.x
access-list inside_access_in permit udp object-group INT_LAN_Grp object-group EXT_Client_Servers object-group UDP_VPN log
My questions are
1) Is the above configuration correct?
1) How do I incorporate ESP for the above?
2) Should the internal LAN IPs be NATed to public IP.Also should this be a one-to-one translation?
2) How should I enable traffic on the above ports for inbound direction?
Thanks in advance,
Ashwanth