User Tools

Site Tools


ubuntu:networking:configuration:configure_promiscuous_mode

This is an old revision of the document!


Ubuntu - Networking - Configuration - Configure Promiscuous Mode

ip link set eth1 promisc on

NOTE: The flag will be updated to BMPRU.

Flag details are as follows:

  • B flag is for broadcast.
  • M flag is for multicast.
  • P flag is for promisc mode.
  • R is for running.
  • U is for up.

Put the following in /etc/sysconfig/network-scripts/ifcfg-eth1

/etc/sysconfig/network-scripts/ifcfg-eth1
BOOTPROTO=static
DEVICE=eth1
ONBOOT=yes
TYPE=Ethernet
PROMISC=yes
USERCTL=no
PEERDNS=no
HWADDR=xx:xx:xx:xx:xx:xx

Change eth1 and the hardware address (HWADDR=xx:xx:xx:xx:xx:xx) to reflect your system.

ubuntu/networking/configuration/configure_promiscuous_mode.1610108517.txt.gz ยท Last modified: 2021/01/08 12:21 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki