4.2 NAT static bindings
!!
!Version 4.0.0.0, Built Mar 26 2003, 19:47:17
hostname
interface FastEthernet1 description
ip address 10.10.10.1 255.255.255.0 no shutdown
interface FastEthernet2 description
ip address 134.161.208.1 255.255.255.0 no shutdown
ip nat source static 10.10.10.100 134.161.208.100 ip nat source static 10.10.10.101 134.161.208.101
end
4.3 NAT dynamic with PAT “Port Address Translation”
!!
!Version 4.0.0.0, Built Mar 26 2003, 19:47:17
hostname
| 10.10.10.0 0.0.0.255 |
!
interface FastEthernet1 description
ip address 10.10.10.1 255.255.255.0 no shutdown
!
interface FastEthernet2 description
ip address 134.161.208.1 255.255.255.0 ip nat source list 10 assigned overload
no shutdown
!
end
Configuration Guide | Page 14 of 55 |