Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create the configuration shown in the diagram in Cisco Packet Tracer. Verify that the HTTP service is running on your server by selecting Server 0

Create the configuration shown in the diagram in Cisco Packet Tracer.
Verify that the HTTP service is running on your server by selecting Server0> Services > HTTP > ON
Attempt to ping the server from a PC0 or PC1. What response do you get?______________________________
Open the web-browser of PC0 or PC1. Browse to Server0s \"internal\" address (10.255.255.254). Does it work? What error do you get (if any)?__________________________________________________
3. Lets set each router to have a default route to the other. Open the CLI of Router0 and type the following commands
Repeat this procedure on Router1. To validate that both settings worked run a ping from PC0 to Server0.
Do not proceed from this step until you can successfully ping.
4. Now let's connect to the website. Open the web-browser of PC0 or PC1. Browse to Server0s \"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
Does the public address work now? What error do you get (if any)?________________________
This is how we configure a STATIC NAT. Weve 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 Router1s CLI.
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.
6. Now check the NAT table on router0. Since we haven't configured a NAT, nothing should show up.
Enter these commands on Router 0
These commands make a list of internal IP addresses and tells Router0 that all the IP addresses will be allowed to translate through the router. Then we told the router which port is inside and which is outside the translation.
7. Send a ping from PC0 to the server's public address and connect to the server's website on PC1.
Check the NAT table again on Router0.
This is a Dynamic NAT. The router assigns ports based on the traffic it sees passing through it.
When a response is received on a port it knows who the intended recipient is because this table logged who was using which ports.
We can now properly route traffic to several computers behind the router rather than statically to only one server, but the traffic has to originate from inside the network.
8. On both PCs connect to the servers website via the public IP Address.
If youve successfully configured both the Dynamic and Static NATs you should see the external IP of the PCs show up in this table as shown above.
You should be able to compare your tables together and see ports line up to connect the internal IP of a PC# to the internal IP of Server0.
In my table above we now see 129.219.10.241 use ports 1030 and 1031(one for each PC) when I requested new web-pages.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored 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

Recommended Textbook for

Oracle Database 10g Insider Solutions

Authors: Arun R. Kumar, John Kanagaraj, Richard Stroupe

1st Edition

0672327910, 978-0672327919

More Books

Students also viewed these Databases questions

Question

Why do mergers and acquisitions have such an impact on employees?

Answered: 1 week ago

Question

2. Describe the functions of communication

Answered: 1 week ago