scraps
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
scraps [2024/11/14 02:30] – external edit 127.0.0.1 | scraps [2025/03/13 13:08] (current) – millerjs | ||
---|---|---|---|
Line 218: | Line 218: | ||
allow | allow | ||
cmdallow | cmdallow | ||
+ | </ | ||
+ | |||
+ | ===== Set NIC to promiscuous mode at boot ===== | ||
+ | Using systemd: | ||
+ | |||
+ | `/ | ||
+ | |||
+ | < | ||
+ | [Unit] | ||
+ | Description=Control promiscuous mode for interface eth0 | ||
+ | After=network.target | ||
+ | |||
+ | [Service] | ||
+ | Type=oneshot | ||
+ | ExecStart=/ | ||
+ | ExecStop=/ | ||
+ | RemainAfterExit=yes | ||
+ | |||
+ | [Install] | ||
+ | WantedBy=multi-user.target | ||
</ | </ | ||
scraps.txt · Last modified: 2025/03/13 13:08 by millerjs