search for: bridge0

Displaying 20 results from an estimated 24 matches for "bridge0".

Did you mean: bridge
2010 Jun 22
1
iptables and kvm
I am experimenting with a kvm virtual machine. At the moment I trying to configure iptables for the the host instance. In Xen terms I would call this Dom0 but I do not know the appropriate KVM term, if any. The setup I have is a single NIC (eth0) host bridged (bridge0). I want iptables to allow all host generated traffic (! bridge0 I think) and to check all other traffic for brute force attempts coming in over the LAN. I have the following rules in /etc/sysconfig/iptables: . . . -A GENERAL -m comment ! -i bridge0 -j ACCEPT . . . -A GENERAL -m comment -m st...
2008 May 28
3
7-STABLE: bridge and em
Hello list! When em0 has an inet address while bridge0 doesn't, it seems to be OK: ----- bs1% uname -a FreeBSD bs1.sp34.ru 7.0-STABLE FreeBSD 7.0-STABLE #0: Sun May 25 20:15:26 MSD 2008 root@bs1.sp34.ru:/usr/obj/usr/src/sys/BSM i386 bs1% ifconfig em0; ifconfig tap0; ifconfig bridge0 em0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTI...
2011 Jan 13
5
ifcfg-rh: error: Unknown connection type 'Bridge'
...(c) 2007 - 2008 Red Hat, Inc. To report bugs please use the NetworkManager mailing list. Jan 13 08:25:32 inet05 nm-system-settings: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-lo ... Jan 13 08:25:32 inet05 nm-system-settings: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-bridge0 ... Jan 13 08:25:32 inet05 nm-system-settings: ifcfg-rh: error: Unknown connection type 'Bridge' Jan 13 08:25:32 inet05 nm-system-settings: ifcfg-rh: parsing /etc/sysconfig/network-scripts/ifcfg-eth0 ... Jan 13 08:25:32 inet05 nm-system-settings: ifcfg-rh: read connection &...
2008 Oct 29
2
Problem with Bridging ... and bge devices under FreeBSD 7.x?
...all works perfectly, but as soon as I do this on another machine on a public IP, I'm not getting any routing, I can't even ping it from the same machine ... My first thought was that there was an issue with IP aliases already on the bge device, but tried doing the following: ifconfig bridge0 destroy ifconfig tap0 destroy ifconfig fxp0 -alias 192.168.1.101 ifconfig fxp0 alias 192.168.1.101 netmask 255.255.255.255 ifconfig bridge0 create ifconfig tap0 create ifconfig bridge0 addm fxp0 addm tap0 up on my desktop here and then starting up the qemu image, and all worked as expected, so ha...
2020 Jun 02
7
Bridge network for virt-manager
Hello. I desire to get bridge network working using virt-manager. Centos 7 and centos 7 guest. >From researching I think I need to have a ifcfg-br0 file like this ? cat ifcfg-br0 DEVICE=nm-bridge0 STP=no TYPE=Bridge BOOTPROTO=none IPADDR=192.168.1.8 PREFIX=32 GATEWAY=192.168.1.1 IPV6INIT=no NAME=br0 ONBOOT=yes DELAY=0 Is that for sure needed ? The use that nm-bridge0 as the network name? I dont want to mess up my current setup. Thanks, Jerry
2011 Dec 13
1
C6 gateway/firewall problem
Hi, I'm using system-config-firewall (C6 x86_64, fully up to date) to configure a gateway/firewall box. 2 nics, eth0 (configured as bridge0, mtu 7200) connected to the lan, eth1 being connected directly to the internet (public ip, mtu 1500). ssh port is open and accessible. nat is working fine. I've put bridge0 as a trusted interface, eth1 is masqueraded. I've put ports 20,21,80 as forwarded ports on eth1 to lan machines. Thing...
2009 Jan 08
2
Problems with network in jail
Hi all, Is it mandatory to add device mem to jails to enable network via the gateway? Left ezjail with FreeBSD-6.3 (and a hardware replacement of my server) and am now starting again with FreeBSD-7.1. Early this week, I upgraded from 7.0 to 7.1 (not having 'used' jails on 7.0). After creating the jail with `ezjail-admin update -i` I created a 'ports build' jail `ezjail-admin
2008 Oct 24
1
bonding over bridge or bridge over bonding ?
...any success. Here is my configuration: ifcfg-eth0: DEVICE=eth0 HWADDR=00:1E:C9:E8:3F:E5 ONBOOT=yes USERCTL=no MASTER=bond0 SLAVE=yes ifcfg-eth1: DEVICE=eth1 HWADDR=00:1E:C9:E8:3F:E7 ONBOOT=yes USERCTL=no MASTER=bond0 SLAVE=yes ifcfg-bond0: DEVICE=bond0 ONBOOT=yes BRIDGE=br0 USERCTL=no ifcfg-bridge0: DEVICE=br0 TYPE=Bridge BOOTPROTO=static IPADDR=192.168.52.55 NETMASK=255.255.255.0 NETWORK=192.168.52.0 BROADCAST=192.168.52.255 ONBOOT=yes DELAY=0 eth0 and eth1 don't goes up... Am I doing something wrong ? Shouldn't I trying to do a bonding over 2 bridges ? Do anybody already tried s...
2012 Sep 04
6
Simple routing question
We use a dual homed CentOS-6.3 host for our Internet gateway router. Its internal nic (eth1) is configured such that the address 192.168.0.1 is one of its aliases. # cat /etc/sysconfig/network-scripts/ifcfg-eth1:192BOOTPROTO=none BROADCAST=192.168.255.255 DEVICE=eth1:192 IPADDR=192.168.0.1 IPV6INIT=no MTU="" NAME="LAN - Non-routable" NETMASK=255.255.0.0 NETWORK=192.168.0.0
2020 Feb 07
1
No DHCP on default network when guest has multiple interfaces
...preferred_lft forever The VM is created using the following command virt-install --import --name ${VM_HOST_NAME} \ --memory 2048 --vcpus 2 --cpu host \ --disk path=/var/lib/libvirt/images/${VM_HOST_NAME}.qcow2,format=qcow2,bus=virtio \ --network network=default \ --network bridge=bridge0,model=virtio \ --os-type=linux \ --os-variant=rhel7.6 \ --graphics none Any ideas what could cause this problem? The guest OS is CentOS 7.7 and the host is CentOS 8, but I have the same problem with a CentOS 7 hypervisor.
2018 Aug 09
0
"Communication prohibited" error when pinging
...on my Devuan server: https://pastebin.com/Gc8YSdhD tinc-up script on my Devuan server: #!/bin/sh ip link set $INTERFACE up ip addr add 172.23.22.2 dev $INTERFACE ip route add 172.23.22.0/32 dev $INTERFACE tinc-up script on my NetBSD server: #!/bin/sh ifconfig "$INTERFACE" up ifconfig bridge0 addm "$INTERFACE" stp "$INTERFACE" tinc.conf on my NetBSD server: Name = citron Device = /dev/tun0 AddressFamily = ipv4 Mode=switch ProccessPriority=high ConnectTo=apelsin I have the same config file my Devuan file except the lines Name and ConnectTo. * NetBSD doesnt seem to...
2008 Feb 27
0
Error: Had a bootloader specified, but no disks are bootable
..." localtime=0 builder="linux" bootloader="/usr/lib/xen/boot/domUloader.py" bootargs="--entry=xvda3:/boot/vmlinux-2.6.18.8-0.9-xen.gz,/boot/initrd-2.6.18.8-0.9-xen" extra="TERM=xterm xencons=tty " nographic=1 vif = [''mac=00:18:A4:78:F4:34,bridge=bridge0''] disk=[ ''phy:/dev/sda8,xvda3,w'', ''phy:/dev/sda7,xvda2,w'', ''phy:/dev/sda5,xvda1,w'', ] my host system is a opensuse 10.3 x86_64, the guest system opensuse 10.2 i586. Obviously, I am still missing sth, so any pointer to...
2010 Aug 26
1
[PATCH] libxl: minor portability nits
Hi! Use #defines for network related default settinsg. Distinguish between default Linux and NetBSD network bridge interfaces. Signed-off-by: Christoph Egger <Christoph.Egger@amd.com> -- ---to satisfy European Law for business letters: Advanced Micro Devices GmbH Einsteinring 24, 85609 Dornach b. Muenchen Geschaeftsfuehrer: Alberto Bozzo, Andrew Bowd Sitz: Dornach, Gemeinde Aschheim,
2011 Dec 14
1
UUID for network cards
Hello, with CentOS 6, my new server created an UUID entry in ifcfg-eth0 - additional to HWADDR entry. Up to CentOS 5 the connection to the netwark card was defind only by HWADDR. Now I have a new network card. How can I get the correct UUID? The server connects correct the network with the updated HWADDR without any UUID. Why do I need an UUID? Thank you for help in advance. Best Regards
2012 Jul 16
0
virt-install flags affect my hvm performance?
...we are building? Running this: virt-install -n win8-1 -r 2048 -f /opt/win8/win8-disk.img -b eth0 --vnc --vnclisten=192.168.50.2 -v -c /opt/win8/win8.iso or virt-install -n win8-2 -r 2048 --hvm --vcpus=2 --cpuset=2-3 --disk path=/opt/win8-2/win8-disk.img --os-type=windows --os-variant=win2k8 -b bridge0 --noautoconsole --vnc --vnclisten=192.168.50.107 -v --cdrom /dev/dvdrw is important? Exist a way to know how we build or dom-U? or is not important? Does the options we give to virt-install affect our domU daily operation(Performance)? Running Xen 4.1.2. Thanks!!!
2013 May 22
0
em2: watchdog timeout -- resetting
...lay = "250" hw.em.enable_msix = "0" hw.em.msix_queues = "2" hw.em.rx_process_limit = "-1" hw.em.fc_setting = "0" hw.em.num_queues = 1 I tried several variations, but also without success. My infrastructure: (7301 cisco router) ------ em1 (pfsense bridge0) em2 ------ sw core cisco catalyst I tried also a fresh installation of pfsense 2.0.3 without success. My network card is an Intel ? PRO/1000 MT Dual Port Server Adapter PCI-X on a 32-bit PCI slot, operating bridge in 1 <-> em2. Motherboard ASUS P8H61-V and CPU corei5, I tried disabling all...
2013 Feb 27
8
VGA passthrough radeon 4850 as primary card
Hi all I''m trying to enable VGA passthrough in linux domU without success. I want to pass through AMD Radeon HD 4850 - 03:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI RV770 [Radeon HD 4850] as a _primary_ VGA for the VM. Nothing is showing up on the monitor that I have connected to graphics card''s HDMI port. I have IOMMU enabled. I searched mailing lists
2023 Jun 10
2
[Bridge] [syzbot] [net?] unregister_netdevice: waiting for DEV to become free (8)
...om/x/log.txt?x=126de6f1280000 IMPORTANT: if you fix the issue, please add the following tag to the commit: Reported-by: syzbot+881d65229ca4f9ae8c84 at syzkaller.appspotmail.com Fixes: ad2f99aedf8f ("net: bridge: move bridge ioctls out of .ndo_do_ioctl") unregister_netdevice: waiting for bridge0 to become free. Usage count = 2 leaked reference. __netdev_tracker_alloc include/linux/netdevice.h:4070 [inline] netdev_hold include/linux/netdevice.h:4099 [inline] dev_ifsioc+0xbc0/0xeb0 net/core/dev_ioctl.c:408 dev_ioctl+0x250/0x1090 net/core/dev_ioctl.c:605 sock_do_ioctl+0x15a/0x230 net/soc...
2012 Aug 24
4
Network with xen 4.2
Hallo Mailinglist:), i used xen 4.1 with xend xm a while. I compiled the unstable 4.2 today and most thinks run fine :). I have only one big problem, the network for my guestsystems. It don't want to work. Hopefully somebody can help me. In Xen 4.1 i only wrote the following line in my questconfig: vif = [ "bridge=eth0,script=vif-bridge" ] And everything works fine. This does not
2016 Oct 10
1
Windows 7 guest not starting with HyperV features enabled
Hi, I have a Windows 7 SP1 Pro 64-bit VM which works fine on libvirt 2.3.0 and Qemu 2.7.0. If I enable HyperV features (https://libvirt.org/formatdomain.html#elementsFeatures) like "relaxed", "spinlocks" etc - VM doesn't boot. "Starting Windows" text appears for ~2 seconds (no flying dots, no logo) and then it just goes to black screen. If I switch HyperV