Problems with the Bind-Named Server

Mathias Koerber mathias at staff.singnet.com.sg
Thu Jul 20 01:13:04 UTC 2000


On Wed, 19 Jul 2000, Patrick Swaesy wrote:

| Date: Wed, 19 Jul 2000 00:06:11 +0200
| From: Patrick Swaesy <localfun66 at hotmail.com>
| To: comp-protocols-dns-bind at moderators.isc.org
| Newsgroups: comp.protocols.dns.bind
| Subject: Problems with the Bind-Named Server
| 
| I have following Problem with my named daemon:
| My named daemon only waits on my loopback device
| for incoming connections. All Pakets coming from
| eth0 are igonored by named and result on udp an
| port-unreachable-paket:
| 
| Proto Recv-Q Send-Q Local Address           Foreign Address         State
| tcp         0      0 127.0.0.1:53            0.0.0.0:*               LISTEN
| udp        0      0 127.0.0.1:53            0.0.0.0:*
| 
| How can I setup my named daemon to wait for incoming pakets
| on  all interfaces and not only the loopback interface??

Hmm. it *should* do that automatically. Maybe it does not recognize the
ethernet interfaces on your system at all? Do those work?

If you posted some more info about your setup (O/S, named.conf or named.boot file,
output of ifconfig and/or netstat -i) it might be possible to say more.

If you use BIND 8, you can always try using

	options {
	 [...]
	 listen-on [ port ip_port ] { address_match_list }; 
	 [...]
	 }

For that to work the IP address listed must naturally be assigned to
a working interface. There is no way you can specify the interfaces
themselves...

HTH
regards

| 
| 
| Thanks Patrick
| 
| 
| 
| 
| 
| 
| 

Mathias Koerber	  | Tel: +65 / 471 9820    |   mathias at staff.singnet.com.sg
SingNet NOC	  | Fax: +65 / 475 3273    |            mathias at koerber.org
Q'town Tel. Exch. | PGP: Keyid: 768/25E082BD, finger mathias at singnet.com.sg
2 Stirling Rd     |      1A 8B FC D4 93 F1 9A FC BD 98 A3 1A 0E 73 01 65
S'pore 148943     | Disclaimer: I speak only for myself
* Eifersucht ist eine Leidenschaft, die mit Eifer sucht, was Leiden schafft *




More information about the bind-users mailing list