VPN to Adtran router?
Hi mikejing,
Thanks for posting here.
I’d first like to know which VPN tunnel is this router device support to provide ? usually by default Windows client will support tunnel types include PPTP,
L2TP,
SSTP..etc:
VPN Tunneling Protocols
http://technet.microsoft.com/en-us/library/dd469817(WS.10).aspx
Different VPN tunnel types in Windows - which one to use?
http://blogs.technet.com/b/rrasblog/archive/2009/01/30/different-vpn-tunnel-types-in-windows-which-one-to-use.aspx
And yes , all of these tunnel types VPN could be implemented with behind NAT/firewall, just need enabling some exceptions with setting ports mapping :
Which ports to unblock for VPN traffic to pass-through?
http://blogs.technet.com/b/rrasblog/archive/2006/06/14/which-ports-to-unblock-for-vpn-traffic-to-pass-through.aspx
So we are not sure how this third party company implemented VPN within this box however I think there must be some back story and will suggest to consult with their
support service in order to get the best solution to make it work with windows built-in VPN client software.
Thanks.
Tiger Li
Tiger Li
TechNet Community Support
January 18th, 2012 11:23am
Hi,
I have an Adtran Netvanta 7100 router with VPN capabilities which are currently enabled. Adtran sells a VPN client which can talk to the router.
The VPN seems to use industry standards like 3DES which I believe Windows also supports, so I'm wondering if I can use standard Windows features to access the Adtran VPN as a client. I'm not looking for a cookbook answer; I can read manuals and figure
stuff out. But if it's totally unsupported and hopeless for some reason then I'd like to know to save me the effort of investigating. My client environment is Windows Server 2008 R2 or Windows 7.
So my questions are:
Can I do this at all or is it hopeless? If I can, would I make a VPN connection of some kind, or would I set up IPSec rules in Windows Firewall with Advanced Security (or netsh)?
If I can do this, can I do it from behind a NAT router or does my client have to be directly on the Internet?
I have some ability to change the VPN settings in the Adtran. If Windows is conceptually able to do this but the Adtran is using some non-supported encryption or something, then can you tell me which specific details are not supported so I can look
at fine-tuning the Adtran configuration to something that Windows can handle?
Below is an excerpt of the Adtran config file that shows the current NetVanta VPN server configuration - I don't expect there to be a lot of Adtran experts on this list but I think the config is easy enough to understand in general terms so somebody
could point me in the right direction. Thanks for any advice you can provide.
crypto ike policy 100
no initiate
respond anymode
local-id address <Public IP deleted>
peer any
client configuration pool RemoteUsers
attribute 1
encryption 3des
hash md5
authentication pre-share
!
crypto ike remote-id user-fqdn <User ID Deleted> preshared-key <PSK Deleted> ike-policy 100 crypto map VPN 10 no-xauth
!
crypto ipsec transform-set esp-3des-esp-md5-hmac esp-3des esp-md5-hmac
mode tunnel
!
crypto map VPN 10 ipsec-ike
description RemoteUsers
match address VPN-10-vpn-selectors1
set transform-set esp-3des-esp-md5-hmac
ike-policy 100
mobile
Free Windows Admin Tool Kit Click here and download it now
February 4th, 2012 3:24pm
Hi mikejing,
Thanks for posting here.
I’d first like to know which VPN tunnel is this router device support to provide ? usually by default Windows client will support tunnel types include PPTP,
L2TP,
SSTP..etc:
VPN Tunneling Protocols
http://technet.microsoft.com/en-us/library/dd469817(WS.10).aspx
Different VPN tunnel types in Windows - which one to use?
http://blogs.technet.com/b/rrasblog/archive/2009/01/30/different-vpn-tunnel-types-in-windows-which-one-to-use.aspx
And yes , all of these tunnel types VPN could be implemented with behind NAT/firewall, just need enabling some exceptions with setting ports mapping :
Which ports to unblock for VPN traffic to pass-through?
http://blogs.technet.com/b/rrasblog/archive/2006/06/14/which-ports-to-unblock-for-vpn-traffic-to-pass-through.aspx
So we are not sure how this third party company implemented VPN within this box however I think there must be some back story and will suggest to consult with their
support service in order to get the best solution to make it work with windows built-in VPN client software.
Thanks.
Tiger Li
Tiger Li
TechNet Community Support
February 5th, 2012 3:36am