ā05-03-2024 03:39 AM
Hi We have to configure a RB VPN and am wondering if I add the new VTI Interface to The exsisting outside security group or do I have to create a new security group, the outsdide Security group has the Internet facing Interfaces in it.??
Thanks
ā05-03-2024 03:51 AM
VTI interface need to put in different zone secuirty than tunnel source of VTI
This give you more control of traffic pass through vti
MHM
ā05-03-2024 10:56 AM
Hi @benolyndav
Adding a VTI to a Security Zone is optional. I'd recommend you configure a VTI in a unique Security Zone, you can then control traffic over the VPN tunnel using the Security Zone in the Access Control policy, this allows you to distinguish between VPN traffic and cleartext traffic.
ā05-04-2024 07:46 AM
Hi @Rob Ingram
Ok makes sense, So now when traffic is soutced from Inside Interface and needs to go through the VTI then I would not say Inside to Outside anymore it would be Inside to VTI and through the tunnel.?
Also my Nat rule would now be Inside to VTI and Outside to VTI, rather than Inside to Outside and Outside to Inside for other traffic.?
for the static routes would | i now say the gateway for the remote subnet is the remote VTI peer IP Address. ??
Thanks
ā05-04-2024 08:14 AM
@benolyndav correct.
You cannot write NAT rules for a Virtual Tunnel Interface (VTI), which are used in site-to-site VPN. Writing rules for the VTI's source interface will not apply NAT to the VPN tunnel. To write NAT rules that will apply to VPN traffic tunneled on a VTI, you must use "any" as the interface; you cannot explicitly specify interface names.
Yes, for routing use the VTI tunnel IP address as the next hop or using a routing protocol.
ā05-07-2024 01:43 AM
ā05-07-2024 01:49 AM - edited ā05-07-2024 07:08 AM
@benolyndav EDIT: actually INSIDE to any. Ingress through the inside interface, egress via the Tunnel interface - NAT rules are bi-directional. Be as specific as possible in your NAT rule in regard to source/destination networks.
ā05-08-2024 11:37 AM
Hi @Rob Ingram
Am I ok to DM You.??
Thanks
ā05-08-2024 11:39 AM
@benolyndav sure.
ā05-04-2024 09:47 AM
You can not use nameif of VTI in NAT' that separate from zone secuirty' you can use ""any"" instead
For static route
The VTI tunnel IP of peer is use as next-hop not VTI tunnel IP of fpr.
Keep in minde that vti tunnel appear as direct connect link from fpr view.
MHM
ā05-07-2024 06:59 AM
NAT will be
INSIDE to ANY <- if traffic is NAT to VTI interface
MHM
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