SoftEther VPN 2014/08/05 /dev/net/tun not found # mkdir - - PowerPoint PPT Presentation
SoftEther VPN 2014/08/05 /dev/net/tun not found # mkdir - - PowerPoint PPT Presentation
SoftEther VPN 2014/08/05 /dev/net/tun not found # mkdir -p /dev/net # mknod /dev/net/tun c 10 200 # chown root:root /dev/net/tun # chmod 600 /dev/net/tun
/dev/net/tun not found
- # mkdir -p /dev/net
# mknod /dev/net/tun c 10 200 # chown root:root /dev/net/tun # chmod 600 /dev/net/tun
- http://amdm/LectureNotes/Diaries/Topic-OS-1-2013.html
http://lxr.free-electrons.com/source/Documentation/devices.txt
2
When a VPN client connect to server
TCP 443 (https) TLSv1
3
Connect to https://www.google.com
TCP 443 (https) TLSv1.2
4
When a VPN server start
DNS request servers-v6.ddns.uxcom.jp
5
During VPN client connection
UDP safetynetp (port 40000)
6
SafetyNET p
- SafetyNET p is a standard for Ethernet-
based fieldbus communication in automation technology.
7
Drop port=40000
- src port 40000 -> drop
$ sudo ovs-ofctl add-flow brLAN "table=0,udp,tp_src=40000,action=drop"
- dst port 40000 -> drop
$ sudo ovs-ofctl add-flow brLAN "table=0,udp,tp_dst=40000,action=drop"
- Delete all flows and add initial flow
$ sudo ovs-ofctl del-flows brLAN ; sudo ovs-ofctl add-flow brLAN "table=0,priority=0,action=normal"
8
Reconnec&on ¡Se)ng ¡when ¡VPN ¡Connec&on ¡Fails ¡or ¡ Becomes ¡Disconnected ¡during ¡Communica&ons ¡
VPN ¡session ¡type, ¡reconnec0on ¡interval, ¡number ¡of ¡reconnec0on ¡a8empts ¡ that ¡can ¡be ¡set ¡and ¡the ¡default ¡se;ngs ¡
9 ¡
Automa0c ¡reconnec0on ¡processing ¡if ¡disconnected ¡while ¡using ¡mul0ple ¡ TCP/IP ¡connec0ons. ¡
10 ¡