04-15-2025 05:05 AM
Good morning everyone,
I have a Cisco 1210CE FTD secure firewall with software 7.6 and
I'm trying to add a VPN based on a LAN-LAN route and I would need to create a static route
to route traffic in the VPN only if the destination is for example the network 192.168. 100.0/29
while all the other traffic must be routed to the ISP.
I'm confused about the configuration of the new static route:
if I understood correctly in the interface field I have to indicate the tunnel,
in the network field I enter 192.168. 100.0/29, but in the gateway field what do I have to enter?
I come from the Juniper world, where to configure the tunnel path it was enough to enter the destination network and the interface to use,
but on Cisco it is mandatory to also enter the gateway.
Can someone give me an example, please?
Thanks everyone
Have a nice day
04-15-2025 05:11 AM
@Brunetta7 are you trying to configure a route based VPN with a VTI or a policy based VPN?
If a route based VPN, the next hop would be the tunnel IP address of the peer. https://www.cisco.com/c/en/us/support/docs/security-vpn/ipsec-negotiation-ike-protocols/216276-configure-route-based-site-to-site-vpn-t.html
If a policy based VPN you just need to ensure the traffic to the remote destination is routed to the FTD's outside interface (so it may just be routed via the 0.0.0.0/0.0.0.0 default route), if the traffic matches the network defined as a protected network, it will be encrypted and routed over the VPN.
04-18-2025 04:05 AM
Which VPN you use
Policy or route based VPN ?
MHM
04-18-2025 07:18 AM
04-18-2025 07:23 AM
try ping from remote peer, check the decrypt count, it seem to VTI is not work at all
MHM
04-28-2025 02:01 AM
Good morning everyone,
sorry for the delay but I had to wait for the remote provider to be available.
In the end I opted for a lan to lan policy based VNP configuration.
The main problem that prevented the VPN from working correctly was that the remote provider had imposed
a specific range of IP addresses to use as a local selector and this did not correspond with the addressing of my local network.
I managed to solve the problem by creating a static NAT inside section 1 that translated the original source from my network
to the IP address accepted by the remote peer as a local selector.
Now everything seems to work correctly.
Thanks for the time you dedicated to me.
Have a nice day
Giuseppe
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