search for: br_if_dmz_cost

Displaying 1 result from an estimated 1 matches for "br_if_dmz_cost".

2007 Apr 18
1
[Bridge] Linux Bridge + STP + VLAN
...d be unblocked. Really weird why vlan10 is not blocked, it's configured on both cisco switches and a on BRIDGE1. Here's an abstract of the startscript I'm using (on BRIDGE1): --------------------------------------------------------- BR_IF_DMZ=eth0 BR_IF_MZ=eth1 BR_NAME=br0 BR_PRIO=1 BR_IF_DMZ_COST=100 BR_IF_MZ_COST=1 VLAN=/etc/vlan.conf # one vlan id per line echo 1 > /proc/sys/net/ipv4/ip_forward /sbin/ifconfig $BR_IF_DMZ down /sbin/ifconfig $BR_IF_MZ down # /sbin/ifconfig $BR_IF_DMZ 0.0.0.0 promisc || return=$rc_failed # /sbin/ifconfig $BR_IF_MZ 0.0.0.0 promisc || return=$rc_failed...