TWSD-1198 APV responding to telnet on port 53 when SDNS is enabled || AS-24716|| ISG
Review Request #1179 — Created Nov. 21, 2025 and submitted
| Information | |
|---|---|
| tanya | |
| APV10 | |
| rel_apv_10_7_4, rel_apv_10_7 | |
| 1198 | |
| Reviewers | |
| mmiriam, pradeep | |
The issue happens when user runs snds listener command while sdns is off. If commands are ran in that sequence the /etc/usercfg/etc/namedb/named.conf file does not include local/listen.conf file and allows to listen on port 53 on all ip, instead of allowing only listeners ips.
Fixed by making sure to include lietener.conf when sdns on is run by checking if listeners are already configured.
- run sdns on and sdns listerner on made sure only can telnet to lister ip on port 53.
2 add listener first, then turn on snds (this case used allow all ip to listen on port 53)made sure only can telnet to lister ip on port 53.
