Hi,
I have created the VPN IPSEC with my client. The destination address is only available from the fortigate local address 172.19.192.1 (also in the configuration VPN IPSEC tunnel).
I need help how i can configure policy from another LAN address example 172.19.192.100/32 to nat to the address gateway 172.19.192.1/32
Current policy:
edit 20 set uuid dfa6f7ae-dc73-51e5-66ad-f9a3bae3a82a set srcintf "LAN" set dstintf "LAN" (172.19.192.1) set srcaddr "tdu" (172.19.192.100/32) set dstaddr "PBG_WIN" (IP addres 192.168.200.50/32) set action accept set schedule "always" set service "ALL" set natip 172.19.192.1 255.255.255.255 set nat enable
Bellow ip traffic from debug: fg # id=20085 trace_id=42 func=print_pkt_detail line=4471 msg="vd-root received a packet(proto=1, 172.19.192.100:17638->192.168.200.50:8) from LAN. code=8, type=0, id=17638, seq=621." id=20085 trace_id=42 func=init_ip_session_common line=4622 msg="allocate a new session-00091d06" id=20085 trace_id=42 func=vf_ip4_route_input line=1596 msg="find a route: flags=00000000 gw-192.168.200.50 via VPN_PBG" id=20085 trace_id=42 func=fw_forward_handler line=550 msg="Denied by forward policy check (policy 0)"
Traffic from 172.19.192.100/32 is not nat to the address 172.19.192.1.
From 172.19.192.1/32 i can ping address 192.168.200.50, from 172.19.192.100 i cannot do that, because policy is no nat this ip to the gateway address.
Please I need help
Try this:
For traffic from LAN to the .200 network this traffic needs to be sent down the tunnel. Thus, you need a policy from LAN to VPN_PBG. Source address 172.19.192.0/24 (your LAN), destination address 192.168.200.0/24 (remote LAN), action ACCEPT, NAT enable, specify IP pool "myLAN_tunnel_end".
In advance create an IP pool "myLAN_tunnel_end" with starting address 172.19.192.1, end address 172.19.192.1. This will NAT any source address to the .1 address which is allowed across the tunnel.
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 |
---|---|
1737 | |
1107 | |
752 | |
447 | |
240 |
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.