Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Need help with Cisco packet tracer, please setup the following and follow the instructions below NOTES Failure to match my configuration exactly will lead to

Need help with Cisco packet tracer, please setup the following and follow the instructions below

image text in transcribed

image text in transcribed

image text in transcribed

NOTES Failure to match my configuration exactly will lead to commands failing later The first time I show a command I will use its full form, but shorten it for ease of typing every time thereafter. 1. Create the configuration shown in the diagram in Cisco Packet Tracer 129.219.10.241/16 129.219.10.242/16 192.168. 1.1 Rduter-PT Router-P10.0.01 outer0 Routeri tch Switch Server-PT Server0 10.255.255.254 PC-PT PCO 192.168.1.10 PC-PT PC1 192.168.1.11 2. Verify that the HTTP service is running on your server by selecting Server0 > Services > HTTP > ON Physical Config Services Desktop Custom Interface SERVICES HTTP DHCP HTTP HTTPS O off TFTP DNS SYSLOG File Name: index.html ccenter>cfont size +2' color-'blue> Cisco Packet Tracer chr>Welcome to Cisco Packet Tracer. Opening doors to new opportunities. Mind Wide Open. p Quick Links A small page Copyrights dr>Image page Image EMAIL Attempt to ping the server from a PCO or PC1. What response do you get? Open the web-browser of PCO or PC1. Browse to ServerO's "internal" address (10.255.255.254). Does it work? What error do you get (if any)? 3. Let's set each router to have a default route to the other. Open the CLI of RouterO and type the following commands Router#configure terminal Enter configuration commands, one per line. End with CNTL/2 Router (config) #ip route 0-0. 0-0 0 . 0-0. O s2/0 Router (config)l Repeat this procedure on Router1. To validate that both settings worked run a ping from PCO to Servero. Do not proceed from this step until you can successfully ping. 4. Now let's connect to the website. Open the web-browser of PCO or PC1. Browse to ServerO's "internal" address. Does it work? What error do you get (if any)? Out on the open internet we don't connect to other computers internal network addresses. So let's try the public address (129.219.10.242) Does that work? What error do you get (if any)? 5. Enter these commands on Router 1 Routertenable Router#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router (config) #ip nat inside source static .-ss.-s.254 129.219.10.242 Router (config) #int s2.d Router (config-if) #ip nat outside 5. Enter these commands on Router 1 Routertenable Router#configure terminal Enter configuration commands, one per line. End with CNTL/2. Router (config) #ip nat inside source static 10.255.255.254 129.219.10.242 Router (configint s2/01 Router (config-if)#1p nat outside Router (config-if) #int fa0/0 Router (config-if)#1p nat inside Router (config-if) # Does the public address work now? What error do you get (if any)? This is how we configure a STATIC NAT. We've told the router that all traffic coming to the router is destined to go to the server behind it. We can confirm this in the CLI by typing the following command into Router1's CLI Router (config)#do show ip nat translation Pro Inside global Inside local Outside local Outside global 129.219.10.242 10.255.255.254 -- tcp 129.219.10.242:80 10.255.255-254:80 192.168.1.10:1028 192.181.10:1028 tcp 129.219.10.242 : 80 10.255.255.254:80 192.168.1.11 : 025 92-63.1.1:1025 We can see the table is populated with every machine that you've connected to the server from the other network. If you have not connected from both machines, do so now and check the table again. NOTES Failure to match my configuration exactly will lead to commands failing later The first time I show a command I will use its full form, but shorten it for ease of typing every time thereafter. 1. Create the configuration shown in the diagram in Cisco Packet Tracer 129.219.10.241/16 129.219.10.242/16 192.168. 1.1 Rduter-PT Router-P10.0.01 outer0 Routeri tch Switch Server-PT Server0 10.255.255.254 PC-PT PCO 192.168.1.10 PC-PT PC1 192.168.1.11 2. Verify that the HTTP service is running on your server by selecting Server0 > Services > HTTP > ON Physical Config Services Desktop Custom Interface SERVICES HTTP DHCP HTTP HTTPS O off TFTP DNS SYSLOG File Name: index.html ccenter>cfont size +2' color-'blue> Cisco Packet Tracer chr>Welcome to Cisco Packet Tracer. Opening doors to new opportunities. Mind Wide Open. p Quick Links A small page Copyrights dr>Image page Image EMAIL Attempt to ping the server from a PCO or PC1. What response do you get? Open the web-browser of PCO or PC1. Browse to ServerO's "internal" address (10.255.255.254). Does it work? What error do you get (if any)? 3. Let's set each router to have a default route to the other. Open the CLI of RouterO and type the following commands Router#configure terminal Enter configuration commands, one per line. End with CNTL/2 Router (config) #ip route 0-0. 0-0 0 . 0-0. O s2/0 Router (config)l Repeat this procedure on Router1. To validate that both settings worked run a ping from PCO to Servero. Do not proceed from this step until you can successfully ping. 4. Now let's connect to the website. Open the web-browser of PCO or PC1. Browse to ServerO's "internal" address. Does it work? What error do you get (if any)? Out on the open internet we don't connect to other computers internal network addresses. So let's try the public address (129.219.10.242) Does that work? What error do you get (if any)? 5. Enter these commands on Router 1 Routertenable Router#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router (config) #ip nat inside source static .-ss.-s.254 129.219.10.242 Router (config) #int s2.d Router (config-if) #ip nat outside 5. Enter these commands on Router 1 Routertenable Router#configure terminal Enter configuration commands, one per line. End with CNTL/2. Router (config) #ip nat inside source static 10.255.255.254 129.219.10.242 Router (configint s2/01 Router (config-if)#1p nat outside Router (config-if) #int fa0/0 Router (config-if)#1p nat inside Router (config-if) # Does the public address work now? What error do you get (if any)? This is how we configure a STATIC NAT. We've told the router that all traffic coming to the router is destined to go to the server behind it. We can confirm this in the CLI by typing the following command into Router1's CLI Router (config)#do show ip nat translation Pro Inside global Inside local Outside local Outside global 129.219.10.242 10.255.255.254 -- tcp 129.219.10.242:80 10.255.255-254:80 192.168.1.10:1028 192.181.10:1028 tcp 129.219.10.242 : 80 10.255.255.254:80 192.168.1.11 : 025 92-63.1.1:1025 We can see the table is populated with every machine that you've connected to the server from the other network. If you have not connected from both machines, do so now and check the table again

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions