FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
Chong_Yoon_Fui_FTNT
Article Id 191319
Description

This article demonstrates how to configure DNS IP for Dialup VPN with cfg-mode.


Solution
The following commands can be used to configure DNS IP for Dialup VPN with cfg-mode.
FG300B # config vpn ipsec phase1-interface
FG300B (phase1-interface) # edit <VPN name>
FG300B (DialupVPN) # set dns-mode manual
FG300B (DialupVPN) # set ipv4-dns-server1 <ipv4 address>
FG300B (DialupVPN) # set ipv4-dns-server2 <ipv4 address>
FG300B (DialupVPN) # set ipv4-dns-server3 <ipv4 address>
FG300B (DialupVPN) # end




Contributors