Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
telnetd & ftpd not accessible
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
multix
Apprentice
Apprentice


Joined: 28 Nov 2004
Posts: 150
Location: Italy

PostPosted: Mon Jan 21, 2013 8:32 am    Post subject: telnetd & ftpd not accessible Reply with quote

Hi,

I have trouble delivering these old-style non secure services from my laptop. They are convenient, thus I wanto be able to run them at need, when I know I am in a secure intranet.

I have:
Code:

*  net-ftp/netkit-ftpd
      Latest version available: 0.17-r8
      Latest version installed: 0.17-r8
*  net-misc/netkit-telnetd
      Latest version available: 0.17-r10
      Latest version installed: 0.17-r10


This should be really the old-school stuff which always worked. I can access telnet from localhost but not from remote, ftp not even that.

xined.d/ftp looks like:
Code:

service ftp
{
        socket_type             = stream
        protocol                = tcp
        wait                    = no
        user                    = root
        server                  = /usr/bin/ftpd -l
        disable                 = no
}

Which means it is enabled, right? To disable it, disable=yes

while telnet is configured like:
Code:

service telnet
{
        flags           = REUSE
        socket_type     = stream
        wait            = no
        user            = root
        server          = /usr/sbin/in.telnetd
        log_on_failure += USERID
        disable         = no
}


I have no entries for these services in /etc/pam.d though

Any ideas? thanks, riccardo
Riccardo
_________________
Unix is user friendly. It is only careful selecting its friends.
Back to top
View user's profile Send private message
multix
Apprentice
Apprentice


Joined: 28 Nov 2004
Posts: 150
Location: Italy

PostPosted: Tue Jan 22, 2013 5:03 pm    Post subject: Reply with quote

shameless bump :) if it were PAM, shouldn't I find a file installed to modifiy it? If there is no description for pam, does it mean the service is blocked or free? I suppose the latter.
_________________
Unix is user friendly. It is only careful selecting its friends.
Back to top
View user's profile Send private message
limn
l33t
l33t


Joined: 13 May 2005
Posts: 850

PostPosted: Wed Jan 23, 2013 2:18 pm    Post subject: Reply with quote

What message do you get when you try to connect?
Do you have a firewall?
Have you looked in the logs (/var/log/)?
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