I'm really frustrated with my FC4 implementation of named/bind9. I cannot find out what named is doing listening to UDP 50548 and UDP 50549.
I have an opinion that this is a notifier service thing between named servers for zones, but I cannot figure it out.
What is named doing on these two ports? Why? And how do I shut it off?!
Thanks!
D.
D.E.R. Management - IT Project Management Consulting
I have an opinion that this is a notifier service thing between named servers for zones, but I cannot figure it out.
Code:
lsof -Pni
named 6273 named 20u IPv4 63046053 UDP 127.0.0.1:53
named 6273 named 21u IPv4 63046054 TCP 127.0.0.1:53 (LISTEN)
named 6273 named 22u IPv4 63046055 UDP [publicIP]:53
named 6273 named 23u IPv4 63046056 TCP [publicIP]:53 (LISTEN)
named 6273 named 24u IPv4 63046057 UDP *:50548
named 6273 named 25u IPv6 63046058 UDP *:50549
What is named doing on these two ports? Why? And how do I shut it off?!
Thanks!
D.
D.E.R. Management - IT Project Management Consulting