I am losing the vpn when ever I bridge the clients connections...so the vpn works until I bridge o the client side.
let me give you details.
network A
at the moment I have the lan my vpn server sits on. this network is 192.168.1.x. server is WHS/server 2003 and it's static address is 192.168.1.65. my router is 192.168.1.254 and I have a static public ip
Network B
192.168.0.x router is .1 with dynamic public ip and clients are on dhcp from this router.
server has it's connections bridged. also has ip forwarding on (as do the clients)
I have even tried using point-to-point and again ths works perfectly until i bridge te connections on the client....
here are my configs
client
Code: Select all
client
dev tap
dev-node ttt
proto udp
remote mypublicip 1194
resolv-retry infinite
nobind
persist-key
persist-tun
mute-replay-warnings
ca "C:\\Program Files\\OpenVPN\\easy-rsa\\keys\\ca.crt"
cert "C:\\Program Files\\OpenVPN\\easy-rsa\\keys\\client1.crt"
key "C:\\Program Files\\OpenVPN\\easy-rsa\\keys\\client1.key"
ns-cert-type server
comp-lzo
verb 9
mute 20
Code: Select all
proto udp
dev tap
;ifconfig 192.168.1.100 255.255.255.0
server-bridge 192.168.1.65 255.255.255.0 192.168.1.200 192.168.1.210
;push "route 192.168.0.0 255.255.255.0"
max-clients 10
client-to-client
keepalive 10 120
comp-lzo
mute 3
dh "c:\\program files\\openvpn\\easy-rsa\\keys\\dh1024.pem"
ca "c:\\program files\\openvpn\\easy-rsa\\keys\\ca.crt"
cert "c:\\program files\\openvpn\\easy-rsa\\keys\\server.crt"
key "c:\\program files\\openvpn\\easy-rsa\\keys\\server.key" # This file should be kept secret
verb 3
I have rewritten this thread so that it's upto date....