Code: Select all
.tcl exec host <machine other then connecting to>
Euhm, in fact, I am
I think I understand most of what you are saying, but how come that only few systems show this behaviour? And second, I do not think that the interface really goes down. In my case the system comes back online when the dhcp lease is renewed, or is this what you mean ?nml375 wrote:The cause for this problem is most likely the way the dns-module operates. Upon loading, it will create an udp-socket, which will be used for any further dns-lookups.
Should the network interface go down, this might render the socket unusable on some systems, yet not cause an eof-condition. The result being that no packets generated on that socket will be transmitted, and thus there will never be any replies.
In essence, you'd have to ".unloadmod dns" followed by ".loadmod dns" whenever your network interfaces goes down and up again, as this will close the old socket and create a new one.