VPN troubleshooting

מתוך ויקי נטפרי
גרסה מ־21:30, 4 בנובמבר 2018 מאת שלו' (שיחה | תרומות) (יצירת דף עם התוכן "<div lang="en" dir="ltr" class="mw-content-ltr"> <div lang="he" dir="rtl"> לעברית תקלות חיבור נפוצות ב-VPN של נטפרי ופתרונ...")
(הבדל) → הגרסה הקודמת | הגרסה האחרונה (הבדל) | הגרסה הבאה ← (הבדל)
קפיצה לניווט קפיצה לחיפוש

לעברית לחצו כאן

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


Problem when connecting via VPN to wifi on public networks, from a computer blocked by WiFree Software

Solution: see here.


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

https://support.microsoft.com/he-il/help/824864/list-of-error-codes-for-dial-up-connections-or-vpn-connections

http://etrog.neto.net.il/pnimi.asp?id=20

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 //desktop-67823/fdsfsd/dsd‏,

Run the command "nslookup desktop-67823" and you know what the IP is.


Problems accessing the Internet with certain software

Office software can not connect to the network - The solution is to reset dns as writen here

Carbonite backup software can not connect to the network - There is no solution to the matter, According to their support this should not work when connected with VPN or Proxy.