ubuntu:networking:configuration:configure_promiscuous_mode
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
ubuntu:networking:configuration:configure_promiscuous_mode [2021/01/08 12:30] – peter | ubuntu:networking:configuration:configure_promiscuous_mode [2021/01/08 15:27] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Ubuntu - Networking - Configuration - Configure Promiscuous Mode ====== | ||
- | <code bash> | ||
- | ip link set eth1 promisc on | ||
- | </ | ||
- | |||
- | ---- | ||
- | |||
- | <code bash> | ||
- | ifconfig eth0 promisc | ||
- | </ | ||
- | |||
- | ---- | ||
- | |||
- | Put the following in / | ||
- | |||
- | <file bash / | ||
- | BOOTPROTO=static | ||
- | DEVICE=eth1 | ||
- | ONBOOT=yes | ||
- | TYPE=Ethernet | ||
- | PROMISC=yes | ||
- | USERCTL=no | ||
- | PEERDNS=no | ||
- | HWADDR=xx: | ||
- | </ | ||
- | |||
- | Change eth1 and the hardware address (HWADDR=xx: |
ubuntu/networking/configuration/configure_promiscuous_mode.1610109036.txt.gz · Last modified: 2021/01/08 12:30 by peter