Interface += question.
Andrew McCall <[email protected]> 07 Jul 2003 10:27:50 +0100
| Newsgroups | gmane.network.xinetd |
|---|---|
| Organization | Oldham Metropolitan Borough Council |
| Message-ID | <[email protected]> |
Hi Folks!
Can someone please tell me if I am using xinetd.conf wrong :)
My server has three IP addresses, 192.168.10.14, 15 and 16. I have a
need for a standalone instance of ProFTPD with no xinetd on 14, and I
want to use vsFTPd via xinetd on 15 and 16.
I have ProFTPD working find as a standalone server on 192.168.10.14, and
I can have vsFTPd working OK at the same tin on 192.168.10.15 using this
xinetd.conf entry:
service ftp
{
socket_type = stream
protocol = tcp
interface = 192.168.10.15
wait = no
user = root
server = /usr/sbin/vsftpd
}
I thought I would be able to add the additional interface quite simply
by adding interface += 192.168.10.16 to the entry so it looks like this:
service ftp
{
socket_type = stream
protocol = tcp
interface = 192.168.10.15
interface += 192.168.10.16
wait = no
user = root
server = /usr/sbin/vsftpd
}
But when I restart it gives me this error in /var/log/messages :
Jul 7 06:22:37 server1 xinetd[17290]: Service ftp: attribute already
set: interface [line=81]
Can anyone tell me if xinetd supports this? Am I doing something
wrong? Will I have to alter the code to do this?
Thanks,
--
Andrew McCall <[email protected]>
Oldham Metropolitan Borough Council
**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.
www.oldham.gov.uk
**********************************************************************