Connect to the SIEMENS PLC via VPN

preview_player
Показать описание
This video is a small lesson how to connect to the PLC via VPN. It is based on Siemens PLC, but this method works with any other PLC as well.

For Windows XP users:
make sure, that IPv6 is installed (run the commander with elevated rights):
- netsh int ipv6 install
Also for all the others it is wise to check if IPv6 is installed on the machine:
- ipconfig /all
find your active network card and look for "Link-local IPv6 address" or something similar. If you cannot find anything with IPv6, then install it (please see the command above).

Commands used in the video:
Method #1
-netsh int portproxy add v4tov4 listenport=102 connectaddress=192.168.1.101 connectport=102
-netsh int portproxy reset
-netsh int portproxy dump
Method #2
-route add 192.168.1.101 mask 255.255.255.255 {IP of the VPN partner}
-route delete 192.168.1.101
-route add 192.168.1.0 mask 255.255.255.0 {IP of the VPN partner}

Used VPN:
It is free for home users.
or paid as well.

Рекомендации по теме
Комментарии
Автор

hello I have a problem I do everything you can but when pinging from teamviewer VPN I get a general error I don't know why

mytool