Linux iptables turn on and off the service port number

Source: Internet
Author: User

Requirements: The simulation database hangs, the service is normal but access to the database error, after recovering the database port, the service can access the database normally

Step: First, disconnect the port number 5432, test the operation of the service, and secondly, turn on the port number 5432, test the service running condition;

Specific operation:

1, break down port number

A, log on to the server

b, view port number connection:telnet localhost 5432

C, break start slogan: sudo iptables-a input-p tcp--dport 5432-j ACCEPT

sudo iptables-a output-p tcp--dport 5432-j ACCEPT

D, view port number connection:telnet localhost 5432

2, turn on the port number

A, view the list of rules: sudo iptables-l-n

B, delete the drop rule: sudo iptables-d INPUT 1

sudo iptables-d OUTPUT 1

c, see if the rule is deleted: sudo iptables-l-n

D, look at the port number connection condition: telnet localhost 5432

Linux iptables turn on and off the service port number

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.