Broadcasts using tun
Posted: Mon Jan 16, 2012 4:47 am
Hello,
I am a little confused as to whether I can tweak my OpenVPN configuration to allow network broadcasts (esp being able to browse network neighborhood) while using tun mode. I did run across this thread:topic8580.html but it seems to apply to linux servers, and I am using a W2K3 server. Is there any way to do this with windows server?
The way things stand currently, I am able to make a good connection, I can ping the server from the client, but I cannot ping any other devices on the network behind the server from the client.
My setup:
Default gateway 192.168.10.2 (dsl modem)
W2K3 server (DHCP server, WINS server DNS server, OpenVPN server) 192.168.10.105
Server config:
Client Config:
client
Thanks for any help!
I am a little confused as to whether I can tweak my OpenVPN configuration to allow network broadcasts (esp being able to browse network neighborhood) while using tun mode. I did run across this thread:topic8580.html but it seems to apply to linux servers, and I am using a W2K3 server. Is there any way to do this with windows server?
The way things stand currently, I am able to make a good connection, I can ping the server from the client, but I cannot ping any other devices on the network behind the server from the client.
My setup:
Default gateway 192.168.10.2 (dsl modem)
W2K3 server (DHCP server, WINS server DNS server, OpenVPN server) 192.168.10.105
Server config:
Code: Select all
port 1194
proto udp
dev tun
ca ca.crt
cert server.crt
key server.key
dh dh1024.pem
server 10.8.0.0 255.255.255.0
push "route 192.168.10.0 255.255.255.0"
push "dhcp-option WINS 192.168.10.105"
push "dhcp-option DNS 192.168.10.105"
push "dhcp-option DOMAIN (my domain).com.local"
client-to-client
keepalive 10 120
comp-lzo
max-clients 4
persist-key
persist-tun
status openvpn-status.log
verb 3
client
Code: Select all
dev tun
dev-node AlpineVPN
proto udp
remote (my domain).dyndns.org 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert Todd.crt
key Todd.key
ns-cert-type server
comp-lzo
verb 3