I am doing a php site. Each time i restart the server i need to disable ip tables.. What is the use of ip tables.. Someone please help me..
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
IPTables is a Linux firewall tool. It controls which packets are allowing into and out of your system. I’d recommend that you read up on how to configure IPTables and set it up so that your server is allowed access instead of disabling it – you’re opening up a big security hole by disabling it.