Здравствуйте.
Есть устройство DFL-860E NetDefendOS Version: 2.60.02.02-24262
Настроен интерфейс SSL VPN и подключаюсь к нему клиентом D-Link SSLVPNClient (1.0.6.1) и... вроде бы работает. Но в конфигурации указано два DNS сервера, а по факту прописывается только один. Проверял на двух ОС: Windows XP и Windows 7 Домашняя расширенная
В логе пишет:
----------------------------------------------------
Цитата:
ClientIP : 192.168.30.4
ServerIP : 192.168.30.1
DNS1 : 192.168.1.244
DNS2 : 192.168.1.216
NBNS1 : 0.0.0.0
NBNS2 : 0.0.0.0
MTU : 1400
MRU : 1467
netsh interface ip set address "{ABF0A91B-4CC5-472B-90A4-87E0F88BFF02}" static 192.168.30.4 255.255.255.0
netsh interface ipv4 set subinterface "{ABF0A91B-4CC5-472B-90A4-87E0F88BFF02}" mtu=1400
netsh interface ip delete dns "{ABF0A91B-4CC5-472B-90A4-87E0F88BFF02}" all
netsh interface ip set dns "{ABF0A91B-4CC5-472B-90A4-87E0F88BFF02}" static 192.168.1.244
netsh interface ip add dns name="{ABF0A91B-4CC5-472B-90A4-87E0F88BFF02}" addr=192.168.1.216 index=2
Local server no single host route needed
Current IP: 1.1.1.1
Current GW: 0.0.0.0
Current DNS1: 192.168.1.216
Current DNS2: 0.0.0.0
.......................
Current IP: 0.0.0.0
.
Current IP: 192.168.30.4
.
Adding the routes included in the configuration file...
Route added (Dest: 192.168.0.0, Netmask: 255.255.252.0, Gateway: 192.168.30.1) route.
Connected
----------------------------------------------------
И правда, прописывается только последний dns как единственный. Если вручную выполнить:
Код:
netsh interface ip delete dns "{ABF0A91B-4CC5-472B-90A4-87E0F88BFF02}" all
netsh interface ip set dns "{ABF0A91B-4CC5-472B-90A4-87E0F88BFF02}" static 192.168.1.244
netsh interface ip add dns name="{ABF0A91B-4CC5-472B-90A4-87E0F88BFF02}" addr=192.168.1.216 index=2
всё правильно устанавливается. У интерфейса оба ns-сервера.
Может быть кто-то сталкивался с этим?