-
Bug
-
Resolution: Done
-
Undefined
-
None
-
rhel-10.1
-
None
-
No
-
None
-
rhel-net-perf
-
None
-
False
-
False
-
-
None
-
None
-
None
-
None
-
Unspecified
-
Unspecified
-
Unspecified
-
None
What were you trying to do that didn't work?
set up STUB server with zone files from https://issues.redhat.com/browse/RHEL-106784
Please provide the package NVR for which the bug is seen:
bind-9.18.33-10.el10_1
rhel10 / fedora
How reproducible is this bug?:
always
Steps to reproduce
- have a 1mintip machine
- cd /mnt/qa/scratch/psklenar/stub, its mounted in 1mt or http://nest.test.redhat.com/mnt/qa/scratch/psklenar/stub/
- ./runtest.sh
- MASTER = running at port 53
- STUB = running at port 853
- see that STUB server works, look at log in /tmp/bind-for-petr/named.conf.STUB.log
- see it works by dig @localhost -p 853 NS petr.god
- ----look at logs in /tmp/bind-for-petr , for both stub and master, all seems to be OK
- use it with zones test-13 or test-18, already copied in /tmp/bind-for-petr by runtest.shfrom step 3.
- dig @localhost -p 53 NS 13a.test ;;;it works fine, port 53 is bind MASTER
- dig @localhost -p 853 NS 13a.test; timeout
Expected results
Actual results
[root@prereserve-1mt-rhel-10 ~]# cat /tmp/bind-for-petr/named.conf.STUB.log 06-Oct-2025 08:10:34.967 route_recv: success 06-Oct-2025 08:10:35.185 route_recv: success dig @localhost -p 853 NS 13a.test ;; communications error to ::1#853: connection refused ;; communications error to ::1#853: connection refused ;; communications error to ::1#853: connection refused 06-Oct-2025 08:10:43.210 client @0x7f5fcc1d8e68 127.0.0.1#55724: UDP request 06-Oct-2025 08:10:43.210 client @0x7f5fcc1d8e68 127.0.0.1#55724: using view '_default' 06-Oct-2025 08:10:43.210 client @0x7f5fcc1d8e68 127.0.0.1#55724: request is not signed 06-Oct-2025 08:10:43.210 client @0x7f5fcc1d8e68 127.0.0.1#55724: recursion available 06-Oct-2025 08:10:43.210 client @0x7f5fcc1d8e68 127.0.0.1#55724 (13a.test): query '13a.test/NS/IN' approved 06-Oct-2025 08:10:43.210 fetch: 13a.test/NS 06-Oct-2025 08:10:43.210 fctx 0x7f5fcc1f04e0(13a.test/NS): created counter 0x7f5fcc1c3910 06-Oct-2025 08:10:43.210 fctx 0x7f5fcc1f04e0(13a.test/NS): attached to counter 0x7f5fcc053110 (0) 06-Oct-2025 08:10:43.210 log_ns_ttl: fctx 0x7f5fcc1f04e0: fctx_create: 13a.test (in '13A.test'?): 1 3600 06-Oct-2025 08:10:43.210 QNAME minimization - not minimized, qmintype 2 qminname 13a.test 06-Oct-2025 08:10:43.210 fctx 0x7f5fcc1f04e0(13a.test/NS): createfind for 127.0.0.1#55724 - success 06-Oct-2025 08:10:43.210 fctx 0x7f5fcc1f04e0(13a.test/NS): createfind for 127.0.0.1#55724 - success 06-Oct-2025 08:10:43.210 fctx 0x7f5fcc1f04e0(13a.test/NS): createfind for 127.0.0.1#55724 - success 06-Oct-2025 08:10:43.210 fctx 0x7f5fcc1f04e0(13a.test/NS): createfind for 127.0.0.1#55724 - success 06-Oct-2025 08:10:43.210 fctx 0x7f5fcc1f04e0(13a.test/NS): createfind for 127.0.0.1#55724 - success 06-Oct-2025 08:10:43.210 fctx 0x7f5fcc1f04e0(13a.test/NS): createfind for 127.0.0.1#55724 - success 06-Oct-2025 08:10:43.210 fctx 0x7f5fcc1f04e0(13a.test/NS): createfind for 127.0.0.1#55724 - success 06-Oct-2025 08:10:43.210 fctx 0x7f5fcc1f04e0(13a.test/NS): createfind for 127.0.0.1#55724 - success 06-Oct-2025 08:10:43.210 fctx 0x7f5fcc1f04e0(13a.test/NS): createfind for 127.0.0.1#55724 - success 06-Oct-2025 08:10:43.210 fctx 0x7f5fcc1f04e0(13a.test/NS): createfind for 127.0.0.1#55724 - success 06-Oct-2025 08:10:43.210 fctx 0x7f5fcc1f04e0(13a.test/NS): createfind for 127.0.0.1#55724 - success 06-Oct-2025 08:10:43.210 fctx 0x7f5fcc1f04e0(13a.test/NS): createfind for 127.0.0.1#55724 - success 06-Oct-2025 08:10:43.210 fctx 0x7f5fcc1f04e0(13a.test/NS): createfind for 127.0.0.1#55724 - success 06-Oct-2025 08:10:46.098 route_recv: success 06-Oct-2025 08:10:46.195 route_recv: success ;; communications error to 127.0.0.1#853: timed out ; <<>> DiG 9.18.33 <<>> @localhost -p 853 NS 13a.test ; (2 servers found) ;; global options: +cmd ;; no servers could be reached
I tried also with more IPs, by
ip a ip addr add 192.168.122.123/24 dev eth0 ip link set dev eth0 up ip addr show dev eth0 ip addr add 192.168.122.124/24 dev eth0 ip addr show dev eth0 ping 192.168.122.123 ping 192.168.122.124