cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
572
Views
0
Helpful
3
Replies

Can't connect to the web sever.

xdteo
Level 1
Level 1

I can't connect to the web server I set up, it always shows an Uresolved Host Name error.

I tried remaking the whole thing mutiple times but it doesn't seem to be helping.

3 Replies 3

Mark Elsen
Hall of Fame
Hall of Fame

 

               - FYI : Community group for Packet Tracer project questions

 M.



-- Let everything happen to you  
       Beauty and terror
      Just keep going    
       No feeling is final
Reiner Maria Rilke (1899)

Martin L
VIP
VIP

For learning technologies, cert and exam topics, homework I would recommend CCNA community at CLN https://learningnetwork.cisco.com/s/topic/0TO3i0000008jYHGAY/ccna-certification-community

Unresolved Host Name error could mean DNS not set up or cannot be reach.  Can u ping servers (web server, DNS) can open web site using IP of web server? 

 

Regards, ML
**Please Rate All Helpful Responses **

Hello,

the issue is simply that the IP address of the LAN interface is wrong. You need to add a '1':

interface FastEthernet0/0
description gatewayr4
ip address 192.168.5.193 255.255.255.192
duplex auto
speed auto

Attached the revised file.