Displaying 20 results from an estimated 4000 matches similar to: "KVM networking help needed - Promiscuous network configuration for guest Snort instance"
2006 Apr 12
0
Promiscuous mode of bridge-networking in Dom0
Hi,
I saw a nice mail about bridging in Xen at
http://article.gmane.org/gmane.comp.emulators.xen.user/9538.
Can I ask you a quick question? I''ve set up bridge-networking for Xen
3.0and networking was being done properly for Dom0 and DomUs. However,
I
noticed that Dom0 receives a lot of network interrupts or network packets
even when they were not actually meant for either Dom0 or DomU.
2011 May 11
0
KVM switch in promiscuous mode
Hi all,
I am trying to enable promiscuous mode on a kvm switch due to sniff
all traffic using snort installed on a kvm guest.
I have found a partial solution configuring this bridge with "brctl
setaging br0 0", but all vms sees all traffic.
I think the soultion is using ebtables but I didn't found any doc
about how can I do under kvm (and upstream recommends disable this
2009 Mar 25
2
[brussels-dev] displaying promiscuous state for a data link
On 03/25/09 12:30, James Carlson wrote:
> Girish Moodalbail writes:
>
>> bash-3.2# dladm show-link
>> LINK CLASS MTU STATE PROMISC OVER
>> e1000g0 phys 1501 up off --
>> e1000g1 phys 1502 up on --
>>
>
> That (plus or minus some column alignment) seems
2006 Feb 02
0
- reboot sometimes failes - entering promiscuous mode does not function
hi @all
sometimes after a reboot the complete network is down
the difference in the logs shows: in a failed reboot
the eth0 does not entering promiscuous mode;
in both cases the eth0 gets sucessful its
ip configuration via dhcp - any idea ?
the nic is a 3com 3c905C-TX/TX-M and the configuration
is a suse 9.3 with xen-kernel 2.6.11.4-21.10-xen
and xen 2.0.5.c
----------------[ failed reboot ]
2005 May 14
0
Re: Equal bandwidth for any client
Hi,
If you are running brctl tool on the linux box then there is a command that will automatically determine the number of MAC addresses in the network
#brctl showmacs <bridge name> <port number of ur lan interfce> grep -v -w port | wc -l
Ex:
#brctl showmacs abcd 1 grep -v -w port | wc -l
Note that, for this to work your box should be confogurred as a bridge in promiscuous
2005 May 14
0
Re: Equal bandwidth for any client
Hi,
If you are running brctl tool on the linux box then there is a command that will automatically determine the number of MAC addresses in the network
#brctl showmacs <bridge name> <port number of ur lan interfce> grep -v -w port | wc -l
Ex:
#brctl showmacs abcd 1 grep -v -w port | wc -l
Note that, for this to work your box should be confogurred as a bridge in promiscuous
2013 Jul 23
1
Xen networks running in Promiscuous modes
Can I ask you a quick question? I''ve set up bridge-networking for Xen 4.1 (xen-4.1.3-25.el5.22) and networking was being done properly for Dom0 and DomUs. However, I
noticed that Dom0 receives a lot of network interrupts or network
packets even when they were not actually meant for either Dom0 or DomU.
Now, here are the questions:
1. Dom0 is acting in promiscuous mode, right?
2.
If
2010 Nov 29
0
[XCP] promiscuous mode for vif
Good day.
Found strange behavior in PV-domains. Application like tcpdump or iftop
require promiscuous mode for interface. And this feature is disabled by
default, as I understand.
message from iftop:
pcap_open_live(eth0): eth0: You don''t have permission to capture on that
device (socket: Address family not supported by protocol)
As I understand promiscuous:on in other-config for vif
2007 Apr 18
1
[Bridge] Two entries in forwarding database
I'm debugging a strange problem of noncommunication between two devices.
The test configuration is also strange, and involves loops. Things
magically start working when I run tcpdump to put the bridge interface into
promiscuous mode. I also noticed this in the output of brctl showmacs.
port no mac addr is local? ageing timer
1 00:40:72:04:2d:ea no
2013 Jul 02
1
Centos 6.4, bnx2 in promiscuous mode does not see packets
Hi,
I hope someone can help me, I cannot seem to get a system's ethernet
interface to correctly work in promiscuous mode...
I have a Centos 6.4 system with 2 bnx2 interfaces on it.
I have set up eth1 in promiscuous mode and am sending traffic to it
using the port mirroring configuration on a Nortel 3510-24T switch.
The switch reports that it is sending a fair amount of traffic to the
2005 Dec 06
1
Configuring eth1 to be in promiscuous mode
Hi there --
I want to have eth1 on my system run in promiscuous mode. I modified the
/etc/sysconfig/network-scripts/ifcfg-eth1 file to read as follows:
DEVICE=eth1
BOOTPROTO=
...
ONBOOT=
TYPE=Ethernet
...
I reboote the system and when I did an /sbin/ifconfig, eth1 appeared without
an ip address. I did a check in the /var/log/messages file and while eth0 is
in promiscuous mode, eth1 does not
2007 Apr 18
1
[Bridge] Setting the interfaces in promiscuous mode
Hello,
I have been using the bridging facilities provided by Linux (vanilla
2.6.7 SMP with UML skas host patch applied) to bridge a regular
physical ethernet network (on interface eth0) with a virtual network
(on interface tap0, cf uml_switch,
http://user-mode-linux.sourceforge.net/networking.html). A couple of
virtual machines (run using user-mode linux, a tool that enables you
to run linux
2006 Mar 03
0
Multicast only working in promiscuous mode
Hi,
I am trying to set up a uPnP server on a Linux box (Debian Sarge Stable kernel 2.6.8). uPnP
works using multicast packages for locating servers.
This does however seem to fail unless I set the relevant NIC in promiscuous mode. If I do so,
it works well.
I have added
ip route add 224.0.0.0/4 dev eth0
and
echo 1 >/proc/sys/net/ipv4/ip_forward
and the kernel is set up to enable
2004 Nov 27
0
vmware promiscuous mode
As a heads up to everyone, VMware requires you to take special
precautions when trying to put a virtual nic into promiscuous mode,
which is required for Xen networking to work.
I spent a fair amount of time diagnosing Xen network problems when it
wasn''t Xen at all. As I was just beginning to learn Xen, I was
convinced it was something I was doing wrong, when it wasn''t at
2009 Feb 23
4
Xen''s interface in promiscuous mode
Hello all,
Playing with Xen on GNU/Debian Lenny, I just discovered that all my
virtual network cards are in promiscuous mode by default.
Changing that manually does not seems to change anything (that is,
everything still works great).
Is there any reason to have virtual network cards in promiscuous mode ?
And where can I change this default behaviour ?
Thanks,
JB
2010 Feb 03
3
how to find out promiscuous mode
How can I find out that someone is using it's network card in
promiscuous mode in a subnet?
Thank you!
2013 Jun 27
1
Setting up softflowd - set promiscuous or not?
Hi List,
I''m in the process of setting up softflowd 0.9.9 on a Centos 6.4 system
(compiled from source tarball).
The daemon will listen to an unused interface that is receiving port
mirrored traffic (a.la. Span port)
I am planning on using the softflowd init script and sysconfig file
provided in the tar ball.
Do I need to manually put the unused interface into promiscuous mode, or
2006 Oct 31
0
6375481 eri driver doesn''t reset promiscuous mode correctly (fix lint)
Author: prafull
Repository: /hg/zfs-crypto/gate
Revision: 95c55f804e6251aa87677ff29f6de677f407d04d
Log message:
6375481 eri driver doesn''t reset promiscuous mode correctly (fix lint)
Files:
update: usr/src/uts/sun/io/eri.c
2008 Sep 22
0
[Bridge] Best strategy for forward all packets (simulate promiscuous mode)
Hi there :)
I would like to submit a use case we are here: our company make
network probes with 1 administravia interface and the rest in
promiscuous mode to listen traffic. I've made virtualized server with
Qemu. All Qemu instances (with 2 tap) listen on:
br0 (admin int)
br1 (receive traffic)
The need is each tap on br1 must listen *all* traffic (unicast,
multicast...). For this, I sets
2010 Oct 29
0
Best way to give guest promiscuous interface?
I am using CentOS 5.5 with KVM as a host and have a need for one guest
to be able to have promiscuous read access to one port on the physical
host (which is an HP BL460 G6 blade server with Intel 2 port 1Gb
ethernet mezzanine card.)
I initially tried to use PCI passthrough, but I was unable to get it
to work. I set everything up as documented in RHEL documentation