01-16-2017 05:43 AM - edited 03-12-2019 01:47 AM
Dear All,
I have a new ASA 5506x, I need to configure site-to-site VPN, do I need to configure the Firepower services first(is it necessary?) in order to config VPN?
Regards
Solved! Go to Solution.
01-16-2017 08:47 AM
By default all traffic inside the VPN is allowed. But optionally you can filter the traffic inside the VPN.
01-16-2017 06:12 AM
No, FirePOWER is completely unrelated to VPN. All VPN-stuff is configured directly on the ASA itself.
01-16-2017 08:25 AM
Thanks, one more query: I am going to establish a site to site VPN between two remote sites through ASDM, all I need is to access a FTP server on the other site, do I need to allow FTP service? or once I have successfully created VPN connectivity I can access the FTP etc?
Regards
01-16-2017 08:47 AM
By default all traffic inside the VPN is allowed. But optionally you can filter the traffic inside the VPN.
01-17-2017 11:47 PM
01-18-2017 03:11 AM
Thats a quite basic setup ...
1) How do you ping? That sould be done from an internal device on the left to an internal device on the right and not from the ASA.
2) After pinging go in ASDM to Monitoring -> VPN an look if there is a site to site VPN visible. (on the cli the command is "show vpn-sessiondb detail l2l").
01-18-2017 03:43 AM
I will appreciate if you can help me out..the last time i configured ASA was 4 years ago..so Iam kinda lost at the moment.. If you see the diag. from the Firewalls I can ping the outside interface of the other FW, but i cannot reach the PC behind the FW
FW B can ping 10.10.10.1( outside of FW A) but no ping to 192.168.1.10( PC )
FW A can ping 10.10.10.2 ( outside of FW B)but no ping to 172.16.1.10 ( PC)
No VPN isnt visible i cant see any sessions also no result on CLI :((
01-18-2017 03:48 AM
Don't ping from the ASA, ping from the PC (make sure the Windows-firewall is disabled).
And in this particular setup, both ASAs need a route to the remote network pointing to the other FW.
01-18-2017 03:55 AM
Yes thats my other question do I need a static route? because I am establishing a VPN do I still need a route?
01-18-2017 03:58 AM
The VPN can only kick in when the traffic is routed to the outside interface. For that you need the route.
01-18-2017 04:05 AM
I need a route because I am testing the VPN with private IPs ??
Once I connect through the internet I dont need a route right ? I mean if I have 2 public IPs and i am going to use it as Peers for the FWs then I wont need to define any routes?
01-18-2017 04:31 AM
You always need a route, but then connected to the internet, the default route also covers the traffic to the remote VPN-destination.
01-18-2017 04:39 AM
but if I use a static route to remote network then I will be able to ping the other side thru the route not by the VPN?
01-18-2017 04:45 AM
It depends, only when the remote device allows the traffic in without a VPN which wouldn't be the default.
For a realistic scenario you would place a router between the ASA and this router only knows the external networks.
01-18-2017 06:48 AM
so in my scenario I will define a static route on FW like
ip route 172.16.1.0(PC IP) 255.255.255.0 10.10.10.2 ( Next hop IP)
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide