static NAT on a subnet

Cooky

Golden Member
Apr 2, 2002
1,408
0
76
So far I've only done one to one static NAT for our servers.
Until today, when I'm studying for CCSP, the study guide has this example:
static (inside, outside) 192.168.100.0 10.1.100.0 netmask 255.255.255.0

How does that work?
Does 192.168.100.1 map to 10.1.100.1 or whichever's available in the "pool"?
 

James Bond

Diamond Member
Jan 21, 2005
6,023
0
0
Thats a weird example.

Router(config)#ip nat inside source static tcp 192.168.1.100 80 131.107.2.200 80
 

spyordie007

Diamond Member
May 28, 2001
6,229
0
0