Wirless Networking
Right,
I have a wireless D-Link DI-524… I also Have one Laptop with xp Pro Installed I also Have one desktop PC with xp Home installed
The router has a firewall The Desktop has AVG Aswell as zonealarm The Laptop has avg
Both the laptop and the desktop can access the internet wirelessly
I have tried to set up file sharing, but was unsuccessful
They are in the same workgroup. Both Have file sharing enabled
how on earth do i ping
Funny and sad at the same time. Ping is used to send packets to a machine, and then expect a reply, of usually 100% of all packets sent. If it doesn't receive them back, then it assumes and reports to you that the machine is not "alive".
This is done with the TCP/IP Protocol (as opposed to UDP). Read: http://en.wikipedia.org/wiki/Transmission_Control_Protocol
so, if one of the machines on your local network has the IP, of say 192.168.1.40 and you wanted to see whether it is alive and accepting communication, you'd do:
ping 192.168.1.40
To help you remember what it does, remember the famous PoD (Ping of Death) crashes on old machines, when they receive too many packets they crash.
well, first you need wincap installed: http://www.winpcap.org/install/bin/WinPcap_4_0.exe
Then, nmap: http://download.insecure.org/nmap/dist/nmap-4.20-setup.exe
Note, these are the latest releases. Then put the directory of NMAP in your systempath, from the control panel –> system –> environment variables –> PATH (edit), append the location of nmap preceded with a semicolon to the "variable value" text field.
see, since you're already running an HTTP server, why not put the files in your /wwww/ (web or localhost folder) then make the client get them.
Problem, solved. On the machine running port 80 (or whatever specific port your using, could be 8080) type in your browser:
http://localhost/ and the check that same location again when you've put the files in the DIR of http://localhost.
PEACE, i'll be able to help you more when I come back, dude.
flashes a ton of text and closes
Dude, you didn't follow directions. You need to configure the system path to include the NMAP directory in it.
You can't just double click on nmap.exe and expect it to run in DOS. It doesn't work that way. If you don't want to configure the environment variables (in this case, the system path), then open up DOS and CD into the directory containing NMAP, then type in NMAP's binary name (or executable's name, if you will).
Let's not deviate from the original question of Dj_dotti.
@DJ_Dotti. Is it working yet? Have you tried http://localhost/ yet?
@netfish : I have fixed my cmd and my nmap, i have tried local host and it keeps timing out ….
You are going around in circles….
@DJDotti: You are an idiot. Read up on how to do it. If you can't even install nmap or traverse to the directory to use it, i don't know how you will expect to file share. Buy Windows XP for dummies
@netfish: That http port that was open on nmap scan, was open becase he was accessing the internet. It is not a web server on his PC….
Regards