[openwrt/nat64] uci commit
This commit is contained in:
parent
be852526b8
commit
437fc066f7
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,7 @@ nat64=$1; shift
|
||||||
cat <<EOF | ssh -t "root@${address}"
|
cat <<EOF | ssh -t "root@${address}"
|
||||||
set -x
|
set -x
|
||||||
opkg update
|
opkg update
|
||||||
|
opkg install kmod-jool jool-tools
|
||||||
|
|
||||||
# Do not announce ULA - we have GUA
|
# Do not announce ULA - we have GUA
|
||||||
uci delete network.globals.ula_prefix
|
uci delete network.globals.ula_prefix
|
||||||
|
@ -27,7 +28,11 @@ uci delete network.globals.ula_prefix
|
||||||
# Set hostname
|
# Set hostname
|
||||||
uci set system.@system[0].hostname="${hostname}"
|
uci set system.@system[0].hostname="${hostname}"
|
||||||
|
|
||||||
|
# add jool
|
||||||
|
|
||||||
# Do something wireless (?)
|
# Do something wireless (?)
|
||||||
# disable?
|
# disable?
|
||||||
|
|
||||||
|
uci commit
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in a new issue