VPN troubleshooting
לעברית לחצו כאן
To switch from edit view to read view
Home page > NetFree VPN > VPN troubleshooting
VPN connection issues
Error 691 - Incorrect username and / or password
Solution: Check your username and password again
Error 720 - No PPP control protocols have been defined
Solution: Remove all communication components, including TCP / IP and network card from the control panel / communication, reboot the computer and reinstall, Link to tutorial video
Here you have a comprehensive chart for the common errors.. If you come across an error not shown in the chart, try to use our forum.
External links:
Error codes and descriptions - Microsoft support site
http://code.613m.org/viewtopic.php?f=13&t=745
http://www.utm.co.il/%D7%A9%D7%92%D7%99%D7%90%D7%95%D7%AA-%D7%95%D7%A4%D7%A8%D7%95%D7%A9%D7%9F
Problem when connecting via VPN to wifi on public networks, from a computer blocked by WiFree Software
Solution: see here.
Firewall blocking issues
Make sure that these ports are open:
Location | Domain | IP |
---|---|---|
Israel | s.il1.nfaw.netfree.link | 185.18.205.51
185.217.99.131 |
UK | s.uk1.nfaw.netfree.link | 78.129.212.85 |
USA | vpn-us-nyc1.netfree.link | 45.83.27.75
172.96.166.99 |
Protocol | TCP | UDP |
---|---|---|
OPEN VPN | 21,25,53,80,110,143,443,500,993,995,1000,1433,3306,1701,5060,5938 | 26,53,123,137,1023,1812,2083,5060,50:10000 |
PPTP | 1723 | ~ Not available ~ |
L2TP | ~ Not available ~ | 1701 |
Network problems that may occur in this connection type
Routing internal addresses
There may be no connection to the local network when you are connected to the VPN (the problem can usually be solved by routing)
Instructions for routing are listed below: Routing addresses to the internal network
The routing role is to cause some of the traffic not to pass through the VPN but through the internal network
To do this, we must instruct the computer to route a specific address or group of addresses (range) through the local network adapter.
Sample command:
route -p add 10.0.0.0 mask 255.255.255.255 1.1.1.1 metric 1
The command "route print" will display the routing table where to locate the gateway (GW)
The command "route -p add" performs the routing
The parameters are: 1) The address you want to route (10.0.0.0)
2) The next parameter is the mask (255.255.255.255)
This is for cases when routing a group of addresses and not a single address.
The common denominator of all inscriptions should be their beginning - which is all the same.
In such cases in the first parameter we will write a representative sample address, and in the current parameter we will write whow much of the end can change.
For example, for all addresses beginning with 10.0.0, we will write in the first parameter 10.0.0.0 and 255.255.255.0, meaning that the first three groups are 255, the last group does not matter 0.
225 means precisely, that is, precisely the exact address of the first parameter, and zero means that no matter what is in this group.
If we do not enter this parameter in the command, the mask will default to 255.255.255.255
To route a set of addresses
Do it with a mask like this for example: mask 255.255.255.0
The zero in the end says no matter what happens there.
Where it says 255 means that it mast be the same.
Ie 10.10.10.32 will match, 10.20.20.0 will not match
3) The next parameter (1.1.1.1 ) is the GW to which the routing is performed.
Cancel routing:
הפקודה route delete, למשל:
route delete 10.0.0.0 mask 255.255.255.255 1.1.1.1 metric 1
The arguments are the same as "route add only without the flag "-p"
Finding the internal address of network drives:
You enter the drive, write down the computer name above,
Run the command ping drive-name
and you know what the IP is.
Problems accessing the Internet with certain software
'Office 365/Adobe can not connect to the network - The solution is to connect via configuration that is not a open vpn or configure gw to the open vpn network adapter. details here and here.