|
|
|
Hello, I have linux server with private win subnet and remote hosts with linux or win. I can ping to ever machine on VPN, I can search for netbios name in windows, and be success but in network neiborhoods I can see nothing. How it is possible ? Configuration is here server side: mode server proto tcp-server dev tap0 duplicate-cn daemon writepid /var/run/openvpn-server.pid log-append /var/log/openvpn.log float ifconfig 192.168.99.1 255.255.255.0 #ifconfig-pool 192.168.99.50 192.168.99.75 server-bridge 192.168.99.1 255.255.255.0 192.168.99.2 192.168.99.234 push "route 192.168.99.0 255.255.255.0 192.168.99.1 nil" tls-server max-clients 10 ca /etc/openvpn/cacert.pem dh /etc/openvpn/dh1024.pem cert /etc/openvpn/vpncert.cert key /etc/openvpn/vpnkey.pem verb 3 comp-lzo client side: proto tcp-client remote mail.irix.cz port 5000 dev tap # or pull if I can ifconfig 192.168.99.101 255.255.255.0 route 192.168.99.0 255.255.255.0 192.168.99.1 tls-client daemon writepid /var/run/openvpn-server.pid log-append /var/log/openvpn.log ca /etc/openvpn/cacert.pem dh /etc/openvpn/dh1024.pem cert /etc/openvpn/vpncert.cert key /etc/openvpn/vpnkey.pem verb 3 comp-lzo What I can do ? I have to used to wins server ?? thx a lot Petr -- Intelligence is the ability to avoid doing work, yet getting the work done. Linus Torvalds Petr Bartel ICQ 74097173 Irix a.s. e-mail bartel at irix dot cz Fingerprint klíče = 8DB8 3AB2 6865 45F4 3E84 4980 CCED 20B1 CC6B B649 ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users Warning: require_once(../../../archive_common.php) [function.require-once]: failed to open stream: No such file or directory in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2005-02/msg00073.html on line 226 Fatal error: require_once() [function.require]: Failed opening required '../../../archive_common.php' (include_path='/usr/local/lib/php') in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2005-02/msg00073.html on line 226 |