Skip to content

Commit 3e91900

Browse files
committed
setup.sh: use qemu-backport for incus on Debian 12 and add port 40777 to firewall
Signed-off-by: Florian La Roche <Florian.LaRoche@gmail.com>
1 parent 381483c commit 3e91900

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

vmdb2-debian/setup.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -822,6 +822,7 @@ EOM
822822
# WIIM
823823
-A INPUT -d 255.255.255.255/32 -p udp -m udp --dport 3483 -j DROP
824824
-A INPUT -p udp -m udp --dport 9003 -j DROP
825+
-A INPUT -p udp -m udp --dport 40777 -j DROP
825826
# 53805 AVM Mesh Discovery
826827
-A INPUT -p udp -m udp --dport 53805 -j DROP
827828
# Spotify Connect
@@ -956,6 +957,9 @@ config_snapd()
956957

957958
config_incus()
958959
{
960+
if test -f /etc/debian_version && grep -q '^12' /etc/debian_version ; then
961+
$apt install -t bookworm-backports qemu-system-x86
962+
fi
959963
$apt install incus incus-client
960964
# To list all current settings: incus admin init --dump
961965
if ! test -d /var/lib/incus/storage-pools/default ; then

0 commit comments

Comments
 (0)