Skip to content

Instantly share code, notes, and snippets.

View fsrv-xyz's full-sized avatar
👷
Working on it

Florian Bauer fsrv-xyz

👷
Working on it
View GitHub Profile
@fsrv-xyz
fsrv-xyz / birdger.service
Created March 5, 2024 17:37
Linux Physical Network to multiple virtual networks
# /etc/systemd/system/bridger.service
[Unit]
Description=Network bridge setup service
Before=network-pre.target
Wants=network-pre.target
[Service]
Type=oneshot
ExecStart=/root/setup-bridge.sh
RemainAfterExit=yes