cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
212
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

marce1000
VIP
VIP

 

               - FYI : Community group for Packet Tracer project questions

 M.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

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.