Difference between revisions of "ITT 2013/Network module 1/Assignment Day 12/confHelp"
From Teknologisk videncenter
m |
m (→MyR1) |
||
| (14 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{| | {| | ||
| − | |[[Image: | + | |[[Image:DPAT.png|800px|left|thumb|Setup]] |
|} | |} | ||
==MyR1== | ==MyR1== | ||
<source lang=cli> | <source lang=cli> | ||
| + | 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.252 | ||
| + | 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 inside source list 100 interface FastEthernet0/0 overload</notice> | ||
| + | ip nat inside source static tcp 10.0.100.100 80 193.80.112.33 80 | ||
| + | ! | ||
| + | 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 | ||
</source> | </source> | ||
| + | |||
==ISP== | ==ISP== | ||
<source lang=cli> | <source lang=cli> | ||
| + | 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 | ||
</source> | </source> | ||
| + | ==Connectivity test== | ||
| + | The PC3 should now be able to acces the webserver on the public IP address. | ||
| + | {| | ||
| + | |[[Image:WebWorks.png|600px|left|thumb|Web Access]] | ||
| + | |} | ||
| + | And the inside computer should be able to ping the outside host(PC3) | ||
| + | {| | ||
| + | |[[Image:PingWorks.png|600px|left|thumb|Ping]] | ||
| + | |} | ||
| + | |||
| + | {{Source cli}} | ||
| + | |||
| + | [[Category:CCNA]] | ||
| + | [[Category:Network]] | ||
| + | [[Category:CCNAv5]] | ||
Latest revision as of 10:57, 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.252
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 inside source list 100 interface FastEthernet0/0 overload</notice>
ip nat inside source static tcp 10.0.100.100 80 193.80.112.33 80
!
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
!
endISP
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
!
endConnectivity test
The PC3 should now be able to acces the webserver on the public IP address.
And the inside computer should be able to ping the outside host(PC3)