The clinical environment is as follows:
VPN server network segment :192.168.1.0/24
Client internal network segment :192.168.2.0/24
VPN server IP 10.0.10.0
VPN client IP 10.0.10.1
Xp system connection VPN add route times error
The route addition failed: Either the interface index is wrong or the gateway do es not lie on the same network as the interface. Check the IP Address Table for the machine.
Add the command: Route Add 192.168.1.0 Mask 255.255.255.0 10.0.10.0
The client does not have this problem with Windows 7
Search the Internet for a long time to get the most meaningful words are :XP system is not supported and so on
Think xp is really out of date
Accidentally checking the routing table of the client system found that XP is different from Win7 (VPN link)
Xp: 192.168.1.0 255.255.255.0 10.0.1.1 10.0.1.1 1
Windows 7 is: 192.168.1.0 255.255.255.0 10.0.1.0 10.0.1.1 11
I don’t know why, but it will solve my temporary problem
Change the command to Route Add 192.168.1.1 Mask 255.255.255.0 10.0.10.0
Windows 7 was ok in my test though not perfect
Of course, a more rigorous word is to judge the system before choosing different commands
I hope I can help those in need
VPN server network segment :192.168.1.0/24
Client internal network segment :192.168.2.0/24
VPN server IP 10.0.10.0
VPN client IP 10.0.10.1
Xp system connection VPN add route times error
The route addition failed: Either the interface index is wrong or the gateway do es not lie on the same network as the interface. Check the IP Address Table for the machine.
Add the command: Route Add 192.168.1.0 Mask 255.255.255.0 10.0.10.0
The client does not have this problem with Windows 7
Search the Internet for a long time to get the most meaningful words are :XP system is not supported and so on
Think xp is really out of date
Accidentally checking the routing table of the client system found that XP is different from Win7 (VPN link)
Xp: 192.168.1.0 255.255.255.0 10.0.1.1 10.0.1.1 1
Windows 7 is: 192.168.1.0 255.255.255.0 10.0.1.0 10.0.1.1 11
I don’t know why, but it will solve my temporary problem
Change the command to Route Add 192.168.1.1 Mask 255.255.255.0 10.0.10.0
Windows 7 was ok in my test though not perfect
Of course, a more rigorous word is to judge the system before choosing different commands
I hope I can help those in need
Read More:
- [Solved] Es delete all the data in the index without deleting the index structure, including curl deletion
- SpringCloud GateWay Failed to instantiate [org.springframework.cloud.gateway.discovery.DiscoveryL…
- Wrong classification of Python — assertion cur_ Target is greater than or equal to 0 and cur_ Target is less than n_ classes failed
- Something‘s wrong–perhaps a missing \item. \begin{thebibliography}{1}
- [Vue warn]: Do not use built-in or reserved HTML elements as component id: article
- The media could not be loaded, either because the server or network failed or because the format is
- Hzero – if the local swagger fails to register, the connection timeout or gateway error will be displayed
- Centos-7 set boot to enter the text interface (not enter the graphical interface)
- Some index files failed to download. They have been ignored, or old ones used instead
- [Solved] ERROR Failed to compile with 3 errors These dependencies were not found: * pdfjs-dist/es5/buil
- Failure [INSTALL_FAILED_UPDATE_INCOMPATIBLE: Package com.* signatures do not match the previously
- To solve the problem of C # calling excel interface error, prompt: the COM object of Microsoft. Office. Interop. Excel. Applicationclass is forcibly converted to the interface type “Microsoft. Offi”
- Flutter SocketException: OS Error: No route to host, errno = 113, address = XXX
- Centos7 installation interface without interface
- ginx-1.10.0\index/**“ failed (123: The filename, directory name, orvolume label syntax is incorrect)
- ES6 determines what the string begins with or ends with
- How do I download or save a YouTube video to my computer?
- In windows, “cmake” is not an internal or external command, nor a runnable program or batch file.
- nbconvert failed: xelatex not found on PATH, if you have not installed xelatex you may need to do so
- The problem that headers [‘content-type ‘] does not work is set in the Axios get method request interface