please help client bridging issues
Posted: Sun May 01, 2011 12:01 pm
Hi All,
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
server
now the server is bridged and client is not and it works...I can browse the shares and ping the server and other machines on it's lan....but ofcourse I cant do anything like say play lan games or anything that requires udp broadcasts.....so I bridge the connections on the client....reconnect the vpn...it connects but now I cant ping the server or anyting on it's lan.......I have been working at this for days and days and it's driving my crazy.....please cansomeone point me in th eright direction as I have tried everything........
I have rewritten this thread so that it's upto date....
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....