Josh <[EMAIL PROTECTED]> writes: > hmmm, im a bit of a newbie here, but how do you bind a > daemon, eg telnetd to a certain nic?
Try running xinetd, if you aren't already. In each service block, you can use the 'bind' option, which ties the service to a NIC's IP address. Someone please correct me if I am wrong, but I think this effectively keeps the service from listening on other interfaces. Brian