Last active
January 28, 2025 19:32
-
-
Save nemith/773e446b51421f260fbccd4fee9381dc to your computer and use it in GitHub Desktop.
Forward BambuLab SSDP packets between vlans
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Bambu SSDP forwarding service | |
After=network.target | |
[Service] | |
Type=simple | |
User=nobody | |
ExecStart=/usr/bin/socat -v UDP4-RECVFROM:2021,bindtodevice=sfp0.2012,fork UDP4-SENDTO:255.255.255.255:2021,broadcast,bindtodevice=sfp0.2001 | |
Restart=always | |
RestartSec=3 | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sfp0.2012 is my IoT vlan where the printers live.
spf0.2001 is my Trust vlan where Orca slicer is at.
nftables or whatever firewall you use needs to have port 2021 open on your printer vlan on an input chain.