Fortinet black logo

Cookbook

Adding IP addresses to the tunnel interfaces

Copy Link
Copy Doc ID 4d801240-7ccc-11e9-81a4-00505692583a:753122
Download PDF

Adding IP addresses to the tunnel interfaces

To establish the point-to-multipoint IPsec VPN between the branch and the data center, the tunnel interfaces must include the following IP addresses.

The IPsec VPN Interface configuration includes:

  • Setting ip to the local IP address of the VPN interface
  • Setting remote-ip to the data center FortiGate’s IPsec VPN interface IP address

config system interface

edit "vpn_dc1-1"

set vdom "root"

set ip 10.254.0.2 255.255.255.255

set allowaccess ping

set type tunnel

set remote-ip 10.254.0.1

set interface "wan1"

next

edit "vpn_dc1-2"

set vdom "root"

set ip 10.254.1.2 255.255.255.255

set allowaccess ping

set type tunnel

set remote-ip 10.254.1.1

set interface "wan2"

next

end

Adding IP addresses to the tunnel interfaces

To establish the point-to-multipoint IPsec VPN between the branch and the data center, the tunnel interfaces must include the following IP addresses.

The IPsec VPN Interface configuration includes:

  • Setting ip to the local IP address of the VPN interface
  • Setting remote-ip to the data center FortiGate’s IPsec VPN interface IP address

config system interface

edit "vpn_dc1-1"

set vdom "root"

set ip 10.254.0.2 255.255.255.255

set allowaccess ping

set type tunnel

set remote-ip 10.254.0.1

set interface "wan1"

next

edit "vpn_dc1-2"

set vdom "root"

set ip 10.254.1.2 255.255.255.255

set allowaccess ping

set type tunnel

set remote-ip 10.254.1.1

set interface "wan2"

next

end