Bug 89774 - Update port: dns/dnrd (bug fix release)
Summary: Update port: dns/dnrd (bug fix release)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-30 19:50 UTC by Natanael Copa
Modified: 2005-11-30 21:37 UTC (History)
0 users

See Also:


Attachments
dnrd-port.patch (738 bytes, patch)
2005-11-30 19:50 UTC, Natanael Copa
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Natanael Copa 2005-11-30 19:50:07 UTC
	DNRD will always bind to all interfaces, even if the user specifically
	says it should bind to only one, using the -a option.

Fix: Problem is fixed upstream in the 2.20.1 release.

How-To-Repeat: 	dnrd -a 127.0.0.1

	netstat -nuatp udp | grep 53
	dig google.com @[insert your ip address here]

	netstat shows that dnrd is listening on *:53, while it should have been
	127.0.0.1:53.

	dig gets an response immediatly, while is should time out. (dnrd should
	not be listening on your ipaddress)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2005-11-30 21:37:54 UTC
State Changed
From-To: open->closed

Committed, thanks!