Advertisement
RingtailedFox

dnsmasq not forwarding DNS queries?

Sep 5th, 2024
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.74 KB | None | 0 0
  1. So, I can ping the OpenNIC custom TLD websites like grep.geek, be.libre and blahdns.oss just fine... but nic.fur gives nothing but errors:
  2.  
  3. On Nighthawk (my OpenWRT router):
  4.  
  5. root@Nighthawk:~# ping nic.fur
  6. PING nic.fur (2a01:4f8:1c1c:f114::1): 56 data bytes
  7. 64 bytes from 2a01:4f8:1c1c:f114::1: seq=0 ttl=47 time=117.375 ms
  8. ^C
  9. --- nic.fur ping statistics ---
  10. 1 packets transmitted, 1 packets received, 0% packet loss
  11. round-trip min/avg/max = 117.375/117.375/117.375 ms
  12. root@Nighthawk:~# ping -4 nic.fur
  13. PING nic.fur (49.12.203.237): 56 data bytes
  14. 64 bytes from 49.12.203.237: seq=0 ttl=46 time=120.588 ms
  15. ^C
  16. --- nic.fur ping statistics ---
  17. 1 packets transmitted, 1 packets received, 0% packet loss
  18. round-trip min/avg/max = 120.588/120.588/120.588 ms
  19. root@Nighthawk:~# ping -4 grep.geek
  20. PING grep.geek (161.97.219.84): 56 data bytes
  21. 64 bytes from 161.97.219.84: seq=0 ttl=53 time=57.884 ms
  22. ^C
  23. --- grep.geek ping statistics ---
  24. 1 packets transmitted, 1 packets received, 0% packet loss
  25. round-trip min/avg/max = 57.884/57.884/57.884 ms
  26. root@Nighthawk:~# ping -6 grep.geek
  27. PING grep.geek (2001:470:4212:1::254): 56 data bytes
  28. 64 bytes from 2001:470:4212:1::254: seq=0 ttl=55 time=76.070 ms
  29. ^C
  30. --- grep.geek ping statistics ---
  31. 2 packets transmitted, 1 packets received, 50% packet loss
  32. round-trip min/avg/max = 76.070/76.070/76.070 ms
  33. root@Nighthawk:~#
  34.  
  35.  
  36. Let's see how my Windows 10 laptop fares in this...
  37.  
  38. C:\# ping -4 grep.geek
  39.  
  40. Pinging grep.geek [161.97.219.84] with 32 bytes of data:
  41. Reply from 161.97.219.84: bytes=32 time=52ms TTL=52
  42. Reply from 161.97.219.84: bytes=32 time=53ms TTL=52
  43. Reply from 161.97.219.84: bytes=32 time=52ms TTL=52
  44. Reply from 161.97.219.84: bytes=32 time=52ms TTL=52
  45.  
  46. Ping statistics for 161.97.219.84:
  47. Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
  48. Approximate round trip times in milli-seconds:
  49. Minimum = 52ms, Maximum = 53ms, Average = 52ms
  50.  
  51. C:\# ping -6 grep.geek
  52.  
  53. Pinging grep.geek [2001:470:4212:1::254] with 32 bytes of data:
  54. Reply from 2001:470:4212:1::254: time=82ms
  55. Reply from 2001:470:4212:1::254: time=81ms
  56. Reply from 2001:470:4212:1::254: time=81ms
  57. Reply from 2001:470:4212:1::254: time=86ms
  58.  
  59. Ping statistics for 2001:470:4212:1::254:
  60. Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
  61. Approximate round trip times in milli-seconds:
  62. Minimum = 81ms, Maximum = 86ms, Average = 82ms
  63.  
  64.  
  65. Okay... now let's try getting to nic.fur:
  66.  
  67.  
  68. root@Nighthawk:~# ping -4 nic.fur
  69. PING nic.fur (49.12.203.237): 56 data bytes
  70. 64 bytes from 49.12.203.237: seq=0 ttl=46 time=119.939 ms
  71. 64 bytes from 49.12.203.237: seq=1 ttl=46 time=117.486 ms
  72. 64 bytes from 49.12.203.237: seq=2 ttl=46 time=119.322 ms
  73. ^C
  74. --- nic.fur ping statistics ---
  75. 4 packets transmitted, 3 packets received, 25% packet loss
  76. round-trip min/avg/max = 117.486/118.915/119.939 ms
  77.  
  78.  
  79. root@Nighthawk:~# ping -6 nic.fur
  80. PING nic.fur (2a01:4f8:1c1c:f114::1): 56 data bytes
  81. 64 bytes from 2a01:4f8:1c1c:f114::1: seq=0 ttl=49 time=137.825 ms
  82. 64 bytes from 2a01:4f8:1c1c:f114::1: seq=1 ttl=49 time=136.332 ms
  83. 64 bytes from 2a01:4f8:1c1c:f114::1: seq=2 ttl=49 time=140.319 ms
  84. 64 bytes from 2a01:4f8:1c1c:f114::1: seq=3 ttl=49 time=136.029 ms
  85. ^C
  86. --- nic.fur ping statistics ---
  87. 4 packets transmitted, 4 packets received, 0% packet loss
  88. round-trip min/avg/max = 136.029/137.626/140.319 ms
  89.  
  90.  
  91. Huh.. so it works from the router.... let's see if it works from the Windows 10 Laptop...
  92.  
  93. C:\# ping -4 nic.fur
  94. Ping request could not find host nic.fur. Please check the name and try again.
  95.  
  96. C:\# ping -6 nic.fur
  97. Ping request could not find host nic.fur. Please check the name and try again.
  98.  
  99. C:\# ping nic.fur
  100. Ping request could not find host nic.fur. Please check the name and try again.
  101.  
  102.  
  103. Okay, what's going on... why is this the case?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement