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.
As you can see bellow, at the end of my firewall setting recently some weird new rules added
As I search they are for IP forwarding, but what does it means?what this server may forward and on what ports?
Thanks in Advance.
Code:
-A RH-Firewall-1-INPUT -j REJECT --reject-with icmp-host-prohibited
-A INPUT -j REJECT --reject-with icmp-host-prohibited
-A FORWARD -i tun+ -j ACCEPT
-A FORWARD -o tun+ -j ACCEPT
-A FORWARD -j REJECT --reject-with icmp-host-prohibited
-A OUTPUT -o tun+ -j ACCEPT
COMMIT
Last edited by smc2; 02-02-2011 at 03:07 AM.
Reason: Correct some misspells ;)
As you can see bellow, at the end of my firewall setting recently some wired new rules added
As I search they are for IP forwarding, but what does it means?what this server may forward and on what ports?
Thanks in Advance.
"tun" is a commonly used for virtual network interfaces, you'd
see something like that maybe if you installed qemu or the likes?
Oh, and I think the word you're after is "weird", not "wired".
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.