[OpenVPN home] [Date Prev] [Date Index] [Date Next]
[OpenVPN mailing lists] [Thread Prev] [Thread Index] [Thread Next]
Google
 
Web openvpn.net

[Openvpn-users] bridging question


  • Subject: [Openvpn-users] bridging question
  • From: "Sttf" <vklengh@xxxxxxxxx>
  • Date: Tue, 4 May 2004 10:12:03 +0200

i have another doubt about bridging, referring to the bridgin mini-howto, concretly in the firewall policies.
 
# Allow packets from TUN/TAP devices.
iptables -A INPUT -i tun+ -j ACCEPT
iptables -A FORWARD -i tun+ -j ACCEPT
iptables -A INPUT -i tap+ -j ACCEPT
iptables -A FORWARD -i tap+ -j ACCEPT
# Allow packets from private subnets
iptables -A INPUT -i br0 -j ACCEPT
iptables -A FORWARD -i br0 -j ACCEPT
 
Why this differentiation? When you add a bridge interface, arent you in fact creating a global-unique interface for all the bridged ones? If there doesn't remain any IP assigned to any interface, why this separate rules? Can you define specific rules for your specific bridged interfaces??
 
Thanks.

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/msg00009.html on line 186

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/msg00009.html on line 186