Setting up Lan to game on (config used to work)

This forum is for admins who are looking to build or expand their OpenVPN setup.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Forum rules
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
Post Reply
gomjabar
OpenVpn Newbie
Posts: 5
Joined: Mon Sep 01, 2014 5:17 am

Setting up Lan to game on (config used to work)

Post by gomjabar » Tue Apr 24, 2018 3:20 am

I am trying to setup openvpn again with old config files that used to work. I am using windows 10 now instead of windows 7. I think I have my bridged adapter working and I made new server/client keys and I can connect fine but cant ping either way across the vpn. This is what I have:
client
dev tap
proto udp
remote *************.com 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert Jeff.crt
key Jeff.key
remote-cert-tls server
comp-lzo
verb 3
and for the server:

port 1194
proto udp
dev tap
dev-node OpenVPN
ca ca.crt
cert server.crt
key server.key
dh dh2048.pem
server-bridge 192.168.10.4 255.255.255.0 192.168.10.128 192.168.10.254
push "route 192.168.10.0 255.255.255.0"
;push "route 255.255.255.255 255.255.255.255"
push "route 0.0.0.0 0.0.0.0 vpn_gateway 999"
client-to-client
keepalive 10 120
comp-lzo
persist-key
persist-tun
status openvpn-status.log
verb 3
Any help would be appreciated!

Post Reply