01-08-2025 12:32 AM
We have IPSEC VPN setup(HUB to Spoke), were clients access internet through VPN from Site to HUB(Data centre)
I have a requirement of offloading a certain internet destinations towards internet instead of injecting through VPN tunnel, to offload it directly through local internet.
what are the possibilities to achieve this on cisco FTD 1120
01-08-2025 12:36 AM
@titusroz03 FTD when managed via FMC has basic SDWAN capabilities, you can setup Direct Internet Access from the spoke sites to route some internet traffic direct rather than through the VPN tunnel. https://www.cisco.com/c/en/us/td/docs/security/secure-firewall/usecase/b_wan-deployment/m_direct-internet-access-usecase.html
01-08-2025 01:06 AM
Sure you can, what is vpn you have
If it VTI
Then only add new static route in ftd point to Wan interface,
that all
MHM
01-08-2025 01:07 AM
Note sure you need NATing.
Thanks
MHM
01-08-2025 01:52 AM
Which one will be easier to achieve this, policy or route based..?
01-08-2025 01:56 AM
policy based since you have hub and spoke and you want to direct traffic for specific website via WAN directly instead of forwarding traffic via hub
MHM
01-08-2025 02:39 AM
l@titusroz03 you said you wanted to " offloading a certain internet destinations towards internet instead of injecting through VPN tunnel" - using the SDWAN functionality you can route some websites/applications (i.e. Teams, Webex, Outlook etc) out the local internet, whilst routing the rest of the traffic over the VPN to the DC.
If you use a traditional Policy Based VPN you need to explictly configure the crypto ACL on which traffic to route over the VPN, anything that is not explictly encrypted would be routed out locally.
01-08-2025 07:10 AM
Hi,
From what I know is that usually the Cisco device use ACL to define the interested network traffic for VPN tunnel. So I think you could remove the destination that you want to offload from that ACL, then it will stop from taking IPSEC tunnel.
Thanks
02-05-2025 03:37 AM - edited 02-05-2025 03:43 AM
@d3an.chen @Rob Ingram @MHM Cisco World Apologies for leaving this conversation idle for long period, I want to start this again. So our last conclusion was to remove the traffic from crypto ACL to get offloaded and leave others for VPN tunnel. On this point my requirement is just to offload some internet destinations and leave all the other traffic (including other internet) to get through tunnel as encrypted. How can we achieve this in cisco FTD..? My understanding is Deny those destinations in Crypto ACL to get them offloaded..? Correct me if this is wrong and also do I need additional configs for those offloaded destinations like static routing..?
And another question is if the same scenario for Route based VTI, how can I achieve..? Should I point the networks to local offload through static routing to WAN ip..?
02-05-2025 04:37 AM
@titusroz03 I've not tried it on the FTD at least (only on an ASA) but when configuring the protected networks, select the "Access List (Extended)" in that ACL deny the traffic you don't wish to be encrypted over the VPN and then permit any.
If you use a route based VPN then configure specific routes for the traffic you don't wish to be routed over the VTI via a different next hop.
02-05-2025 11:02 AM
sorry I will be busy until Sep.
hope other help you
Goodluck
MHM
02-06-2025 09:04 PM - edited 02-06-2025 09:05 PM
My requirement along with this local offloading is one of our internal coder Device(192.168.1.7) should be Natted to public IP in bidirectional way such that it can access internet and it can be accessed from internet.
Below are the plans to achieve these two:
If Route based VPN:
configure specific routes for the traffic you don't wish to be routed over the VTI via WAN Ip. And add a bidirectional NAT for the internal coder device and PAT alone for the external destinations which need to be offloaded.
If Policy based VPN:
In Encrypted ACL deny the traffic you don't wish to be encrypted over the VPN and then permit any. Along with this configure the same NAT configs as above.
Could you help me to confirm if my above plan is correct and will work. Correct me if any misses or changes..?
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