>>> I would like to try to keep the servers in memory at all >>> times to see if that speeds up connection times. A little >>> bit like running smbd and nmbd from daemons instead of >>> from inetd Could the same thing be done for sshd and >>> telnetd? And if so, how? > >> please check that if you have an good entry in /etc/hosts > > Entries for what? The clients that tries to connect? Why? > > The clients gets their IPs assigned to them from a DHCP server, > so adding them to hosts would be a nightmare to maintain.
check if you have got [local host name] [local IP] in your /etc/hosts - that's becuse a server need to resolve its host name to get itself done. > > > - IT > > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] >

