Giter Club home page Giter Club logo

aws-nat-gateway's People

Contributors

thecraftman avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

aws-nat-gateway's Issues

README does not distinguish between static and dynamic NAT

For the average Internet user, a significant value of NAT is the technique's ability to
act with the most desirable property of a firewall: because outbound traffic appears
to come from the NAT gateway, there is no way to target an individual host behind
the gateway.

Most wireless routers and similar devices therefore use dynamic NAT - each outbound
endpoint - an (IP_adress, port) pair - is logged in a translation table against the originating
(IP_address, port) pair when it is first detected.
Outbound traffic from an internal host is then rewritten on the fly, so to the remote
endpoint it appears to come from an endpoint on the gateway. When the remote system
replies to the gateway endpoint, the gateway looks up the internal endpoint associated
with that gateway endpoint and rewrites it so the internal system sees what appears to be
a direct reply from the remote host.

Since translation table entries cannot be created by incoming traffic, hosts inside the
(dynamic) NAT gateway are secure against any inbound connection. Typically table
entries will time out if no traffic is seen between the mapped port pair for a specific length
of time.

Static NAT systems allow the administrators to create specific mappings from external
endpoints to internal endpoints. Since the mappings are independent of traffic,
external systems can connect to internal endpoints by addressing the external
endpoint mapped to it. This is typically used to unify disparate services behind the
gateway, possibly on different servers, so they appear to be independent services
all running on different ports on the same host.

The above information might make the README even more informative.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.