Re: What is NAT?



Hello,

Unruh wrote :

Anyway to answer the original question, NAT is an acronym for Network
Address Translation-- the router takes a packet from your machine with its
internal address ( say 192.168.0.2, port number 80) and translates it to
the address of the router itself ( 142.56.98.7) with a high port number (
way 3080) and remembers that that port is associated with port 80 on
192.168.0.2.

it is a way of having the router with its external address pretend to be any
one of the machines on the inside network.

What you describe is actually masquerading, which is only one - and probably the most common - of the many variations of NAT. Another common variation is "port forwarding", which changes the destination address according to the destination protocol and port. At large, NAT is any processing that takes a packet and changes its original source and/or destination address with whatever new address. Neither the original destination address nor the new source address need to belong to the NAT device.

PS to the OP : how is this question specific to Linux ?
.



Relevant Pages

  • Re: Using Remote Desktop From an SBS Domain
    ... when you tried to RDP while attached directly to a port on your router? ... So if 3389 needs forwarded on the client end too then that is what the ... Hopefully next week I can attempt a connection while my ISP watches the ...
    (microsoft.public.windows.server.sbs)
  • Re: command execution on router
    ... which in effect logs the packet info. ... > inbound telnet, etc on the wan port, and port 137 on the lan port. ... > RT314 gateway router. ...
    (Security-Basics)
  • Re: Dropping SSH connections over the internet
    ... Packet corruption will not cause this. ... then the connection will drop. ... the incoming connection port gets mapped to another port on the outbound ... The router has to maintain a list of used ports as each connection gets ...
    (Ubuntu)
  • RE: seeking a better understanding
    ... Packet inspection with a home router is a "packet filter" strictly ... source port blocking, it may or may not get through that. ... Other boxes are Linux. ...
    (Security-Basics)
  • Re: Design of a Router
    ... packet forward it and than close the port and move to the next and so ... would ideally like the router as small and as fast as possible. ... size of your buffer (just keep in mind that if you have 4 ports than ...
    (comp.lang.verilog)