Just wondering do you allow iptables on your vps?
Do you allow iptables?
Collapse
X
-
Originally posted by amk2010 View Posthmmm .... this is nice update. i am also learning iptables
The following link might be of some :Code:gnulinux.in/article/learning-iptables
Comment
-
That's right, you won't need to pay anything to use iptables on a VPS, Semi Dedicated, Cloud Server or a Dedicated Server.eUKhost Ltd.
Part of the Hyperslice Group
Email: [email protected]
Phone: 0800 862 0380
Website: www.eukhost.com
Follow eUKhost on Twitter || Join eUKhost Community on Facebook
Comment
-
Using the iptables rule you can do several things on your dedicated server if you have root access. You can tighten your server's security and monitor many things, who log-in and log-out when, to keep your server safe and up-to-date. iptables are the strongest elements of the Linux servers.
Comment
-
Some there are many other user-level benefits of the iptables. e.g:
1. iptables allows setup of *stateful* firewalls. This means that the firewall has a memory of each connection passing through it. This mode is essential for effective configuration of FTP (active ftp) and DNS as well as many other network services.
2. iptables can filter packets based on any combination of TCP flags and also based on MAC (i.e. hardware) addresses, which can be sometimes helpful for firewalls within LANs
3. System logging is much more configurable and flexible than with ipchains
4. Netfilter now has more powerful and easy to use support for network address translation (NAT) and transparent proxies.
5. iptables can help block some DoS attacks by using the rate limiting for user-defined packet types that can sometimes block SYN floods (makes a nice addition for SYN cookies for host-based protection)
Hope it helps
Comment
Comment