Difference between revisions of "ITT 2013/Network module 1/Assignment Day 12/confHelpDNAT"
From Teknologisk videncenter
m (Created page with "{{In progress}} {| |800px|left|thumb|Setup |} ==MyR1== <source lang=cli> MyR1#show run Building configuration... Current configuration : 765 bytes ! version 12...") |
m (→MyR1) |
||
Line 23: | Line 23: | ||
no shutdown | no shutdown | ||
! | ! | ||
− | ip nat | + | <notice>ip nat pool My-Pool 193.80.112.40 193.80.112.45 netmask 255.255.255.240 |
− | + | ip nat inside source list 100 pool My-Pool</notice> | |
! | ! | ||
ip route 0.0.0.0 0.0.0.0 193.80.112.34 | ip route 0.0.0.0 0.0.0.0 193.80.112.34 |
Revision as of 10:45, 29 October 2013
MyR1
MyR1#show run
Building configuration...
Current configuration : 765 bytes
!
version 12.4
!
hostname MyR1
!
interface FastEthernet0/0
ip address 193.80.112.33 255.255.255.240
ip nat outside
no shutdown
!
interface FastEthernet0/1
ip address 10.0.0.1 255.255.0.0
ip nat inside
no shutdown
!
<notice>ip nat pool My-Pool 193.80.112.40 193.80.112.45 netmask 255.255.255.240
ip nat inside source list 100 pool My-Pool</notice>
!
ip route 0.0.0.0 0.0.0.0 193.80.112.34
!
access-list 100 permit ip 10.0.0.0 0.0.255.255 any
!
end
ISP
ISP#show run
Building configuration...
Current configuration : 515 bytes
!
version 12.4
!
hostname ISP
!
interface FastEthernet0/0
ip address 80.112.0.1 255.255.255.0
no shutdown
!
interface FastEthernet0/1
ip address 193.80.112.34 255.255.255.240
no shutdown
!
end