[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Argh! Telnet Denied!
- From: "Leonard den Ottolander" <leonardjo hetnet nl>
- To: redhat-install-list redhat com
- Subject: Re: Argh! Telnet Denied!
- Date: Sat, 28 Jul 2001 16:49:42 +0200
Hello James,
> I'm pretty sure I may have
> disabled telnet via the Firewall page during installation because I was
> going to install SSH. I have installed SSH but now I can't get sendmail
> to work. Any attempt to connect to port 25 returns a 'Access is
> denied..' message. I can't even telnet locally to the port from the
> machine without getting the same error.
Not sure if you are using ipchains or iptables. The ipchains setup is under
/etc/sysconfig/ipchains. You probably need to add an accept rule for telnet
and smtp (ports 23 and 25 respectively). Something like
ipchains -A input -p tcp -i <external interface> -d <external IP> 23 -j ACCEPT
Do the same for port 25. Not sure if you need to open these ports for udp as
well. If you are using iptables you should check the man pages and howto's.
You also have to allow the services in /etc/hosts.allow. Something like
in.telnetd: ALL
See man hosts.allow for details.
Bye,
Leonard.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]