scraps
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
scraps [2024/05/17 16:00] – admin | 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.1715961623.txt.gz · Last modified: 2024/11/14 02:30 (external edit)