NAT Configuration on a Cisco Router
Uploader Comments (westgatenetworks)
All Comments (27)
-
NICE VIDEO CHECK DHCP 2008 R2!
-
idiot
-
@Awantg eeewps...I looked at this for about 3 seconds...I am sooo used to seeing 192.168.0.0/16, plus I just got done training a CCNA bootcamp, and I had to go back over CIDR and their masks (A=/8, B=/12, C=/16)
-
Great video, i learned the part with "access-list" now! Thanks...:)
-
What is "ip virtual-reassembly"? My router auto inserts this line on my interfaces.
-
ok i'm not a techy guy but when i play my game online and try to create a server, it says i'm on a private network and others wont be able to join me, is there an "easy" way to fix this?
-
thanks
-
thanks
-
You can use any wildcard mask in case of NATting for non-connected networks, or multiple networks spanning multiple interfaces.
Example:
The following could all be allowed through the NAT process using wildcard 192.168.0.0/16:
Fa0/0: 192.168.10.0/24
Fa0/1: 192.168.20.0/24
Fa1/1: 192.168.210.0/24
-
why do you say that?... 3rd octect is network in this case..
Nice example, but, how would you do this with a dynamic ip address. I have a network consisting of a few 1601's (using VLSM) and I would like to add internet to them. I have a dsl modem that will hand out a public IP but it always changes. All the NAT example that I see use a fixed IP, how would it be different for dynamic? Thanks...
kb8zxe 4 years ago
If your 1601's are running IOS 12.1T or above, they should have a command to dynamically assign an IP to an interface. So instead of assigning a static IP on int fa0/1, you just do these commands:
int fa0/1
ip address dhcp
Your Interface will then pick up a dynamic address from your ISP and NAT will run without problems even when the interface address changes. I hope this helps!
westgatenetworks 4 years ago
In your topology, you have fa0/1 connected to the cloud... I thought you can only use serial interfaces to a cloud...pls help...
Iwasblocked 4 years ago
The assumption is that there is a DSL or cable modem attached to the int fa0/1 interface.
westgatenetworks 4 years ago