Dail-up Windows with DNS Suffix
Hello,
I tryed configure a dial-up L2tp/ipsec for Windows native, and it's ok. But when I try to add the DNS Suffix, it doesn't work.
To do this, I followed the steps (set domain is just allowed with cfg-mode enable):
set cfg-mode enable
set ipv4-name "range" (it's required to enable cfg-mode)
set domain domain
Is there any solution for this?
edit "VPN_WINDOWS" set type dynamic set interface "wan" set peertype any set net-device disable set mode-cfg enable set proposal aes256-md5 3des-sha1 aes192-sha1 set dpd on-idle set comments "VPN: VPN_WINDOWS (Created by VPN wizard)" set dhgrp 2 set wizard-type dialup-windows set assign-ip-from name set ipv4-name "VPN_WINDOWS_range" set psksecret ENC ZpZH5NNrDFETXABDHVbLD1tWiyI8fnAf/XsGQ==
set dpd-retryinterval 60 next
Thanks.