Raafat Mohamed

Senior Linux Administrator

  • About Me
Menu
  • About Me
in Fireawall
September 25, 2012

Open FTP Port 21 and 20 in Iptables firewall

Task load required iptables modules First login as the root user. Next type the following command to load two iptables modules: # modprobe ip_conntrack # modprobe ip_conntrack_ftp Now add following iptables rules for incoming request on port 21 (open port 21) to your script: X.X.X.X :is server IP iptables -A INPUT -p tcp -s 0/0 […]

Comments Off on Open FTP Port 21 and 20 in Iptables firewall
Read More »
in Fireawall
September 20, 2012

Redirect traffic to another machine in Linux

If you have ever handled the migration of a web service or a website from one server to another you know how crazy the experience can be. However, if you break the process up into clear steps and run constant checks you can make the experience a little easier on yourself. One of the problems […]

Comments Off on Redirect traffic to another machine in Linux
Read More »
in Fireawall
June 6, 2012

ip_conntrack: table full, dropping packet

How to increase ip_conntrack ? If you got the following message ‘ip_conntrack: table full, dropping packet’ ,then you are under a very heavy load and also handling a high volume of network connections ,Generally, the ip_conntrack_max is set to the total MB of RAM installed multiplied by 16. However, this server had 4GB of RAM, […]

Comments Off on ip_conntrack: table full, dropping packet
Read More »

Recent Posts
  • Exalogic Power On Sequence
  • Exalogic Power Off Sequence
  • Clear Winbind cache
  • ifconfig not found in CentOS 7 Minimal Install
  • How to install Vmware Vcenter server step by step
Categories
  • Apache (2)
  • Benchmarking (1)
  • CitrixXen (3)
  • Cpanel (5)
  • DBs (1)
  • DNS (2)
  • Exim (3)
  • Fireawall (3)
  • IIS (1)
  • Linux (21)
  • MSSQL Server (1)
  • Mysql (10)
  • Network (2)
  • Oracle (6)
  • Others (2)
  • Plesk (3)
  • Storag (3)
  • Uncategorized (2)
  • Virtualization (4)
  • Windows (9)
  • Xen (4)
  • Zpanel (1)
Archives

Join the mailing list

Your Name:
E-mail:*
Type the characters you see here:

Copyright © 2015 Raafat IT blog

Theme created by PWT. Powered by WordPress.org