GIDForums  

Go Back   GIDForums > Computer Forums > Computer Software Forum - Windows
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread
  #1  
Old 13-Dec-2007, 12:55
slinger slinger is offline
New Member
 
Join Date: Dec 2007
Location: warrington
Posts: 3
slinger is on a distinguished road

Networking woes


i have recently networked my PC and my laptop. accessing the internet is fine from both machines. what i want to do is transfer files from 1 machine to the other and vice versa. the trouble is i have no idea what i have to do to access the other machine to transfer files. i have tried doing what it says in windows support but deosn't seem to work. the setup i have got is the main PC is connected to the router by cable and the laptop by wireless network card that is already in the laptop. the router is a d-link. any help would be great
  #2  
Old 13-Dec-2007, 18:53
davekw7x davekw7x is offline
Outstanding Member
 
Join Date: Feb 2004
Location: Left Coast, USA
Posts: 5,218
davekw7x is a splendid one to beholddavekw7x is a splendid one to beholddavekw7x is a splendid one to beholddavekw7x is a splendid one to beholddavekw7x is a splendid one to beholddavekw7x is a splendid one to beholddavekw7x is a splendid one to behold

Re: networking woes


Quote:
Originally Posted by slinger
i have recently networked my PC and my laptop...

I'll give it to you the way it works for Windows XP, assuming that you haven't changed much in the router settings.

1. On the desktop machine, open a "command prompt". If you don't know what this means, then click the start button, select "run" and enter "cmd". You should see a command prompt window (they used to call it a "dos" window, but dos is, alas gone for good).

2. Enter the following command:

ipconfig

You should see something with an IP address for the Ethernet interface. If you use D-Link defaults on your router, it may be something like 192.168.0.100 or some such thing.

3. Do the same things on your Laptop. You should see something like 192.168.0.101 or some such thing as the IP address for your laptop's WIFi interface. The important thing is that the first three parts are the same on the two machines, and the fourth parts are different.

For the sake of discussion, let's say that the IP address of the desktop is 192.168.0.100 and the IP address of the laptop is 192.168.0.101

Then from the desktop command prompt enter the following:

ping 192.168.0.101

From the laptop command prompt enter the following:

ping 192.168.0.100

In both cases it should show some successful interchange of "ping" messages. The default for ping on my Windows platform is four messages. (If it goes for more, then just hit ctrl-c to stop the pinging.)

If all is OK so far, then the machines are capable of talking to each other.

Now, you have to tell each one to share files and folders with other machines.

Here's the thing: If you set up your WiFi with no security (no WEP, no WPA), anyone can get into your WiFi network and if you share your files/folders with your machines, you will be sharing with other users of your WiFi network, whether you want to or not.

Even if you have some security settings that prevent casual "war drivers" from logging onto your network, and even if you have enabled encryption of your files, and even if you are a bloomin' security genius I respectfully suggest that you not share everything on your disk drive with the network. Not now; not ever.

For starters, and until you understand more about network security, here's what I would suggest:

Make a special directory somewhere on each machine, and set it up for sharing. (Right-click on the directory in Windows Explorer and click the box for "share on a network". You can set it up so that network users can read but not write to that directory. Then copy files that you want to share into that directory and see if the other computer can see them.

From the start menu you can search for other computers on the network. On Windows XP:

Click the "start" button and click "search"

From "search", click "files or folders". A window opens up

On the left side you should see "What do you want to search for?"
Select "Computers or People"

Then select "Computer on the network"

Don't put anything in the box for "Computer Name"

Hit "search", and if you are lucky, you will see the top directory of the other computer's shared stuff.

Note that anyone who is "associated" with your WiFi network can follow this same procedure to snoop around your network. That's why I mentioned security.

Anyhow: good luck. Let us know how it works out.

Regards,

Dave

Footnote: Maybe I have told you more than you want to know. Maybe I have told you less. I did the best I could, given that you didn't tell us much about your setup or your networking knowledge, security awareness, etc. If you have problems with my narrative, then post again and be more specific about what you understand and what you don't understand. If I can't satisfy your requirements, maybe someone else can.
  #3  
Old 13-Dec-2007, 20:25
admin's Avatar
admin admin is offline
Administrator
 
Join Date: Sep 2002
Posts: 841
admin will become famous soon enough

Re: networking woes


Quote:
Originally Posted by davekw7x
... Maybe I have told you more than you want to know...

No, you can never share too much information. Good explanation, and I even understood some of it this time!
__________________
Custom BB codes you can use here:
[HTML] | [C++] | [CSS] | [JAVA] | [PY] | [VB]
  #4  
Old 14-Dec-2007, 14:00
crystalattice's Avatar
crystalattice crystalattice is offline
Aspiring author
 
Join Date: Apr 2004
Location: Japan (again)
Posts: 1,628
crystalattice is just really nicecrystalattice is just really nicecrystalattice is just really nicecrystalattice is just really nicecrystalattice is just really nice

Re: Networking woes


You can also use FTP, especially if you want to access files when you're away from home.
__________________
Start Programming with Python-A beginner's guide to programming and the Python language.
-------------
Common Sense v2.0-Striving to make the world a little bit smarter.
  #5  
Old 21-Dec-2007, 01:56
slinger slinger is offline
New Member
 
Join Date: Dec 2007
Location: warrington
Posts: 3
slinger is on a distinguished road

Re: Networking woes


Could you please tell me how to set up a FTP to use to transfer files. I do use a FTP for a web site that I run www.idealtilingsolutions.co.uk, the FTP I use is built in to Dreamweaver.

Thanks a lot.
  #6  
Old 21-Dec-2007, 13:42
crystalattice's Avatar
crystalattice crystalattice is offline
Aspiring author
 
Join Date: Apr 2004
Location: Japan (again)
Posts: 1,628
crystalattice is just really nicecrystalattice is just really nicecrystalattice is just really nicecrystalattice is just really nicecrystalattice is just really nice

Re: Networking woes


If everything is on the same network, then you should just be able to put in the IP address of the server via your FTP client (check out http://www.smartftp.com/ if you need an FTP program).

On my home network, the IP looks something like this: 192.168.0.100. Just use ifconfig or ipconfig to see what your computer's IP address is. Before you start FTPing, make sure you can ping your server so you don't get frustrated.

After you connect to your server, it's usually just a matter of either drag & drop between the computers or marking the files you want transfered and clicking a button (it depends on the interface). It's really no different than using Dreamweaver's FTP.

If you're behind a firewall then you obviously need to setup your firewall to allow FTP connections through it.
__________________
Start Programming with Python-A beginner's guide to programming and the Python language.
-------------
Common Sense v2.0-Striving to make the world a little bit smarter.
  #7  
Old 21-Dec-2007, 23:28
slinger slinger is offline
New Member
 
Join Date: Dec 2007
Location: warrington
Posts: 3
slinger is on a distinguished road

Re: Networking woes


Thanks a lot for helping me out on this one. I tried pinging my router which it did no trouble, but where can I find the IP address if my laptop running Windows Vista and also on my PC running Windows XP. When I tried ipconfig on my laptop it only brought up the IP address of my router. As you can tell I am new to networking and I am grateful for all the help.
  #8  
Old 22-Dec-2007, 14:50
crystalattice's Avatar
crystalattice crystalattice is offline
Aspiring author
 
Join Date: Apr 2004
Location: Japan (again)
Posts: 1,628
crystalattice is just really nicecrystalattice is just really nicecrystalattice is just really nicecrystalattice is just really nicecrystalattice is just really nice

Re: Networking woes


The easiest way is to run ipconfig on each computer. I don't know how Windows formats the output, but you should look for something like "en0" or "en1" which will be the ethernet port of your particular computer. Then look for something similar to "ip4" or "inet" which should look like a normal IP address.

The same should work for the wireless part except you're looking for "wl1", "wf1", or something like that.

Another thing you can do is go into your router settings and see what's connected to it. That will show you the IP addresses for your PC and laptop.
__________________
Start Programming with Python-A beginner's guide to programming and the Python language.
-------------
Common Sense v2.0-Striving to make the world a little bit smarter.
  #9  
Old 26-Dec-2007, 08:15
Locator Locator is offline
New Member
 
Join Date: Dec 2007
Location: Texas
Posts: 3
Locator is on a distinguished road

Re: Networking woes


There's a really great utility called Remote Administrator aka RAdmin.

Looks like the most common thing you'll do is accessing your XP desktop from your Vista laptop. So, you can install the RAdmin server on the desktop, and access it from laptop by the RAdmin client. Not only you'll be able to transfer files here and there, but even see the remote computer's screen and work on it as if you were sitting next to it.

To connect to the desktop, you only need to know its IP address.
  #10  
Old 02-Feb-2008, 05:32
phoneworks phoneworks is offline
New Member
 
Join Date: Sep 2007
Posts: 2
phoneworks is on a distinguished road

Re: Networking woes


I need to network 6 PCs using D-link switch. Can someone help me with a detailed steps on how to configure each of the PCs so that there will be file sharing and printing from any of them. Remember that it is just an office network no Internet. Again one of the 6 PCs is a laptop with Windows Vista. How do I configure all to work together?
 
 

Recent GIDBlogOnce again, no time for hobbies by crystalattice

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Networking totem C++ Forum 1 11-Jul-2006 10:23
Re: Linux on Dell Precision M90 - Part IV: Networking dsmith Computer Software Forum - Linux 0 14-May-2006 10:42
MSDN's Great Contribution To Understanding Dial Up Networking... mithunjacob Open Discussion Forum 2 25-Jun-2004 06:36
Pipes and Networking pan C Programming Language 3 29-Apr-2004 09:36
Thoughts on Wireless Networking pcxgamer Computer Hardware Forum 8 15-Nov-2003 05:17

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 16:07.


vBulletin, Copyright © 2000 - 2009, Jelsoft Enterprises Ltd.