|
|
Hi ! I have an OpenVPN Server working with a lot of clients. Every client works fine except for one. I need to change the mtu for that client to get it working but don't wan't to change the MTU of the whole VPN. How can i do that ? I use the following config on the server: proto udp dh /etc/ssl/dh1024.pem tls-server max-clients 1000 server 172.25.0.0 255.255.255.0 push "route 172.19.0.9 255.255.255.255 172.25.0.1" push "ping-restart 72000" client-config-dir ccd user vpn group vpn persist-key persist-tun ca /etc/ssl/certs/cacert.pem cert /etc/ssl/certs/joe-fw.crt key /etc/ssl/private/joe-fw.key port 6767 verb 1 tls-auth /etc/ssl/private/key reneg-sec 3600 The entries in the ccd look like this : ifconfig-push 172.25.0.66 172.25.0.1 The Client Config: dev tun1 remote xxx tls-client client verb 1 proto udp nobind cert /etc/ssl/certs/10549.crt key /etc/ssl/private/10549.key ca /etc/ssl/certs/cacert.pem tls-auth /etc/openvpn/key reneg-sec 3600 Mit freundlichen Grüßen Kai Steverding GWS Gesellschaft für Warenwirtschafts-Systeme mbH Krögerweg 10 - 48155 Münster - Germany eMail: mailto:steverding@xxxxxx Telefon: +49 251 7000-02 / Fax -3910 Besuchen Sie uns im Internet: http://www.gws.ms____ ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr_______________________________________________ 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-06/msg00021.html on line 240 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-06/msg00021.html on line 240 |