search for: sethello

Displaying 16 results from an estimated 16 matches for "sethello".

Did you mean: newhello
2008 Jun 16
1
3.2.1 HVM network packets dropped
...quot;192.168.10.a 192.168.10.b 192.168.10.c" ) dns_servers_eth0=( "192.168.10.a 192.168.10.b 192.168.10.c" ) dns_servers_eth1=( "192.168.10.a 192.168.10.b 192.168.10.c" ) config_eth0=("null") bridge_xenbr0=("eth0") brctl_xenbr0=("setfd 0" "sethello 0" "stp off") config_xenbr0=( "192.168.10.d netmask 255.255.255.0" ) routes_xenbr0=( "default via 192.168.10.e" ) depend_xenbr0() { need net.eth0 } config_eth1=( "null" ) brctl_xenbr1=("setfd 0" "sethello 0" "stp off&quot...
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 (br...
2007 Apr 18
1
[Bridge] received packet with own address as source address
...P address but a unique MAC. On the other end of each tap device is an UML virtual machine's eth0. My machines are SuperMicro 6013 dual xeon boxes with e1000, and a 5012 box with e100 NICs. I don't believe this is a checksum issue raised a while back. STP is off. Settings for setfd and sethello make no difference. As soon as UML brings up its eth0 interface, the messages appear. I'm really not a kernel hacker, but I was able to look at previous versions of the file and more or less just comment out the "if (unlikely(fdb->is_local))" statement. This is what I've be...
2007 Apr 18
2
[Bridge] Bridging between user processes
...wrong? Linux 2.4.20, root user. I set up tap interfaces like this: >tunctl tap4 >ifconfig tap4 4.4.4.4 promisc up >tunctl tap5 >ifconfig tap5 5.5.5.5 promisc up I then set up the bridge and add the tap interfaces to it: >brctl addbr tapbr >brctl setfd tapbr 0 >brctl sethello tapbr 0 >brctl stp tapbr off >ifconfig tapbr 7.7.7.7 netmask 255.255.255.0 up >brctl addif tapbr tap4 >brctl addif tapbr tap5 I then do a ping over tap4: >ping -I tap4 8.8.8.8 and tcpdump on tap5: >tcpdump -i tap5 and see nothing. Shouldn't I see the ping requests o...
2008 May 28
6
SSH ping etc not working between dom0 and domU''s
Hi! I have a problem with my new Xen setup. I have installed Debian etch with netinstall and I''m using 2.6.18-6-xen-amd64 kernel in my dom0 and 3.0.3-0-4 version xen hypervisor. I''m using four network cards on my system and using three of them as xen bridges and dom0 is using the fourth one only for it''s own. So basicly both of my virtual servers use a network card
2007 Apr 18
2
[Bridge] bridge-utils + Linksys WET11
...} ifconfig ${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
1
[Bridge] Setting the interfaces in promiscuous mode
...is is the script I use to set up the bridge: brctl addbr br0 ifconfig eth0 0.0.0.0 promisc up ifconfig tap0 0.0.0.0 promisc up ifconfig br0 abc.def.ghi.jkl netmask 255.255.255.0 up brctl stp br0 off #This is to ensure the bridge does not send spanning tree protocol packets. brctl setfd br0 1 brctl sethello br0 1 brctl addif br0 eth0 brctl addif br0 tap0 This worked fine. I then tried to set the two interfaces (eth0, tap0) in non-promiscuous mode. My expectation was that the bridge would not work anymore. Nevertheless, it kept working and my two networks were still bridged. Virtual machines on the ta...
2005 Mar 03
14
Serious performance issues
Hi. I have a Shuttle box with an AMD Athlon XP 2200+ and 1GB of RAM. I''m normally running it with Debian sarge/sid and kernel 2.6.10-1-k7, as built by Debian. I want to use Xen on it. I built a xen0 kernel which is as close to the Debian kernel as I can (no power management, no HPET timers, broken ISA drivers disabled), disabled /lib/tls, and booted with the new kernel. Everything works.
2007 Apr 18
0
[Bridge] setting STP values via brctl
I have been playing around with the STP settings of brctl and saw something strange. I was setting the hello time, so I executed the following: # brctl sethello br0 30 Then I had a look at the value that was set: # cat /sys/class/net/br0/bridge/hello_time 2999 Much bigger than expected. I started looking at the source. In the libbridge/libbridge_devif.c file of brctl, we have the following routine: int br_set_bridge_hello_time(const char *br, struct...
2007 Apr 18
0
[Bridge] bridge's STP problem about topology change
...ately.Or if I run one ping from 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 --...
2009 Jan 29
0
Massive UDP and TCP packet loss
...tes: 5502 KByte/s (98%) Tx, 11694 KByte/s (0%) Rx. Packet size 32k bytes: 111 KByte/s (99%) Tx, 11716 KByte/s (0%) Rx. Done. Here is what I tried: I set "tx off" on ALL interfaces with the ethtool command, changed tx-queue-length, disabled all iptables/ebtables, set bridging to "sethello 0" and "setfd 0" ... But nothing changes. I used the default Xen which comes with Redhat 5.2 and tried different Redhat-Kernels, also the latest from 5.3 Also I tried different Xen version. First 2-3 different versions which come with Redhat 5.2 and its updates. Then I tried version...
2009 Feb 10
1
Scripting Oddity
I've been playing around with qemu and wanted to make the guest OS instance visible on my network. This meant getting bridging and tun/tap working. After getting things working by pasting command from the CentOS wiki article plus adding a few enhancements, I decided to capture the process in a shell script that would be suitable for a user in the sudoers file to fire off. Not sure why
2008 Jan 11
6
Xen creating two bridges
Hi, I''m trying to set up networking on a new machine. I''m not getting any networking from the domU''s I notice that I have two bridges being created: xenbr0 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF inet6 addr: fe80::200:ff:fe00:0/64 Scope:Link UP BROADCAST RUNNING NOARP MTU:1500 Metric:1 RX packets:3024 errors:0 dropped:0
2007 Apr 18
1
[Bridge] Linux Bridge + STP + VLAN
...nfig $BR_IF_MZ 0.0.0.0 promisc || return=$rc_failed /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_...
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