0% found this document useful (0 votes)
32 views1 page

Day 21 1 Webserver2 4

The document provides instructions for configuring DNS on Linux and Windows clients and setting up an HTTP server. It describes editing the /etc/resolv.conf file on Linux to add a DNS server IP address. For Windows clients, it mentions accessing websites by typing URLs in the browser address bar. It also outlines assigning a virtual IP address and restarting the network service to configure an HTTP server, as well as editing the httpd.conf file for this purpose.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
32 views1 page

Day 21 1 Webserver2 4

The document provides instructions for configuring DNS on Linux and Windows clients and setting up an HTTP server. It describes editing the /etc/resolv.conf file on Linux to add a DNS server IP address. For Windows clients, it mentions accessing websites by typing URLs in the browser address bar. It also outlines assigning a virtual IP address and restarting the network service to configure an HTTP server, as well as editing the httpd.conf file for this purpose.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Configuring DNS on Client

HTTP Client Linux

Open Openconfiguration configurationfor forediting editing [root@comp1 ~]# vi /etc/resolv.conf [root@comp1 ~]# vi /etc/resolv.conf

Accessing AccessingWebserver Webserver Open Mozilla or Fire Fox browser. Open Mozilla or Fire Fox browser. In Inthe theaddress addressbox boxtype typehttp://www.zoom.com http://www.zoom.com and and http://www.ibm.com http://www.ibm.com

Add Addthe theDNS DNSserver serverIP IPaddress addressin infile file/etc/resolv.conf /etc/resolv.conf nameserver 192.168.0.253 nameserver 192.168.0.253

HTTP Client Windows

Configuring HTTP Server

Accessing AccessingWebserver Webserver Open Internet Explorer or Netscape Open Internet Explorer or NetscapeNavigator Navigatorbrowser. browser. In Inthe theaddress addressbox boxtype typehttp://www.zoom.com http://www.zoom.com and and http://www.ibm.com http://www.ibm.com

Assinging AssingingVirtual VirtualIP IPaddress address [root@comp1 ~]# netconfig --device eth0:1 [root@comp1 ~]# netconfig --device eth0:1 [root@comp1 [root@comp1~]# ~]#service servicenetwork networkrestart restart

Open Openconfiguration configurationfor forediting editing [root@comp1 ~]# vi etc/httpd/conf/httpd.conf [root@comp1 ~]# vi etc/httpd/conf/httpd.conf

You might also like