PASI RAUHANIEMI wrote:
> 
> I have sshd server & bind-8.lrp on my router. If I start named
> I cannot connect with ssh-client to the router: did not receive 
> ident string, connection reset by peer. Is this a bind configuration 
> problem? Named works ok without sshd & vice versa. The same thing 
> with telnet.


That's a lot of capitals for one name :)  So bind is affecting two 
incoming services you say?  Well we could start with the output of:

    ip addr show
    ip route show
    tail -n 30 /var/log/syslog

Setup the system so that named does not start at boot but sshd and 
telnetd both do.  Then reboot. Then post the output of

    ps
    netstat -an

That will give us a baseline of services listening
and where.

Then start named, and again, post the output of

    netstat -an

with all three running.  Thanks,
Matthew

_______________________________________________
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user

Reply via email to