This is a discussion on Re: promiscuous mode within the Linux Networking forums, part of the Linux Forums category; Gregor Rot napsal(a): > Hi, > > i would like to check if interfaces are in promiscuous mode, and ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Gregor Rot napsal(a): > Hi, > > i would like to check if interfaces are in promiscuous mode, and eventually, > put then in not-promiscuous mode...how do i do that under Debian? > Info can be gathered via ip command (iproute package). Syntax "ip link show DEVICE" Set on/off can be by using ifconfig: ifconfig DEVICE [-]promisc. More info in man ifconfig. Dan |