layer3: move from fixed address to fixed hostname #80

Open
jkimmel wants to merge 2 commits from jkimmel/firmware:fdff into master
1 changed files with 5 additions and 0 deletions
Showing only changes of commit a3ad66f074 - Show all commits

View File

@ -32,6 +32,11 @@ uci batch >/dev/null <<EOF
set dhcp.@domain[-1].ip="fdff::1"
set dhcp.@domain[-1].name="local.fff.community"
jkimmel marked this conversation as resolved Outdated

fdff::1 oder?

fdff::1 oder?

und ggf. /64?

und ggf. /64?

@ChristianD jop, hast recht. Hatte ich auf dem Testrouter schon gefixt und dann vermutlich vergessen. Danke.

@ChristianD jop, hast recht. Hatte ich auf dem Testrouter schon gefixt und dann vermutlich vergessen. Danke.
set dhcp.@domain[-1].addedbyautoconfig="/etc/uci-defaults/90-fff-dhcp"
add dhcp domain
set dhcp.@domain[-1].ip="0.0.0.0"
set dhcp.@domain[-1].name="local.fff.community"
set dhcp.@domain[-1].addedbyautoconfig="/etc/uci-defaults/90-fff-dhcp"
EOF
uci commit dhcp