Questions tagged [promiscuous]

The tag has no usage guidance.

Filter by
Sorted by
Tagged with
3 votes
1 answer
27k views

How do I capture all packets on local wifi network using Wireshark settings -

I'm attempting to replicate a 'wifi cafe' setup in a home lab environment. I'd like to demonstrate that unencrypted (non-HTTPS) network traffic on a wifi network can be viewed by other wireless ...
user3.1415927's user avatar
2 votes
1 answer
2k views

Multicast works only in promiscuous mode

I'm trying to receive MPEG-TS over UDP multicast transport in Arch Linux. So when I run ffprobe -i udp://@224.1.1.240:6000 it hangs forever with no result. Then I run tcpdump and it shows no ...
TrueBers's user avatar
1 vote
1 answer
3k views

Does Open vSwitch put attached interfaces into promiscuous mode?

When I use Linux bridging to bridge a virtual machine to a physical NIC, I have to explicitly set the NIC to promiscuous mode so that ethernet frames that were destined for the VM would make it to the ...
Lorin Hochstein's user avatar
1 vote
1 answer
2k views

Is there a way to hide or disable promiscuous interface in Centos 7?

I use Lynis to audit my Centos 7 server security and I got a complain: ! Found promiscuous interface [NETW-3015] - Details : eth0 - Solution : Determine if this mode is required or whitelist ...
ToiletGuy's user avatar
  • 111
1 vote
0 answers
172 views

VM LAB - Promiscuous mode clarification

So for clarification I am running a Lab within VMware behind OpenVPN, 1 NIC with direct internet access (WAN vswitch) and another NIC with a leg inside a LAN vswitch. (This obviously houses my VM's ...
esx_admin18's user avatar
0 votes
1 answer
5k views

brctl bridge forwarding packets to promiscuous interfaces

I have two promiscuous sniffing interfaces on my linux box: eth0 is connected to an external vlan bridge eth1 is connected to an internal vlan bridge with eth0 I can sniff all traffic on my "...
user2284355's user avatar
0 votes
1 answer
848 views

how much load promiscuous mode add to the server

How much load does promiscuous mode add to the server, when enabled on the main network public interface. I had to create a bridge and while inspecting the traffic using something like: tcpdump -n -...
nbari's user avatar
  • 568
0 votes
0 answers
79 views

Promiscuous Mode on VMware capturing only broadcast

I'm facing an issue with using promiscuous mode on VMware. I have 3 VMs connected to a single portgroup on which promiscuous mode has been enabled. It's changed to "Accept". I am monitoring ...
stealthmode's user avatar
0 votes
1 answer
488 views

Debian KVM bridge promiscuous mode still has IP

I had three interfaces working on my Debian KVM box, all three bridged to guest VM's, f0 was mgmt, f1 was public static, and f2 was working promisc bridge. When I reinstalled the OS on larger drive ...
batflaps's user avatar
  • 179
0 votes
1 answer
1k views

How do I capture packets on a Linux VM in a VMware environment?

I've got a Linux server that is a VM running on ESXi 6.7. We're running into some network trouble with it, and I'm trying to use tcpdump to capture traffic on the VM itself, but I'm getting only the ...
le_jawa's user avatar
  • 113
0 votes
1 answer
447 views

Iperf2 capture received promiscous mode traffic Not Multicast

I want to capture all traffic in my Iperf server that I listen for promiscously, even if I am not the intended IP. I know you can do this with Multicast addresses, but I do not want to follow that ...
Daniël Schoonwinkel's user avatar
-1 votes
2 answers
1k views

promiscuous mode when i run wireshark [closed]

I am running Ubuntu Linux and had installed Wireshark on it. I can see the incoming and outgoing traffic just fine. but as you know when you run Wireshark your nic should be on promiscuous mode. ...
poyan_msd's user avatar
-1 votes
1 answer
1k views

Can i setup a VM in ESXI with bridging two of it's ethernet adapters?

I need to setup a virtual machine running windows server 2012 r2 (with 2 ethernet adapters) and install a firewall software to work in bridge mode ... Is it possible to do this in VMware ESXi using ...
user411727's user avatar
-1 votes
1 answer
254 views

Set up Ubuntu server to intercept traffic directed at another IP and send it to Apache? [closed]

I'm trying to reverse-engineer the protocol used by HP ePrint. For some reason the printer responds with an error when I override the DNS to point to my own local server, so I decided to create a ...
Sparkette's user avatar
  • 111
-2 votes
2 answers
5k views

Promiscuous mode not working with ubuntu and wireshark [closed]

I am running Ubuntu Linux and have installed wireshark on it. I can see the incoming and outgoing traffic just fine. Now I want to see the traffic from other devices which are on my LAN. So, I did: ...
Anonymous's user avatar
  • 101