Friday, 4 July 2014

window ip configuration

Today I reinstalled my window...and update some drivers suddenly i was stuck to connect to local area network..
what happend???? Really something goes wrong.. I tried the following steps to figure out problem related issues...... and finally i resolved it..

1.I  have checked my switch to pc cable in another pc it was working
2.I run network wizard(from control penal).
3.Then rechecked   issue was still there.
4.I manually asign IP adress to my pc
5.but when i checked it from cmd....ipconfig/all
6.It returns window ip configuration ( ahhhh strange)
7.To check NIC and drivers are working fine,  from desktop go to  my computer
ii. Right click on my computer ->properties
iii. Find out device manager
here at Lan driver (ethernet) i found yellow sign.(ohhh I see here is driver issue)
iv.I reinstall the driver from my cd and restart my pc
v.Issue was resolved.

:)visit my other blogs  for others problem or write your issue in comment i will solve it for you free.

Tuesday, 1 July 2014

Local area Connection

Local area Connection
In this blog I explain you troubleshooting of local area connection

1.Check you local area Icon on bottom of your desktop is there red cross or any yellow sign?
RED CROSS
i. check your Ethernet cable.
If it is attached on pc and switch (any router) too then check its connector.(colour coding)
ii.check your internet card.(update internet card driver)
iii.check Lights on router and internet card too.
YELLOW SIGN
i.check IP address( is it from same pool as on other pc's)Like 192.168.0.1      second ip address is 192.168.0.2
ii.if you are using window 7 or window 8 run trouble shooter.
iii. Go to cmd and write there ping 192.168.0.1(any IP address of your router)
iv.Check reply from your router.is it time out or give you some speed info.
if time out issue is in you cable and if reply about speed then cable is connected in good way.
v.if problem is not solved write complete description and send us your problem by adding below comment.
we will solve it for you within 24 hours.

Thursday, 26 June 2014

Copying files from server to Client.

Copying files from server to Client.

Copy the following code in notepad in client
open                                     server Ip adress
username                             administrator
password 
bin
lcd D:\backup       write the location of client pc where you want to save file
cd F:\backup        write the location of server where you want to save file
mget *
bye
And save it
Copy this code to notepad and save it as a bat file
ftp -s:C:\Documents and Settings\Shoukat\Desktop\ftp.src
and save it as a backup.bat
you can also scheduled this task.
Fellow the Instruction from below link to schedule this