|
|
|
Hi All this is the problem, i have winxp pro server. i use it for openvpn as a server. i have a lot of client in alot of networks. example of my network
i use client-to-client parameter in all .ovpn file. i use an accounting software on terminal services. all user can acces server. But at now i want only some client can access server. for example only serverclient* user. and serverclient* clients can acces to all other clients. and net4client4 can acces all other clients to. i do not want to use 3 th part firewall for dropping package (iptables etc..) is it possible with openvpn this is my server conf file **************************************** port 84 proto udp dev tun ca ca.crt certvpnserver1.crt key vpnserver1.key dh dh1024.pem server 10.0.0. 255.255.255.0 ifconfig-pool-persist ipp.txt push "route 10.0.0.0 255.255.255.0" route 10.0.0.0 255.255.255.0 client-to-client keepalive 10 120 max-clients 100 persist-key persist-tun status openvpn-status.log verb 4 tls-auth ta.key 0 comp-lzo client .ovpn file **************************** client dev tun proto udp remote www.server.com 84 resolv-retry infinite nobind persist-key persist-tun ca ca.crt cert VPNCLIENT3.crt key VPNCLIENT3.key tls-auth ta.key 1 verb 3 comp-lzo
Do you Yahoo!? Get on board. You're invited to try the new Yahoo! Mail Beta. ------------------------------------------------------------------------- Get stuff done quickly with pre-integrated technology to make your job easier _______________________________________________ Openvpn-devel mailing list Openvpn-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-devel |