|
|
|
until now, im using the tap device for my openvpn network. my problem
is, that the clients cant ping each other with their "real" ips. in my
opinion, the broadcasts are responsable. i now read this quote: Using ethernet bridging is only one possible solution. If you can get your client traffic to route at the IP level, then you use OpenVPN in --dev tun mode to create a tun device linkage, then use route commands to route traffic over the tun device. This is somewhat more efficient than using tap devices and ethernet bridging, but requires that you configure multicast routing. it seams that in my case, the tun device is the better opinion. but an openvpn sample config says something else, i think:
how could i handle, that i can ping all clients with all possible ips? Server-Config: (real ip: 192.168.1.2) ------------------ port 5000 mode server ifconfig 192.168.3.1 255.255.255.0 dev tap client-to-client tls-server dh dh2048.pem ca meine-ca.crt key Server.key cert Server.crt ping 10 ping-restart 120 push "ping 10" push "ping-restart 60" verb 4 ------------------ Client-Config: (real ip: 192.168.0.2) ------------------ port 5000 remote bla.dyndns.org ifconfig 192.168.3.3 255.255.255.0 dev tap tls-client ca meine-ca.crt key Client_02.key cert Client_02.crt pull ------------------
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-12/msg00039.html on line 226 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-12/msg00039.html on line 226 |