User Tools

Site Tools


ubuntu:networking:configuration:promiscuous_mode

This is an old revision of the document!


Ubuntu - Networking - Configuration - Promiscuous Mode

ip link set eth1 promisc on

ifconfig eth0 promisc

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/promiscuous_mode.1610119638.txt.gz · Last modified: 2021/01/08 15:27 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki