Displaying 1 result from an estimated 1 matches for "rzoneip".
Did you mean:
zoneip
2020 Jun 17
0
Fwd: DHCP Updates to DNS - Multiple Entries with Same IP
...every record and to do only necessary changing.
While changing, I found a Typo in sub: rev_zone_info () {
case "$numwords" in
1) # single ip rev zone '192'
ZoneIP=$(echo "${IP}" | awk -F '.' '{print $1}')
RZIP=$(echo "${rzoneip}" | awk -F '.' '{print $3}')
It should be $1 instead of $3
BTW.: I changed it also to array manipulation instead of sed statements.
A second problem I had with my laptops with WLAN and LAN, where I use ddns-hostname to distinguish between both interfaces, which is not honored...