Network Address Translation Flashcards

1
Q

NAT translates _____ _____ between interfaces

A

L3 adresses

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does NAT do?

A

changes source IP on outbund packets and destination ip on inbound packets
Nat devices is often on a border router

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is nat used for?

A

allowing internal hosts to have private IP addresses to share a public ip address to access the internet
direct internet originating traffic to a specific host (eg. public web server)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Additionally NAT provides one layer of _____________ to your network.

A

Security

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the 3 types of NAT?

A

Static (one-to-one)
Dynamic (one-to-one and not commonly deployed)
Overloading (many-to-one

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is Static NAT?

A

Manually map IP to IP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is dynamic NAT?

A
  • Automatically map IP to IP

- Typically a pool of available address

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is Overloading NAT?

A
  • Automatically map many IPs to one IP

- Uses ports to track individuals from many

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is an inside local NAT address?

A

Actual IP address assigned to an inside host

Typically private

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is an inside Global NAT Address?

A

Outside view IP address of inside host after translation

Typically address of router connected to ISP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is an outside local nat address?

A

Inside vie IP address of outside host after translation

Only when NAT from outside to inside

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is outside global?

A

actual ip address assigned to outside host

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the included in the Nat configuration process?

A

NAT processed from inside to outside or vice versa
Configure interfaces as inside or outside Configure any required access lists Configure NAT rule(s) required for processing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

___________specifies allowed IP for NAT rule

A

access list

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

For overloading configuration you need a public __ _______ and a Nat rule

A

Public IP address

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Commands used to overview nat

A

sh ip nat translations

sh ip nat statistics

17
Q

For Static NAT configuration:

you need to statically translate _____ IP port 80 to _____ _______ IP port 80

A

Public

Web server

18
Q

How do you configure NAT Interfaces

A

enter config n=mode for that interface

use” ip nat inside” or “outside”