NAT inside local/outside local inside global/outside global question.
mitchtin
Member Posts: 20 ■□□□□□□□□□
in CCNA & CCENT
Hi Guys,
This really annoys me because i know it is a simple concept but I just can't memorize it. Are the below correct definitions? and do people have any specific ways that they memorize the definition of each term.
inside local - name of inside source address before translation
outside local - name of destination host before translation
inside global - name of inside host after translation
outside global - name of outside destination host after translation
Thanks
This really annoys me because i know it is a simple concept but I just can't memorize it. Are the below correct definitions? and do people have any specific ways that they memorize the definition of each term.
inside local - name of inside source address before translation
outside local - name of destination host before translation
inside global - name of inside host after translation
outside global - name of outside destination host after translation
Thanks
Comments
-
pinkiaiii Member Posts: 216think your correct but,then again id would depend on nat,since say you have switch with networks and that switch is connected to internal router that is connected to isp - in this case you would have theoretically two inside local addresses,but the one you would use would be the router that is connecting local networks and interface that goes to ISP as your inside local ? correct me if wrong.
Then theres situations where if doing labs -two people defying addresses on two networks would use same inside local/outside local and both would be sort of looking at each other ends as outside global/inside global.Not sure really if its correct concept but its the way i see it.
anyways heres explanation from cisco:
[h=2]Term Definitions[/h] Cisco defines these terms as:- Inside local address—The IP address assigned to a host on the inside network. This is the address configured as a parameter of the computer OS or received via dynamic address allocation protocols such as DHCP. The address is likely not a legitimate IP address assigned by the Network Information Center (NIC) or service provider.
- Inside global address—A legitimate IP address assigned by the NIC or service provider that represents one or more inside local IP addresses to the outside world.
- Outside local address—The IP address of an outside host as it appears to the inside network. Not necessarily a legitimate address, it is allocated from an address space routable on the inside.
- Outside global address—The IP address assigned to a host on the outside network by the host owner. The address is allocated from a globally routable address or network space.
- Local address—A local address is any address that appears on the inside portion of the network.
- Global address—A global address is any address that appears on the outside portion of the network.
- Inside local address—The IP address assigned to a host on the inside network. This is the address configured as a parameter of the computer OS or received via dynamic address allocation protocols such as DHCP. The address is likely not a legitimate IP address assigned by the Network Information Center (NIC) or service provider.
-
mitchtin Member Posts: 20 ■□□□□□□□□□thanks, i think from the cisco definitions I have made my own way of remembering. I think we just need to remember that 'local' and 'global' refer the locations of the address I.E:
Local = inside the network
Global = outside the network -
james43026 Member Posts: 303 ■■□□□□□□□□thanks, i think from the cisco definitions I have made my own way of remembering. I think we just need to remember that 'local' and 'global' refer the locations of the address I.E:
Local = inside the network
Global = outside the network
This is correct. You can also break it down like this.
Inside local = IP address of an inside node, before NAT translation, and is the IP address of the node as seen by devices inside your network.
Inside Global = IP address of an inside node, after NAT translation, and is the IP address of the node as seen by devices outside your network
Outside global = IP address of an outside node, before NAT translation, and is the IP address of the node as seen by devices outside your network, usually a public IP address
Outside Local = IP address of an outside node, after NAT translation, and is the IP address of the node as seen by devices inside your network