[Openvpn-devel] Why does the tun-mtu default to 1500 bytes?

2019-04-16 Thread Marcus Wichelmann
ooked something. Wouldn't it be more helpful to most OpenVPN users when the TUN-MTU is dynamically calculated based on the LINK-MTU which could default to 1500 (or even 1492 to support DSL/PPPoE internet connections)? Thank you very much! Marcus Wichelmann ___

Re: [Openvpn-devel] OpenVPN bandwidth restrictions (wishlist)

2008-08-18 Thread Marcus
e you can achieve your goal by using iptables, token bucket, etc. Have a look here: http://seclists.org/firewall-wizards/2003/Mar/0030.html Greetz, Marcus -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFIqSzm+qVaN

Re: [Openvpn-devel] Unwanted behavior with "remote random" and "retry infinite" on 2.1rc7

2008-03-20 Thread Marcus geepunkt
I'm sorry, i just forgot a "-" between "remote" and "random". Now it seems to choose another server after a connection-breakdown, but well, the tun/tap-interface doesn't set the correct default gateway on the new connection. I'll do a little more

[Openvpn-devel] Unwanted behavior with "remote random" and "retry infinite" on 2.1rc7

2008-03-20 Thread Marcus
128.0.0.0 13.22.227.1 Thu Mar 20 14:59:35 2008 route DELETE 128.0.0.0 MASK 128.0.0.0 13.22.227.1 Thu Mar 20 14:59:35 2008 Closing TUN/TAP interface Thu Mar 20 14:59:35 2008 SIGTERM[hard,init_instance] received, process exiting Greetz, Marcus

Re: [Openvpn-devel] Needing help with writing an easy-to-use Radius-Plugin for authentication

2008-02-18 Thread Marcus
(running in chroot? Define $extra_modules); OR BUG in your validation functions, if you're using AuthStruct module; OR BUG in openvpn_authd.pl/it's libraries. Feb 17 17:56:22 ovpn openvpn_authd.pl: WARN: AuthDaemon.pm, line 140, __ANON__(): Authentication timed out. I probably got the settings for the radius wrong, what do you think? Greetz, Marcus

Re: [Openvpn-devel] Needing help with writing an easy-to-use Radius-Plugin for authentication

2008-02-18 Thread Marcus
bs up". Maybe I can disable accounting in that plugin somehow... any ideas? Greetz, Marcus

[Openvpn-devel] Needing help with writing an easy-to-use Radius-Plugin for authentication

2008-02-18 Thread Marcus
S-Radius server IS an issue in the openvpn-community. This solution would be very simple to set up and I'd document it in the official wiki to share with the world, in return. Best regards, Marcus My client.conf looks like this: client dev tun proto udp remote SOME_IP 1194 route-method exe route-delay 2 resolv-retry infinite nobind persist-key persist-tun auth-user-pass ca keys/ca.crt comp-lzo verb 3