DHCP Linux and Window Client configuration

 

Both Client configuration is very easy and straightforward.  Simply set “ip address to dynamic Assign by DHCP ” in the properties of lan card.

In Linux Client :

 type following command on Terminal

#setup

 select network configuration from menu list -> Select lan card and enter on ok -> Select USE DHCP and enter on ok  ->Finally click on quit.

Now restart the network service to obtain ip from dhcp server,

on Terminal Type  ” #service network restart ”  and press Enter.

Then Go on Terminal and check new ip address:

Open Terminal-type ifconfig /all and Press Enter.

You see all Such as IP address, Subnet mask, DNS Address and Default Gateway.

 

In Window Client : 

 Click on Start -> Select Network Connection ->  Right click on Local Area connection icon – > Select properties  -> then  select Internet protocol tcp/ip  -> click on properties button  ->  Mark on obtain ip address automatically -> click on Apply and finally click on Ok.

Then Go on command prompt and check new ip address:

Start -> Run -> Type CMD in box  -> type ” ipconfig /all ” and Press Enter.

You see all Such as IP address, Subnet mask, DNS Address and Default Gateway.

I hope helpful to all.