Example of IPTABLES Port ing in Centos

Source: Internet
Author: User
Tags centos iptables

We now have two servers, one with an intranet IP address and the other with an intranet IP address. To access an intranet server, you need to map the intranet port to the Internet.

Server 1:

Internet IP address 10.0.0.1
Intranet IP address 255.0.0.1
Server 2:

Intranet IP address 255.0.0.2

Now we need to map server2's intranet port 22 to server1's Internet Port 30022.

First, clear the existing linked list.

$ Iptables-F
$ Iptables-X
$ Iptables-Z

Then we do Port ING.

$ Iptables-t nat PREROUTING-d 10.0.0.1-p tcp -- dport 30022-j DNAT -- to route 0.0.2: 22
$ Iptables-t nat POSTROUTING-d route 0.0.2-p tcp -- dport 22-j SNAT -- to route 0.0.1
$ Iptables save


Now we can remotely access server2 through Port 30022 of 10.0.0.1.

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.