Displaying 20 results from an estimated 50 matches for "delif".
Did you mean:
elif
2007 Apr 18
1
[Bridge] Re: Re: a problem about brctl
...ang wrote:
>
>>shemminger?
>>
>> I have a problem with brctl application,following is my operations:
>>
>> vconfig add eth0 3
>>
>> brctl addbr br0
>>
>> brctl addbr br1
>>
>> brctl addif br0 eth0.3
>>
>> brctl delif br0 eth0.3
>>
>> brctl addif br1 eth0.3
>>
>>? brctl delif br0 eth0.3
>>
>> brctl delif br0 eth0.3
>>
>> At lastest operation,I delif eth0.3 from br0 several times,and the system will crack down, and the following infomation will display at console:...
2007 Apr 18
1
[Bridge] Problem of lock when deleting a bridge
When i want to delete my test bridge, using:
ifconfig eth0 down
ifconfig eth1 down
ifconfig br0 down
brctl delif br0 eth0
brctl delif br0 eth1
brctl delbr br0
i get this error message from the kernel on the console:
unregister_netdevice: waiting for br0 to become free. Usage count =3D 2
The brctl user-level command is blocked.
Could you explain me what could likely be the cause of this error?
Thanks in adv...
2005 Jul 18
0
DOMU loses outside connection
...0 connectivity?
Thanks
********************My Start Bridge Script**************************
#!/bin/bash
# /etc/xen/xen_start_bridges.batch
#
#
# enable forwarding in xen0
echo "1" > /proc/sys/net/ipv4/ip_forward
#
# disassociate old vif''s if they are still arround
brctl delif xen-br0 vif1.1
brctl delif xen-br0 vif1.2
brctl delif xen-br0 vif2.1
brctl delif xen-br0 vif3.1
#
#
# add internal bridge between the Firewall guest and the
# AppDatabaseDS guest
brctl addbr xen-brINT
brctl stp xen-brINT off
ifconfig xen-brINT up
#
#
# add a bridge between the Firewall guest and th...
2007 Apr 18
1
[Bridge] Problem with bridge/8139too module under 2.4.27?
...and
power cycle it. I've traced this through the startup/shutdown scripts, and
have determine that the problem exists in the following sequence of
commands:
brctl addbr br0
brctl addif br0 eth0
brctl addif br0 eth1
ifconfig eth0 up
ifconfig eth1 up
ifconfig eth0 down
ifconfig eth1 down
brctl delif eth0
brctl delif eth1
brctl delbr br0 <------ This is where the problem occurs
The machine running the kernel is a brouter with 4 NICs all running under
the 8139too driver - eth0 and eth1 form a bridge while eth2 and eth3 are
connected to different internal networks. I'm guessing that thi...
2012 Jul 09
1
OpenVswitch with KVM virtual machines
...ively.
em1 is the default network interface.
$sudo ovs-vsctl add-br br0
$sudo ovs-vsctl add-port br0 em1
$sudo ifconfig br0 <ip address of em1>
$sudo ip route del default dev em1
$sudo ip route add default dev br0
(Using the above commands, I was able to connect to the internet)
$sudo brctl delif virbr0 vnet0
$sudo ovs-vsctl add-port br0 vnet0
$sudo brctl delif virbr0 vnet1
$sudo ovs-vsctl add-port br0 vnet1
$brctl show
bridge name bridge id STP enabled interfaces
virbr0 8000.52540094e45e yes virbr0-nic
vnet0...
2007 Apr 18
1
[Bridge] <kernel BUG> generated on bridge up/down & other issues
....0.0.0";
ifconfig "brookf 172.28.22.223 netmask 255.255.255.0";
};
down {
ifconfig "brookf down";
ifconfig "%% down";
ifconfig "eth1 down";
# Clear up bridge stuff
program /usr/sbin/brctl "delif brookf %%";
program /usr/sbin/brctl "delif brookf eth1";
program /usr/sbin/brctl "delbr brookf";
};
2012 Jul 12
1
[ovs-discuss] OpenVswitch with KVM virtual machines
...ovs-vsctl add-port br0 em1
>>> $sudo ifconfig br0 <ip address of em1>
>>> $sudo ip route del default dev em1
>>> $sudo ip route add default dev br0
>>> (Using the above commands, I was able to connect to the internet)
>>>
>>> $sudo brctl delif virbr0 vnet0
>>> $sudo ovs-vsctl add-port br0 vnet0
>>> $sudo brctl delif virbr0 vnet1
>>> $sudo ovs-vsctl add-port br0 vnet1
>>>
>>> $brctl show
>>> bridge name bridge id STP enabled interfaces
>>> virbr0 8000.5254...
2007 Apr 18
0
[Bridge] Re: brctl, Ethernet Bridging, openvpn, Universal TUN/TAP devices
...> /usr/sbin/brctl addif br${X} tap${Z}
> /sbin/ifconfig tap${Z} 0.0.0.0 promisc up
> [2] /usr/sbin/openvpn --config config.${Z}
>
>
> To stop it:
>
> [3] kill `cat /var/run/openvpn.${Z}.pid`
> /sbin/ifconfig tap${Z} down
> /usr/sbin/brctl delif br${X} tap${Z}
> /usr/sbin/openvpn --rmtun --dev tap${Z}
>
> /usr/sbin/brctl delif br${X} eth${Y}
> /sbin/ifconfig eth${Y} down
>
> /sbin/ifconfig br${X} down
> /usr/sbin/brctl delbr br${X}
>
>
> As far as I understood, if I create a t...
2003 Sep 04
1
Looking for R Equivalent of Gauss Statements
...0; @ remove obs with Regular Hours = 0 @
e2 = x[.,12] .gt 1; @ remove obs with non-regular work status @
e3 = x[.,4] .lt 15; @ remove obs with agricultural and mining
industry code (< 15)@
esum = e1 + e2 + e3;
e = esum .gt 0; @ remove obs that fail all three of the above
tests @
x = delif(x,e);
I'm hoping that the above is self explanatory. Currently I am using
the "subset" command in R to compute e1, e2, e3 but the rest is
tricky: the actual code has several additional constraints and I'm
ending up with some very ugly buggy code. Is there a straightforwa...
2020 Sep 09
0
Re: Isolated bridge does not bridge
...what connects them to internet, and added them to another isolated
> bridge what's not connected to internet. Problem is that I cannot reach
> the other host in the isolated network.
>
> Something like this:
>
> virsh shutdown kvm66
> virsh shutdown kvm68
>
> brctl delif br0 vnet10 vnet6 # the interfaces of kvm66 and kvm68
> brctl addbr br1
> brctl addif br1 vnet10 vnet6
The delif and addif commands won't do anything if the guests are not
running (you've done "virsh shutdown", but that will either take some
time, or never be honored (dep...
2006 May 06
2
Bug#366216: vif-bridge: offlining the interface fails because interface already offline
...he /etc/xen/* files.
Network in a domU works perfectly fine.
But, after shutdowning a domU, I can see the following lines in
/var/log/debug:
May 6 10:31:45 vaio logger: /etc/xen/scripts/vif-bridge: offline XENBUS_PATH=backend/vif/18/0
May 6 10:31:46 vaio logger: /etc/xen/scripts/vif-bridge: brctl delif xenbr0 vif18.0 failed
May 6 10:31:46 vaio logger: /etc/xen/scripts/vif-bridge: ifconfig vif18.0 down failed
May 6 10:31:46 vaio logger: /etc/xen/scripts/vif-bridge: Successful vif-bridge offline for vif18.0, bridge xenbr0.
As you can see, brctl and ifconfig both fail.
After instrumenting the vi...
2005 Sep 14
3
[PATCH] fix network-bridge stop
During my attempts to get the latest bridge networking model working on my
system, I often invoked ''network-bridge stop'' with total failure. Attached
is an updated version that works.
-Andrew
signed-off-by: Andrew Theurer <habanero@us.ibm.com>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
2004 Dec 22
6
vpn bridging
[This email is either empty or too large to be displayed at this time]
2007 Apr 18
1
[Bridge] recent 2.6 kernels hang on bridge shutdown
...on request.
This script should reproduce the problem reliably:
#!/bin/bash
set -x
mount proc -t proc /proc
ifconfig lo 127.0.0.1
brctl addbr br0
modprobe e100 # also works with 3c5x9
brctl addif br0 eth0
ifconfig br0 192.168.1.1
ifconfig eth0 up
sleep 5
ifconfig lo down
lsmod | grep bridge
brctl delif br0 eth0
ifconfig br0 down
brctl delbr br0
To run it, I booted with init=/bin/bash to make sure the distribution's
startup scripts don't interfere (although it might work anyway).
I already reported this to the linux-kernel list, since I couldn't tell
whether this is a bug in the bri...
2008 Nov 22
2
[Bridge] bridge changes id on addif - is that normal?
...led interfaces
br10 8000.00ff351a360c no vnet1
vlan10
br20 8000.00ff8fe8ee1d no vnet2
vlan20
why the bridge id changed? on delif the bridge id changes back to the
original one.
On "brctl addbr" the following kernel message is printed:
[426666.180613] br10: Dropping NETIF_F_UFO since no NETIF_F_HW_CSUM
feature.
if i don't set the mac addr to the bridges they get both the hw addr from
eth0. the bridge id do...
2015 Feb 18
1
Disable/stop nic in a virtual guest with virsh
...thod that can be done from the virsh
interface. Thanks Juerg!
1) down the vnetX interface from the host node
ip link show dev vnetX
ip link set down vnetX
ip link show dev vnetX
And if using bridged networking, you have one more option.
2) remove the vnetX interface from the bridge
brctl delif <bridge_int> vnetX
Certainly downing the interface using either Juerg's solution via virsh or
mine via iproute2 tools is most ideal since it's easier/simpler to
reinstate. You can use ifconfig if you prefer it over ip tools, but enjoy
those tools and syntax while it remains! [0] ;-...
2018 Aug 18
2
Bridging local physical interface to tinc
...es
Server 1 /etc/tinc/netname/tinc-up
-----------------------------------------------------
#!/bin/sh
brctl addif br0 $INTERFACE
ip link set dev $INTERFACE up
Server 1 /etc/tinc/netname/tinc-down
-----------------------------------------------------
#!/bin/sh
ip link set dev $INTERFACE down
brctl delif br0 $INTERFACE
Server 2 /etc/network/interfaces
-----------------------------------------------------
root at pve:~# cat /etc/network/interfaces
auto lo
iface lo inet loopback
iface enp2s0 inet manual
# Public network IP (enp2s0 interface bridge)
auto vmbr0
iface vmbr0 inet static
address 88.19...
2015 Feb 18
3
Disable/stop nic in a virtual guest with virsh
On Tue, Feb 17, 2015 at 1:43 PM, Sven Kieske <s.kieske at mittwald.de> wrote:
>
>
> On 17/02/15 09:18, C. L. Martinez wrote:
>> Hi all,
>>
>> How can I stop/disable a nic in a virtual guest using a virsh
>> command?? I am searching the same effect like if I unplug network
>> cable ... Is it possible?? I have tried with "detach-interface"
2009 Jun 16
3
Backend device not found
Hi There,
I''ve installed xen 3 and xen-tools on my Debian etch server and
all seems well, until I try to start a guest domain.
debian:/home/xen# xm create /etc/xen/D4G3.cfg
Using config file "/etc/xen/D4G3.cfg".
Error: Device 2049 (vbd) could not be connected. Backend device not found.
I get the error: "Error: Device 2049 (vbd) could not be connected.
Backend device
2015 Feb 17
0
[Bridge] Is there anyway to force an ethernet inteface to stay up (ignore carrier detection) in order to keep the bridge up?
...:67:dc:b4 brd ff:ff:ff:ff:ff:ff
/opt#
/opt# ip link show eth13
15: eth13: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast
master br0 state DOWN mode DEFAULT group default qlen 1000
link/ether 00:e0:4c:80:1a:50 brd ff:ff:ff:ff:ff:ff
/opt# brctl delif br0 eth0
/opt# ip link show br0
25: br0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue
state DOWN mode DEFAULT group default
link/ether 00:e0:4c:80:1a:50 brd ff:ff:ff:ff:ff:ff
thanks
Q
-------------- next part --------------
An HTML attachment...