[Openvpn-devel] new beta available

2002-07-07 Thread James Yonan
Download: http://openvpn.sourceforge.net/beta/openvpn-1.2.1.10.tar.gz Changes since 1.2.1: * Added --dev-node option to allow explicit selection of tun/tap device node. * Removed mlockall call from child thread, as it doesn't appear to be necessary (child thread inherits mlockall state fro

[Openvpn-devel] Default MTU

2002-07-07 Thread James Yonan
What should the default MTU be? Right now the default UDP MTU is 1500 if you use --ifconfig, which is probably too high, because as Matthias Andree pointed out, 1500 + IP header size is greater than 1500 and will cause fragmentation on ethernet networks where the MTU is 1500. 1450 might make more