OpenvVPN unable to communicate within Tunnel
Posted: Fri May 21, 2021 4:04 pm
Server.Cong
port 1194
proto udp
dev tun
ca ca.crt
cert server.crt
key server.key
dh dh.pem
server 10.50.8.0 255.255.255.0
ifconfig-pool-persist ipp.txt
keepalive 10 120
comp-lzo no
persist-key
persist-tun
status openvpn-status.log
verb 3
Client.Config
client
dev tun
proto udp
remote x.x.x.x 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert client01.crt
key client01.key
comp-lzo no
verb 3
ip-win32 dynamic
The connection succeeds. However I am unable to ping 10.58.8.1 (Windows server 2016 TUN address) from the client or 10.50.8.6 (Client TUN address) from the server.
port 1194
proto udp
dev tun
ca ca.crt
cert server.crt
key server.key
dh dh.pem
server 10.50.8.0 255.255.255.0
ifconfig-pool-persist ipp.txt
keepalive 10 120
comp-lzo no
persist-key
persist-tun
status openvpn-status.log
verb 3
Client.Config
client
dev tun
proto udp
remote x.x.x.x 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert client01.crt
key client01.key
comp-lzo no
verb 3
ip-win32 dynamic
The connection succeeds. However I am unable to ping 10.58.8.1 (Windows server 2016 TUN address) from the client or 10.50.8.6 (Client TUN address) from the server.