• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Firewall question/NAT

stuman19

Senior member
I'm doing a research paper on Firewalls and I have it pretty well nailed down, but I just have a few questions that I can't seem to find the answers to that I though you guys might be able to help on. What types of firewall technologies can you setup NAT on? I know that proxy servers are one of them. Is NAT setup through a Network Layer Firewall such as a router or is it strictly at the Application Level such as a proxy server? Any input would be greatly apprectiated! Thanks fellas!

Stu
 
NAT is an IP-layer technology that basically just rewrites IP addresses in packet headers. There are two basic types of NAT: Static and Dynamic. There are also two subsets of Static NAT: Source NAT (where the Source IP is rewritten) and Destination NAT (where the Destination IP is rewritten). Suse has a good page on NAT, as do several others.

On the OSI model, it falls on layer 3.
 
Back
Top