kylemanna / docker-openvpn

🔒 OpenVPN server in a Docker container complete with an EasyRSA PKI CA
https://hub.docker.com/r/kylemanna/openvpn/
MIT License
8.71k stars 2.39k forks source link

How to enable to ping another user #340

Open skorotkiewicz opened 6 years ago

skorotkiewicz commented 6 years ago

Client 1: 192.168.255.3 cannot ping Client 2: 192.168.255.4 How to do it so that Client 1 can communicate with the Client 2?

skorotkiewicz commented 6 years ago

client-to-client and topology subnet

is already in the file: openvpn.conf

ivakinpavel commented 6 years ago

does anyone solve this problem?

aswordok commented 5 years ago

The same problem,anybody has idea? I use OpenVPN GUI as the client.

ipconfig /all Ethernet 2: IPv4 address . . . . . . . . . . . . : 192.168.255.10(master) mask . . . . . . . . . . . . : 255.255.255.252 gateway. . . . . . . . . . . . . : DHCP . . . . . . . . . . . : 192.168.255.9 DNS . . . . . . . . . . . : 8.8.8.8 8.8.4.4 TCPIP 上的 NetBIOS . . . . . . . : 已启用

There is no gateway above.

route delete 0.0.0.0 route /p add 0.0.0.0 mask 0.0.0.0 192.168.1.1 metric 30 route add 192.168.255.0 mask 255.255.255.0 ?.?.?.? metric 5

skorotkiewicz commented 5 years ago

Solution for me: https://sebastian.korotkiewicz.eu/minilog/posts/2017/12/09/allow-on-windows-firewall-to-communication-client-to-client-with-openvpn.html