[openwrt/nat64] uci commit

This commit is contained in:
Nico Schottelius 2024-07-22 12:18:48 +02:00
parent be852526b8
commit 437fc066f7

View file

@ -20,6 +20,7 @@ nat64=$1; shift
cat <<EOF | ssh -t "root@${address}"
set -x
opkg update
opkg install kmod-jool jool-tools
# Do not announce ULA - we have GUA
uci delete network.globals.ula_prefix
@ -27,7 +28,11 @@ uci delete network.globals.ula_prefix
# Set hostname
uci set system.@system[0].hostname="${hostname}"
# add jool
# Do something wireless (?)
# disable?
uci commit
EOF