Share via


can we change the port number of vpn services ?

Question

Friday, November 25, 2011 6:31 PM

hi all can we change the port number on which VPN Server services ? for example change the port of PPTP , LT2P\ISEC and SSTP thanks in advance

All replies (2)

Tuesday, November 29, 2011 5:29 AM ✅Answered | 1 vote

Hi John,

 

As far as I know, we cannot change PPTP and L2TP port number. However, for SSTP we can change VPN to listen on different port. Please modify the following registry key to change the port number:

 

HKLM\System\CurrentControlSet\Services\Sstpsvc\Parameters\ListenerPort

 

Note: The VPN client always connect to TCP port 443. Some device sitting in-front of VPN server (like ANT router, SSL load balancer) can change the port number of the TCP connections while doing redirection.

 

SSTP FAQ – Part 3: Server Specific

http://blogs.technet.com/b/rrasblog/archive/2007/01/25/sstp-faq-part-3-server-specific.aspx

 

 

Best Regards,

Aiden


Tuesday, November 29, 2011 6:09 AM

Hi John,

 

As far as I know, we cannot change PPTP and L2TP port number. However, for SSTP we can change VPN to listen on different port. Please modify the following registry key to change the port number:

 

HKLM\System\CurrentControlSet\Services\Sstpsvc\Parameters\ListenerPort

 

Note: The VPN client always connect to TCP port 443. Some device sitting in-front of VPN server (like ANT router, SSL load balancer) can change the port number of the TCP connections while doing redirection.

 

SSTP FAQ – Part 3: Server Specific

http://blogs.technet.com/b/rrasblog/archive/2007/01/25/sstp-faq-part-3-server-specific.aspx

 

 

Best Regards,

Aiden

ok thank yo Aiden