search for: bridge_br100_ip

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

2007 Apr 18
2
[Bridge] bridge-utils + Linksys WET11
...that shouldn't be the case here, since the router doesn't even know it's wireless, should it? Is this some sort of stp issue? Any suggestions would be much appreciated. I'm out of ideas. #!/bin/bash # bridge="br100" bridge_br100_devices="eth1 eth2 eth3 eth4" bridge_br100_ip="192.168.1.1" return=$rc_done case "$1" in start) for b in ${bridge} do echo "Create Bridge ${b}" /usr/sbin/brctl addbr ${b} || { retval=$? echo ${retval} "Failed...