ubuntu:networking:configuration:configure_promiscuous_mode
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ubuntu:networking:configuration:configure_promiscuous_mode [2021/01/08 12:21] – 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 | ||
- | </ | ||
- | |||
- | <WRAP info> | ||
- | **NOTE: | ||
- | |||
- | 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 / | ||
- | |||
- | <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.1610108517.txt.gz · Last modified: 2021/01/08 12:21 by peter