M HYPE SPLASH
// news

Specify VPN port in windows 10, "Edit VPN Connection"

By John Campbell

It seems like i am only able to specify a hostname or an ip address as "Server name or adress", but how do I specify the port?

I was trying to separate the port with colon and comma, semicolon and space without success.

from windows 10 settings

3 Answers

You cannot change the port number for the Windows built-in VPN. The most you can do is use port-forwarding on the router.

I believe that this is possible if you use OpenVPNinstead of using Windows for both server and client.

3

You CAN configure the Windows built-in VPN.

eg. 1.2.3.4:10443

Here are some more options for such configurations provided by Fortinet:

More options for “Server name or address” field.

(a) To use port 10443 and realm “realmname”:ServerAddress:10443/realmname

(b) To ignore server certificate error:ServerAddress:10443/realmname?ignore-certificate-errors=1 , orServerAddress:10443/realmname?ice=1 , orServerAddress:10443/realmname?ice

(c) To enable pop-up to select client certificate:ServerAddress:10443/realmname?cert=

(d) To pre-configure a client certificate:ServerAddress:10443/realmname?cert=SubStringOfCertSubject

(e) To use PKI user (certificate user):ServerAddress:10443/realmname?cert=&no-username-password=1 , orServerAddress:10443/realmname?cert=&nup=1 , orServerAddress:10443/realmname?cert=&nup

1

To specify the port just make sure it has "https://" in front of it; otherwise if you just use 1.2.3.4:1234 it doesn't work.

In my case without the port specification I didn't need the "https://" and could just enter 1.2.3.4 - but when I needed to specify the port I had to format it like this:

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy