|
|
Mathias Sundman <mathias@xxxxxxxxxx> said: > On Thu, 6 May 2004, James Yonan wrote: > > > * Source addresses on VPN packets coming from a > > particular client must be associated with that > > client in the OpenVPN internal routing table. > > Great! Hey, you move to fast, we could start expecting this kind of rapid > development from other wendors too ;-) It was really just a couple lines of code :) > How is protocols other than IP handled? Do they pass or are they dropped? > Perhaps that should be an option? This code is only active when you are running in IPv4 routing mode (i.e. --mode server --dev tun). When you are running --mode server --dev tap, OpenVPN internally bridges between the server's tap interface and the tap interfaces of all clients, and this source address check will not occur because OpenVPN's internal routing table consists of MAC addresses rather than IPv4 addresses. And as a bridge, OpenVPN will be scanning packets to "learn" which MAC addresses are associated with which client. One other current limitation: --mode server --dev tap requires tap interfaces on both server and client to have an IP address. James ____________________________________________ 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/2004-05/msg00065.html on line 206 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/2004-05/msg00065.html on line 206 |