October 26, 2012

DHCP on Packet tracer through Server

We are going to apply DHCP on server and PCs will be assigned IP addresses through DHCP.
serv1
Open the server and go to the Desktop tab, click IP Configuration and enter the IP address.
2
Now, go to the Config tab.
3
And go to the DHCP
4
i. Enter IP for default Gateway.
ii. Start IP address
iii.. Maximum number of Users.
iv. Click Save.
6
Now, click on any PC that is attached to the server, go to IP configuration and select DHCP. You will see that DHCP will successfully assign IP address to the PC
7
Now, if we go back to server and assign DNS Server address and then go to any PC and select DHCP.
9 
It will also assign DNS to the PC as well.   
 10  
We can also open the website of the server through any PC by going to the Web Browser option and entering the IP address of the server.
11
And we can ping the server by going to the PC’s command prompt and entering server’s IP address.
12

9 comments:

  1. bro do you have any tips on how to do the documentation ?

    ReplyDelete
  2. This comment has been removed by the author.

    ReplyDelete
    Replies
    1. This comment has been removed by the author.

      Delete
  3. how to connect server to router and server to pc

    ReplyDelete
  4. Hey your blog is very nice, such useful information you are sharing. I really like your blog the information is very accurate and if you want to know more about free ad posting service,www.helpadya.com  there is another website with best information.

    ReplyDelete
  5. thank you very much for the insight

    ReplyDelete
  6. The above mentioned matter is easy to not only understand but also explain. Even I can elaborate subject of this article now very easily because I it is easy to understand for me. Really a creative expert skill possessed by author.วาดภาพเหมือน

    ReplyDelete
  7. I am truly inspired by this online journal! Extremely clear clarification of issues is given and it is open to every living soul. I have perused your post, truly you have given this extraordinary informative data about it.dell server ราคา

    ReplyDelete

C program to Read From a File

#include <stdio.h> #include <stdlib.h> void main() {     FILE *fptr;     char filename[15];     char ch;   ...