English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2006-06-27 01:53:12 · 3 answers · asked by therealnapster79 1 in Computers & Internet Computer Networking

3 answers

To enable this use, you must set the PromiscuousAllowed configuration variable to yes. To do so, follow these steps.

Check the Edit Configuration page of the VMware Management Interface to determine what network the virtual Ethernet adapter is using. For this example, assume that the Networking section of the page shows the adapter is using vmnic0.
Log in to the server's service console and enter the following command:
echo "PromiscuousAllowed yes" > /proc/vmware/net/vmnic0/config


This allows the guest operating systems in all virtual machines using vmnic0 to enable promiscuous mode.

If the adapter is using a different network, such as vmnet_0, make the appropriate substitution in the command.

Take the appropriate steps in the guest operating system to enable promiscuous mode on the virtual network adapter.
You may want to allow only some adapters on a particular network to use promiscuous mode. In that case, you can selectively disable promiscuous mode based on the MAC address of the virtual machine's Ethernet adapter. To do so, follow these steps.

Connect to the virtual machine with the remote console and use the appropriate guest operating system tools to determine the MAC address of the virtual Ethernet adapter.
Log in to the service console and enter the following command:
echo "PromiscuousAllowed no" > /proc/vmware/net/vmnic0/


In place of , substitute the virtual Ethernet adapter's MAC address in the standard format 00:05:69:XX:YY:ZZ. If the adapter is using a different network, such as vmnet_0, make the appropriate substitution in the command.

2006-06-27 01:57:45 · answer #1 · answered by 942 5 · 0 0

Nic Promiscuous Mode

2016-10-15 23:51:06 · answer #2 · answered by Anonymous · 0 0

Install winpcap library. It is free, and it will allow the applications to bypass the protocol stack by putting your NIC into promiscuous mode.

http://www.winpcap.org/

If in doubt, read that article on promiscuous mode captures and applications:
http://www.ethereal.com/lists/ethereal-users/200212/msg00174.html

2006-06-27 10:25:09 · answer #3 · answered by Alp 3 · 0 0

fedest.com, questions and answers