Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
ftpd daemon
Name: biju sukumaran Date: July 13, 2003 at 04:18:15 Pacific OS: linux 7.2 CPU/Ram: 750/128
Comment:
i have installed linux 7.2 OS , the problem is i cant ftp into this machine from some other machine on the network , outgoing ftp is working but incoming ftp and telnet isnt working , the telnetd and wu-ftpd daemons are running . Please suggest the needful as to what are the files to modify to get this service up and running.
Name: taurus Date: July 13, 2003 at 06:03:10 Pacific
Reply:
Look in both /etc/xinetd.d/telnetd and /etc/xinetd.d/wu-ftpd to make sure that the line that says
disable = no
However, you may want to consider using sshd and proftpd or vsftpd for better security reasons...
taurus
0
Response Number 2
Name: biju sukumaran Date: July 13, 2003 at 09:16:54 Pacific
Reply:
i have checked the /etc/xinetd.d/telnetd and /etc/xinetd.d/wu-ftpd and there disable is equal to no.Is ipchains the problem in this case like some rule in it is preventing incoming requests.
0
Response Number 3
Name: taurus Date: July 13, 2003 at 09:59:27 Pacific
Reply:
Could be. Also, look in /etc/services and make sure that you have those ports open for telnet and ftp. May want to take a look at the script files in /etc/rc.d/init.d as well...
taurus
0
Response Number 4
Name: C_Legend Date: July 13, 2003 at 15:03:41 Pacific
Reply:
My guess is your firewall. Disable it to check , if you like. Then use "lokkit" or "redhat-config-securitylevel" and set up allowing ftp to come in.
You say you're using linux 7.2, which I assume is Redhat 7.2, in which case I believe the aforementioned utilities should be available to you (I'm using Redhat 8).
Summary: Hi!...im using Mandrake 8.2 kernel 2.4.18 with a lucent linmodem. im sure that the modem its ok, because it can dial. But when all the login stuff its passed (when the conection is already stablished)...
Summary: how do i set up custom daemons. i would like to setup my half life ded server and ut ded server as daemons at run level 3 and up. but im completely clueless. i tried looking through some stuff in e...