LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   DNS Server generating error logs (https://www.linuxquestions.org/questions/linux-general-1/dns-server-generating-error-logs-3455/)

DavidPhillips 06-16-2001 04:35 PM


I have been getting these errors to the system log file:

Unusual System Events
=-=-=-=-=-=-=-=-=-=-=
Jun 16 11:04:42 myhostname dhcpd: DHCPREQUEST for 150.10.128.46
from xx:xx:xx:xx:xx:xx via eth1
Jun 16 11:04:42 myhostname dhcpd: DHCPACK on 150.10.128.46 to
xx:xx:xx:xx:xx:xx via eth1

..........

It coresponds to this destination unreachable error showing up in trafshow.

beta is my internal nics hostname


udp 150.10.128.46 netbio beta.crew321 netbio 2688
icmp beta.crew321 destun 150.10.128.46 3472

but DNS is working. if I winipcfg on clients and release / renew it works, and the leases file is working.


Can I just get it to stop emailing me these bogus errors?

How can it think it is undelivered anyway?

Shouldn't the client be the one complaining.


Thanks





I only really know what I know I know, not what I think I know, I think.



mcleodnine 06-17-2001 03:29 AM

The events generated are normal for the dhcp server with teh default logging. If you are getting destiantion unreachable erros is it because your firewall is blocking UDP netbios (137/138/139) packets?

DavidPhillips 06-18-2001 01:07 AM

ok thinks

I guess I need to open the ports to my internetwork by

-A input -s 0/0 -d 10.0.0.1/32 -p udp -i eth1 -j ACCEPT

I will try it out.







[Edited by DavidPhillips on 06-18-2001 at 02:29 AM]


All times are GMT -5. The time now is 07:55 AM.