|
-
Nov 29th, 2005, 03:18 PM
#1
Re: home-network question
 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
-
Nov 29th, 2005, 03:20 PM
#2
Re: home-network question
 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.
-
Nov 29th, 2005, 05:44 PM
#3
Fanatic Member
Re: home-network question
 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.
-
Nov 29th, 2005, 05:54 PM
#4
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|