Dear sir,
Can i get explained and if possible for profile policy with NAT DISABLED.
Actually i want to allow traffic through WAN interface without translating the source address.
That is allow traffic through from LAN to WAN and keep the source address as original.
Thanks and best regards.
Nominating a forum post submits a request to create a new Knowledge Article based on the forum post topic. Please ensure your nomination includes a solution within the reply.
sure you can.
Double sure you can, just don't enable nat on the policy that allows the traffic.
e.g
config firewall policy edit 1 set uuid 6109d3c2-b4e4-51eb-548f-7b34dbca756a set srcintf "internal" set dstintf "wan1" set action accept set srcaddr "all" set dstaddr "all" set schedule "always" set service "ALL" set inspection-mode proxy set nat enable nextend config firewall policy edit 1 set uuid 6109d3c2-b4e4-51eb-548f-7b34dbca756a set srcintf "internal" set dstintf "wan1" set action accept set srcaddr "all" set dstaddr "all" set schedule "always" set service "ALL" set inspection-mode proxy set nat disable nextend
Ken Felix
PCNSE
NSE
StrongSwan
Interesting. "Through WAN interface" does not have to mean "to the internet".
Sending traffic to the inet without SNAT onto the public WAN interface address will prevent the return traffic from finding you (no routing of private address space in the inet).
We might be making assumption that is their internal LANs are all private-address. If they have public or mix of public and private, then this need is warrant.
Also they might have inter-lan aka ( like a DMZ ) that's addressed with public space.
Just my observation
Ken Felix
PCNSE
NSE
StrongSwan
Select Forum Responses to become Knowledge Articles!
Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.
User | Count |
---|---|
1705 | |
1093 | |
752 | |
446 | |
230 |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2024 Fortinet, Inc. All Rights Reserved.