Results 1 to 14 of 14

Thread: home-network question

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Oct 2004
    Location
    youngstown, oh
    Posts
    202

    home-network question

    hi, i am all new to this networking thing. i just got a router to share my dsl cnnt. btween my 2 cxomputers. now i need a little help setuping how to share files and folders across the 2. one is name SUN, the other SNOW. and SNOW is where the router is installed and such w/ primary cnnt to the internat. if anyone can point me to a good site that can help me configure this ( i just want to beable to transfer files between the 2 pc's) setup it'd be really helpful. i'd sat and checked out a cppl of sites, if anyone else has good info on this it'd b appercaited, and thanks !! - justin
    --thanks for the help.

  2. #2
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: home-network question

    First, make sure that the workgroup name is the same on both PC's. Then run the Network Connection Wizard on both machines. Then, on each machine, you have to set folders that you want to be shared (which adds a blue hand underneath, indicating shared)

    Then, when you View Workgroup Computers, you should see both machines.
    If you have different usenames on each, you might need to create an account for the other machine (if you have W2K or XP Pro).

    When you double click on the other machine, you should see shared folders.

    You can share a printer using the same method. Search for network printers, and you should see the ones that you've shared on the respective machines.

  3. #3
    PowerPoster abhijit's Avatar
    Join Date
    Jun 1999
    Location
    Chit Chat Forum.
    Posts
    3,228

    Re: home-network question

    I have a somewhat similar setup. I am not able to ping the first machine from the second machine. Both the machines use a wireless router.
    Everything that has a computer in will fail. Everything in your life, from a watch to a car to, you know, a radio, to an iPhone, it will fail if it has a computer in it. They should kill the people who made those things.- 'Woz'
    save a blobFileStreamDataTable To Text Filemy blog

  4. #4
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: home-network question

    That would be your firewall then. If the workgroup name is the same, you should see both machines in View Workgroup Computers.

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    Oct 2004
    Location
    youngstown, oh
    Posts
    202

    Re: home-network question

    right, it's all wired set-up. no wirlesss, it's winXP pro too. but now when i clicked on my network places it say 'cannot access mshome, make sure you have permission(something along those lines)'..? i don't know. there no Adrive upstairs and all i want to do is transfer some files.
    --thanks for the help.

  6. #6
    Fanatic Member McCain's Avatar
    Join Date
    Jan 2002
    Location
    Sweden/Denmark
    Posts
    802

    Re: home-network question

    Windows shares can be a pain to set up. Usualy I only get them to work one-way if I can get them to work at all...

    A lot of the time I find it easier to just set up an ftp server on one of the machines. That way you also get access to your files when you're not at home.

    Or if it's just a few small files I'll just email them to myself
    Never argue with fools, they will only drag you down to their level, and beat you with experience.

    Q: How do you tell an experienced hacker from a novice?
    A: The latter thinks there's 1000 bytes in a kilobyte, while the former is sure there's 1024 meters in a kilometer

  7. #7
    PowerPoster abhijit's Avatar
    Join Date
    Jun 1999
    Location
    Chit Chat Forum.
    Posts
    3,228

    Re: home-network question

    I just discovered a site called http://www.myipaddress.com and it shows the same ip address for both these boxes. As for ipconfig, it shows me a 192. ip address which means that I am on the router.
    Everything that has a computer in will fail. Everything in your life, from a watch to a car to, you know, a radio, to an iPhone, it will fail if it has a computer in it. They should kill the people who made those things.- 'Woz'
    save a blobFileStreamDataTable To Text Filemy blog

  8. #8
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: home-network question

    Create an account for the other machine on each machine. I have a 'laptop' account on my server, and I have to log on to share the printer wirelessely.

  9. #9
    PowerPoster abhijit's Avatar
    Join Date
    Jun 1999
    Location
    Chit Chat Forum.
    Posts
    3,228

    Re: home-network question

    Quote Originally Posted by McCain
    Windows shares can be a pain to set up. Usualy I only get them to work one-way if I can get them to work at all...

    A lot of the time I find it easier to just set up an ftp server on one of the machines. That way you also get access to your files when you're not at home.

    Or if it's just a few small files I'll just email them to myself
    I cant do taht either. The Ipaddress on both the machines is the same.
    Everything that has a computer in will fail. Everything in your life, from a watch to a car to, you know, a radio, to an iPhone, it will fail if it has a computer in it. They should kill the people who made those things.- 'Woz'
    save a blobFileStreamDataTable To Text Filemy blog

  10. #10
    Frenzied Member thegreatone's Avatar
    Join Date
    Aug 2003
    Location
    Oslo, Norway. Mhz:4800 x12
    Posts
    1,333

    Re: home-network question

    Quote Originally Posted by abhijit
    I cant do taht either. The Ipaddress on both the machines is the same.
    They won't be if the router assigns DHCP addresses, for example, mine is setup as follows -

    PC1 = 192.168.2.3
    PC2 = 192.168.2.2
    The Router = 192.168.2.1

    Alternatively, i simply used an Apache server, with PHP and setup a trnsfer system via that.
    If you wanty i could post the PHP files i use.
    Zeegnahtuer?

  11. #11
    Fanatic Member
    Join Date
    Oct 2004
    Posts
    751

    Re: home-network question

    Quote Originally Posted by thegreatone
    They won't be if the router assigns DHCP addresses, for example, mine is setup as follows -

    PC1 = 192.168.2.3
    PC2 = 192.168.2.2
    The Router = 192.168.2.1

    Alternatively, i simply used an Apache server, with PHP and setup a trnsfer system via that.
    If you wanty i could post the PHP files i use.

    Why not a FTP server?

    @abhijit

    Of course they are going to say the same if you look at your IP address at www.whatismyip.com because they are both sharing the internet on the same IP via the router. That is whats called an external IP. To add onto what thegreatone is saying, the DHCP will assign every computer connected an internal IP, an IP that can't be reached outside your network.
    With Windows XP Pro (don't know about Windows 2k, or XP home), you can acctually view computers on other workgroups, just open any old explorer window type "entire network" in the address bar. Now you are acctually viewing every single Network type. But, you want to access your computer..Double click on "Microsoft Windows Network". That will show any computers connected to any workgroups on your network. Neat huh?

    (Also FYI, you can access a computer if you know the name of it by typing \\computername in explorer)

    @McCain

    Yes, it is if you are trying to connect cross platform, ie from 98 to XP. Or linux to XP. Because as Windows versions got older, so did the security. And with security, it got more diffucult to just click 'share' and different ways that Windows talked over the network (ie if you make it so only a certain username can access a folder, and try and access it via a 95 machine to a XP machine, they may not like each other. Although it's SUPPOSED to work...). If you want everyone to access a certain folder you have give permissions to everyone. But, there are shortcuts like if you share your C drive (HD), I've noticed that Windows will put a C$ (note the $) as the share name. The $ means only the admin can access it, take it off, now everyone can access it.
    My Projects: [ Instant Messagener Client/Server ] [ VBPictochat ]

    My Sites:
    [ Datanethost ]
    [ Helpdesk ]

    Remember if my post was helpful then Rate This Post.

  12. #12
    Frenzied Member thegreatone's Avatar
    Join Date
    Aug 2003
    Location
    Oslo, Norway. Mhz:4800 x12
    Posts
    1,333

    Re: home-network question

    @ killerdragon.

    I didn't want to setup an FTP when i could just click PHPTRIAD and have everything going lovely, (this is the only machine to use PHPTRIAD, my other is managed by me, although it was a headache at first)

    Plus, i frequently need to let people access my files from outside my network, so, i simply used my IP and opoened up Port 81, then routed it to port 80 (to stop people randomly browsing)

    Put it this way, it seemed easiest at the time, lol.

    Also: I apologise fo my spelling errors, i have been typing non-stop for quite some time now, and my fingers are getting tired
    Zeegnahtuer?

  13. #13
    Fanatic Member
    Join Date
    Oct 2004
    Posts
    751

    Re: home-network question

    It's cool. Since he just wants to trasnfer files over his network, it makes more sense to use FTP than setup a Web server .

    That reminds me of a saying:
    Why try and put a square shape in a circle shaped hole?
    My Projects: [ Instant Messagener Client/Server ] [ VBPictochat ]

    My Sites:
    [ Datanethost ]
    [ Helpdesk ]

    Remember if my post was helpful then Rate This Post.

  14. #14
    Frenzied Member thegreatone's Avatar
    Join Date
    Aug 2003
    Location
    Oslo, Norway. Mhz:4800 x12
    Posts
    1,333

    Re: home-network question

    Quote Originally Posted by k1ll3rdr4g0n
    It's cool. Since he just wants to trasnfer files over his network, it makes more sense to use FTP than setup a Web server .

    That reminds me of a saying:
    Why try and put a square shape in a circle shaped hole?
    Because overkill is fun ? lol
    Zeegnahtuer?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width