Hello
I'm testing the dns preload file config:
...
id = tac_plus-ng {
#debug = PACKET AUTHEN AUTHOR MAVIS PROC
log accesslog {
destination = /var/log/access/access-%m-%d-%Y.txt
separator = "=="
# access format = "%Y-%m-%d %H:%M:%S src=%{src} user=%{user} dst=%{dst} action=%{result} "
authorization format = "${nas}${FS}${user}${FS}${port}${FS}${nac}${FS}${profile}${FS}${result}${FS}${service}${FS}${cmd}${FS}${nas-name}"
}
log accountinglog {
destination = /var/log/accounting/accounting-%m-%d-%Y.txt
separator = "=="
#accounting format = "${nas}${FS}${user}${FS}${port}${FS}${nac}${FS}${accttype}${FS}${service}${FS}${cmd}${FS}${args}"
}
log authenticationlog {
destination = /var/log/authentication/authentication-%m-%d-%Y.txt
separator = "=="
# authorization format = "%Y-%m-%d %H:%M:%S src=%{src} user=%{user} dst=%{dst} action=%{result}"
authentication format = "${nas}${FS}${user}${FS}${service}${FS}${nac}${FS}${action}${FS}${nas-name}"
}
accounting log = accountinglog
authorization log = accesslog
authentication log = authenticationlog
dns reverse-lookup nas = true
dns preload file = /etc/tac_plus_ng/conf.d/hosts.preload
include /etc/tac_plus_ng/conf.d/host.conf
include /etc/tac_plus_ng/conf.d/net.conf
...
# cat /etc/tac_plus_ng/conf.d/hosts.preload
172.27.5.0 LER-TIO-CGR-3
#
It worked for some minutes, than the logs don't show the
dns.name:
2026-05-11 10:00:36 -0300 172.27.5.0==alexandre.h==vty0==10.71.113.29==full_access_priv_lvl_15==permit==shell====LER-TIO-CGR-3
2026-05-11 10:00:58 -0300 172.27.5.0==alexandre.h====10.71.113.29==full_access_priv_lvl_15==permit==shell==display version <cr>==LER-TIO-CGR-3
2026-05-11 10:02:12 -0300 172.27.5.0==alexandre.h====10.71.113.29==full_access_priv_lvl_15==permit==shell==display version <cr>==LER-TIO-CGR-3
2026-05-11 10:03:36 -0300 172.27.5.0==alexandre.h====10.71.113.29==full_access_priv_lvl_15==permit==shell==display version <cr>==
Just restart the process it works again for some minutes.
With " /usr/local/sbin/tac_plus-ng -f -d 65353 /etc/tac_plus-ng.conf", I din't notice nothing relatated about dns.
What can I do to troubleshooting this and what your recommedations about my tests?