The Archives
-
12.22.08Disabling promiscuous mode on an interface# ifconfig eth0 -promisc Disables promiscous mode on the eth0 interface.
-
11.30.08Enabling promiscuous mode on an interface# ifconfig eth0 promisc Enables promiscuous mode the eth0 interface so that all frames arriving at the interface will be passed on to the Operating System.