Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
xinetd, ftp, telnet question
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
maxwas
n00b
n00b


Joined: 07 Jun 2005
Posts: 33
Location: Paisley, Scotland

PostPosted: Mon Jun 27, 2005 10:37 pm    Post subject: xinetd, ftp, telnet question Reply with quote

hello all,

i am trying to enable ftp and telnet on my gentoo box, on my private network - not publicly (i understand the security implictions).

i have installed xinetd, proftpd and telnetd.

-> xinetd is starting.

-> telnet is starting, but i can only telnet to localhost, not remotely

-> ftp is not working at all - not even on command line.

-> the above services are enabled in xinetd.

can anyone give me any pointers as to what i am doing wrong?

thanks in advance

david
Back to top
View user's profile Send private message
Jas-Nix
Tux's lil' helper
Tux's lil' helper


Joined: 05 Feb 2005
Posts: 113

PostPosted: Wed Jun 29, 2005 1:08 am    Post subject: Reply with quote

I have never used telnet so this is just a guess.

In the telnet config is there somewhere to choose which ip's are allowed to connect to the telnet server?

If may help if you post your config files for telnet as well as the ftp server.

Do you have a router on your network? Could it have a built-in firewall that's blocking your connections?

Jas-Nix
Back to top
View user's profile Send private message
wuzzerd
Guru
Guru


Joined: 05 Jan 2005
Posts: 467
Location: New Mexico

PostPosted: Wed Jun 29, 2005 2:00 am    Post subject: Reply with quote

Here's my /etc/xinetd.conf file

Of special interest is the only_from entry.

192.168.1.0 really means everything from 192.168.1.

Code:

# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/files/xinetd.conf,v 1.6 2004/07/15 00:53:48 agriffis Exp $

# Sample configuration file for xinetd

defaults
{
   only_from      = 192.168.1.0
   instances      = 60
   log_type       = SYSLOG authpriv info
   log_on_success = HOST PID
   log_on_failure = HOST
   cps            = 25 30
}

includedir /etc/xinetd.d


Hope this helps.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum