Linux - SecurityThis forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
However, when I telnet to port 25 of this machine from other machines from other network, it still is allowing to do SMTP... Something is going on strange...what could be going on wrong ?
Hi,
telnet to port 25 of this machine from other machines from other network, it still is allowing to do SMTP... Something is going on strange...what could be going on wrong ?
Try changing your default to DENY or REJECT. Normally you want to toss out unexpected connections from outside your firewall. The problem with a default policy of ALLOW...any error or omission in your ruleset and packets will get through.
Distribution: (Home)Opensolaris, Ubuntu, CentOS, (Work - AIX, HP-UX, Red Hat)
Posts: 2,043
Rep:
Quote:
Originally Posted by sang_froid
Hi,
I have a machine which is running Fedora and when I run the command, it outputs as below:
However, when I telnet to port 25 of this machine from other machines from other network, it still is allowing to do SMTP... Something is going on strange...what could be going on wrong ?
Any ideas ??
As mentioned if you look at your chains default setting, you have to accept everything. Which case you are saying that I am only blocking chains that I add. This type of security is hard to keep up with.
It is better to say I deny everything but These items. So as mentioned, you will want to change your table from accept to deny. This can be done by
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.