Hi all, I'm sorry if this a newbie question, I really read a lot of howto
about openvpn over netbios but I can't configure it.

So, do I need add win server = 10.10.10.1 (ip of openvpn server)? also add
it does not run... is there a howto or handbook to help me to configure
openvpn over netbios?

side by side openvpn (all clients) runs only with numeric ping.

Thanks for help :-)

Pol

server config

port 2746
proto udp
dev tun
ca /etc/openvpn/key/ca.crt
cert /etc/openvpn/key/server.crt
key /etc/openvpn/key/server.key
dh /etc/openvpn/key/dh2048.pem
keepalive 10 600
cipher DES-EDE3-CBC
comp-lzo
user nobody
group nobody
persist-key
persist-tun
status /var/log/openvpn-status.log
log-append /var/log/openvpn.log
verb 3
mute 20
ping-restart 0
tls-auth /etc/openvpn/key/ta.key 0
ifconfig-pool-persist /etc/openvpn/ipp.txt
server 10.10.10.0 255.255.255.0
#push "route 10.10.10.0 255.255.255.0"
#push "dhcp-option DNS 10.10.10.1"
push "dhcp-option WINS 10.10.10.1"
route 10.10.10.0 255.255.255.0
client-to-client
client-config-dir ccd "route 10.10.10.1 255.255.255.0"
plugin /usr/lib/openvpn/openvpn-auth-pam.so login
tmp-dir /dev/shm

client config:

remote ip port
client
dev tun
proto udp
nobind
keepalive 10 60
user nobody
group nobody
cipher DES-EDE3-CBC
persist-key
persist-tun
ca ca.crt
cert client15.crt
key client15.key
comp-lzo
verb 4
mute 20
ping-restart 0
tls-auth ta.key 1
ns-cert-type server
auth-user-pass pass
status /var/log/openvpn-status.log
log-append /var/log/openvpn.log



------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Openvpn-users mailing list
Openvpn-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-users

Reply via email to