User Tools

Site Tools


ubuntu:networking:configuration:configure_promiscuous_mode

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ubuntu:networking:configuration:configure_promiscuous_mode [2021/01/08 12:21] peterubuntu: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> 
- 
-<WRAP info> 
-**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. 
- 
-</WRAP> 
- 
- 
----- 
- 
- 
-Put the following in /etc/sysconfig/network-scripts/ifcfg-eth1 
- 
-<file bash /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 
-</file> 
- 
-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