View previous topic :: View next topic |
Author |
Message |
maxwas n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 07 Jun 2005 Posts: 33 Location: Paisley, Scotland
|
Posted: Mon Jun 27, 2005 10:37 pm Post subject: xinetd, ftp, telnet question |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
Jas-Nix Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 05 Feb 2005 Posts: 113
|
Posted: Wed Jun 29, 2005 1:08 am Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
wuzzerd Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 05 Jan 2005 Posts: 467 Location: New Mexico
|
Posted: Wed Jun 29, 2005 2:00 am Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
|
|
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
|
|