Ask a Question related to Linux / Unix Administration, Design and Development.
-
chris-c #1
binding ftp to an ip/interface
Hi
Im running a server with 5 different network interfaces connected to
different switches (solaris 8). It has the tcp wrappered version of
ftp on it. I would like to bind the ftp service to one ip
address/interface so its not listening on all the other ones for
security. Could someone tell me if this is easily done or if I need to
use a different ftp package.
Thanks
chris-c Guest
-
#39403 [NEW]: A class can't implements interface implemented by implemented interface/classes
From: baldurien at bbnwn dot eu Operating system: Irrelevant PHP version: 5.2.0 PHP Bug Type: Feature/Change Request Bug... -
Complex data binding question, binding child objects of a custom collection.
I have a custom collection of objects, each of which includes a child object called MyUserOpener. In declarative binding, I can bind this property... -
Interface
Hi there, I have made an interface in Photoshop and imported it into Director, it contains a title bar with text on it. What I am trying to achieve... -
value binding and function binding
Hi I was just wandering through some lisp code and I saw this: (let ((x 1)) (flet ((x (y) (+ x y))) (x x))) (I'm not sure if the indentation... -
Does Interface Size Matter? Is my interface too complex?
Hi all, Does Interface Size Matter? Is my interface too complex? I volunteered to design a couple of web pages, but since we don't have a... -
Davide Bianchi #2
Re: binding ftp to an ip/interface
chris-c <cconnell_1@lycos.com> wrote:
<snip>> Im running a server with 5 different network interfacesYou can use ipfilter to allow only one interface to use ftp,> I would like to bind the ftp service to one ip
> address/interface
this will drop or reject any packets coming from other interfaces
and effectively allowing only one of them to connect using ftp
or whatever, or you can use the tcpwrapper to refuse connection
from all networks but the one connected to the interface you
want to use, this only if you can distinguish them of course.
Davide
--
| No problem is so formidable that you can't just walk away from it.
|
|
|
Davide Bianchi Guest
-
Bill Marcum #3
Re: binding ftp to an ip/interface
On 17 Apr 2004 01:12:58 -0700, chris-c
<cconnell_1@lycos.com> wrote:If it uses tcp-wrappers, you can make appropriate entries in> Hi
> Im running a server with 5 different network interfaces connected to
> different switches (solaris 8). It has the tcp wrappered version of
> ftp on it. I would like to bind the ftp service to one ip
> address/interface so its not listening on all the other ones for
> security. Could someone tell me if this is easily done or if I need to
> use a different ftp package.
> Thanks
/etc/hosts.allow or /etc/hosts.deny.
--
Giraffe: a ruminant with a view.
Bill Marcum Guest



Reply With Quote

