search for: setmaxage

Displaying 6 results from an estimated 6 matches for "setmaxage".

Did you mean: semanage
2007 Apr 18
0
[Bridge] Help: bridging eth0 and wlan0?
Hello all, I'm trying to bridge the wlan0 and eth0 on an embedded system. I used the following commands to setup the bridge: ifconfig eth0 0.0.0.0 promiscuous ifconfig wlan0 0.0.0.0 promiscuous brctl addbr br0 brctl addif br0 eth0 brctl addif br0 wlan0 brctl sethello br0 1 brctl setmaxage br0 4 brctl setfd br0 4 ifconfig br0 up The eth0 is connected to a local network, and wlan0 is set to Ad-hoc mode with proper SSID. After the bridge is stablized, I use dhclient to assign an IP for br0. Then I use a laptop to connect to the bridge. I could ping the bridge (br0), however I could no...
2007 Apr 18
2
[Bridge] bridge-utils + Linksys WET11
...g ${i} 0.0.0.0 promisc || \ echo $? "Failed to set up interface ${i}" done ifconfig $b $(eval echo \$\{bridge_${b}_ip\}) brctl setbridgeprio ${b} 0 brctl sethello ${b} 1 brctl setmaxage ${b} 4 brctl setfd ${b} 4 brctl stp ${b} on done echo -e "$return" ;; [snip]the rest of the script isn't relevant[/snip] esac
2007 Apr 18
0
[Bridge] bridge's STP problem about topology change
...PC3 to PC2 (PC3 didn't have PC2's arp entry). When PC3 get reply from PC2 and then the PC1 will also get reply immediately. Does any one know what's problem? The command for adjust forward dely : /usr/sbin/brctl setbridgeprio mybr 0 /usr/sbin/brctl sethello mybr 1 /usr/sbin/brctl setmaxage mybr 4 /usr/sbin/brctl setfd mybr 4 /usr/sbin/brctl stp mybr on Two bridge machines are install with linux-2.4.26 and use the ebtables patch (ebtables-brnf-6-vs-2.4.26). Network environment: PC1 --------- Bridge 1 -------- PC2 |----- Bridge 2 ---| PC3 ---- Very thank for you...
2007 Apr 18
1
[Bridge] Linux Bridge + STP + VLAN
...led /sbin/ifconfig $BR_IF_DMZ 0.0.0.0 up || return=$rc_failed /sbin/ifconfig $BR_IF_MZ 0.0.0.0 up || return=$rc_failed $BRCTL addbr $BR_NAME || return=$rc_failed $BRCTL addif $BR_NAME $BR_IF_DMZ || return=$rc_failed # Basic Settings sleep 1 $BRCTL sethello $BR_NAME 1 || return=$rc_failed $BRCTL setmaxage $BR_NAME 4 || return=$rc_failed $BRCTL setfd $BR_NAME 4 || return=$rc_failed $BRCTL stp $BR_NAME on || return=$rc_failed $BRCTL setbridgeprio $BR_NAME $BR_PRIO || return=$rc_failed $BRCTL setpathcost $BR_NAME $BR_IF_DMZ $BR_IF_DMZ_COST || return=$rc_failed echo "$BRCTL setpathcost $BR_NAME $BR...
2008 Jun 06
32
Dedicate Nic''s to DomU''s
Hey all I''m new to Linux and Virtualizing. I''m trying to dedicate my nic''s to each virtual server. For instance, virt server A would use nic1 and virt server B would use nic2 and so on. I''ve been reading some stuff for this list and to tell you the truth I''m a bit overwhelmed. We are going to run SLES10.1 and Xen. I would appreciate any assistance.
2013 Aug 23
1
[Bridge] challenge of year: connect to LAN using wireless-ap over bridge + unmanaged l2tpv3 tunnel + bridge? it's possible?
hi everyone, so,first it seemed a trivial question to me, but since I could not find anybody being neither able to answer this question nor giving a short config example. after a few sleepless nights and exhausting all the reading and research. here I am sharing my problem with all of you, in the hope of some possible solution/sugestion. or is it that this is impossible?? below my