Tilted Forum Project Discussion Community  

Go Back   Tilted Forum Project Discussion Community > Interests > Tilted Technology


 
 
LinkBack Thread Tools
Old 06-26-2009, 07:16 PM   #1 (permalink)
Psycho
 
Radio Monk33's Avatar
 
Home networking query

Hey TF-tech gurus,

I wanted to bounce some ideas around regarding some home networking. I'm fairly savvy when dealing with/troubleshooting network issues but I haven't set anything up personally and need some guidance.

So here's the situation, I have:

1x PC (with XP and W7)
1x laptop (XP and OS X)
Wireless N router

(and in the future might pick up a HTPC)

The goal: I would like to be able to share files amongst the computers at home. (If there was a way to access my files online from outside that would be super) Likely nothing major..just simple things like being able to share printers, stream or transfer movie files from one computer to another.

Solution? I'm not sure what's my best plan of action? For my simple usage I was considering simply getting a NAS external drive that I could format as MS-FAT for cross-platform sharing and that would probably be easy to access from all my computers no?

I appreciate any thoughts or comments.
__________________
"Punk rock had this cool, political personal message. It was a bit more cerebral than just stupid cock rock, you know"
-Kurt Cobain
Radio Monk33 is offline  
Old 06-26-2009, 07:51 PM   #2 (permalink)
Young Crumudgeon
 
Martian's Avatar
 
Location: Canada
For external filesharing, you're looking at setting up an FTP server. This may be more involved than you want to get into. It's not overly difficult, but the idea of configuring and maintaining a server is daunting to some. It will require, among other things, a DNS registration, although services like DynDNS do simplify this and eliminate the need for a static IP.

Sharing internally across the network is much simpler. A NAS server is the easiest option; had you mentioned the desire for this in the previous thread, I would've suggested something like the WRT160NL, which has NAS capability built in. As it is, you can add a network storage device for the function; a cursory glance indicates that they start around $80-$100.

If you want to do this on the cheap, it's possible to share files over a local network from a Windows machine using the Windows SMB implementation. The Windows SMB implementation is not generally very good, however, so it can get a bit messy. I'm certain that OSX has similar functionality (it's fairly trivial in BSD), but having virtually no experience with OSX it's hard for me to advise you any further on this.

EDIT - I should note also that sharing a printer is very different from sharing actual files. That is to say, both are done using a standard protocol (typically SMB, which is what Windows uses), but printers don't require all the mucking about with permissions that Windows seems to make so needlessly difficult. If you want a smart solution you can buy network-aware printers that have the capability themselves, but making a printer network accessible from a localhost is fairly straightforward as well.
__________________
I wake up in the morning more tired than before I slept
I get through cryin' and I'm sadder than before I wept
I get through thinkin' now, and the thoughts have left my head
I get through speakin' and I can't remember, not a word that I said

- Ben Harper, Show Me A Little Shame

Last edited by Martian; 06-26-2009 at 07:59 PM..
Martian is offline  
Old 06-29-2009, 07:37 AM   #3 (permalink)
Psycho
 
Radio Monk33's Avatar
 
Thanks Martian. It looks like I could use a NAS server/external drive..might be a good chance for me to set up a RAID too while I'm at it. Cheers!
__________________
"Punk rock had this cool, political personal message. It was a bit more cerebral than just stupid cock rock, you know"
-Kurt Cobain
Radio Monk33 is offline  
Old 06-29-2009, 04:34 PM   #4 (permalink)
tcp
Crazy
 
tcp's Avatar
 
Your bottleneck is not going to be the drive speed so RAID would only benefit wired LAN computers. Even with a good wireless N signal, the speeds will not be very reliable. An external antenna will help if you have a larger house. Also dual-radio, dual-band routers can provide enough speed to stream video. Linux and OS X both support Windows Networking so there should be no problem there. Gigabit ethernet is available on most current PCs so it might be worthwhile to hard-wire all your computers in. I wouldn't bother with cat6 cables unless you are running lots of wire through your house.
tcp is offline  
Old 06-29-2009, 05:15 PM   #5 (permalink)
Tone.
 
shakran's Avatar
 
you can also share files over a remote desktop connection as long as you enable that when you set it up. No dedicated FTP server required. Just log in from remote and grab whatever you need.

(I hope those are XP pro installs, because otherwise everything I just said doesn't apply to you )
shakran is offline  
Old 06-29-2009, 10:59 PM   #6 (permalink)
Psycho
 
Radio Monk33's Avatar
 
Quote:
Originally Posted by shakran View Post
you can also share files over a remote desktop connection as long as you enable that when you set it up. No dedicated FTP server required. Just log in from remote and grab whatever you need.

(I hope those are XP pro installs, because otherwise everything I just said doesn't apply to you )
Unfortunately, it's home! Ugh. I'm thinking W7 will have some nice built-in sharing options though.

Well for remoting..would VNC work instead? I've used it a few times in the past, but again, never set it up myself.
__________________
"Punk rock had this cool, political personal message. It was a bit more cerebral than just stupid cock rock, you know"
-Kurt Cobain
Radio Monk33 is offline  
Old 06-30-2009, 05:44 AM   #7 (permalink)
Crazy
 
Wrexify's Avatar
 
Location: Kramerica
Maybe I'm oversimplifying here, but can't you just share any folder or printer from any OS nowadays? I understand this doesn't get you that central shared storage device, but you can easily get files from one computer to another without buying extra equipment.

I just discovered that my new router (D-Link) has a USB SharePort, which lets you plug in any USB storage device and make it available to your whole network. Another simple solution even for less network-savvy folks like me.
__________________
"Nitwit! Oddment! Blubber! Tweak!"
Wrexify is offline  
Old 06-30-2009, 04:56 PM   #8 (permalink)
tcp
Crazy
 
tcp's Avatar
 
Wrexify is correct. All major operating systems supports Windows Networking so you can create a shared folder and every computer on your network can use it. Edit the permissions and you can either use a password to get write access to it or you can allow anyone to write to it without requiring a password. You can even create that shared folder on a Linux computer and it will be the same.
If you need to remote control your desktop than you should go ahead and use a VNC software package, but it you just want to access your home network remotely for shared files, printers, or private browsing; then use a VPN.
tcp is offline  
Old 06-30-2009, 05:19 PM   #9 (permalink)
Young Crumudgeon
 
Martian's Avatar
 
Location: Canada
Despite the merits of Samba, I've never had anything but headaches trying to get Windows to recognize file permissions properly. Perhaps the fault is mine, but it's always seemed to me that Microsoft's SMB implementation shoots itself in the foot -- the 9x kernel OSes tried to oversimplify it and the NT ones needlessly obfuscate it.

In any case it looks like both boxen in this setup are dual booting, so a separate network device still seems like the better option to me.

VNC will work, but is overkill for what you want to do. If you must must have access to your files from the outside world and are completely adverse to setting an FTP server up for the purpose, VPN is probably the best choice. Although if you're going to go to the trouble of setting that up you may as well just set up an FTP server anyway, in my opinion.

Another Option:

Find yourself an old box somewhere. It's not hard to do; any friends or family who've upgraded recently may have one kicking around, or if you have any geek friends they can probably source one for you. Throw your Linux distro of choice on there and turn it into a headless fileserver for the network. For Added Nerdiness, return the router you bought and exchange it for a good high-quality switch, along with an 802.11b/g(/n) PCI card, and use IpCop or something similar to turn your new toy into a wired/wireless router with built-in fileserver. For Even More Added Nerdiness, you can mess around with BIND and maybe even set up a caching-only DNS server. That's pretty hardcore, though.
__________________
I wake up in the morning more tired than before I slept
I get through cryin' and I'm sadder than before I wept
I get through thinkin' now, and the thoughts have left my head
I get through speakin' and I can't remember, not a word that I said

- Ben Harper, Show Me A Little Shame
Martian is offline  
Old 07-01-2009, 07:37 AM   #10 (permalink)
tcp
Crazy
 
tcp's Avatar
 
yes that is very nerdy, martian, but there is of course lots of help online. You can even get a distro thats already set up for this: List of router or firewall distributions - Wikipedia, the free encyclopedia
Also, don't forget that the gateway computer would need a second NIC to connect to your modem.
Personally, I just use a router with Linux custom firmware for the performance boost and features like bandwidth monitoring and configurable firewall rules.
tcp is offline  
Old 07-11-2009, 01:57 PM   #11 (permalink)
Psycho
 
Radio Monk33's Avatar
 
Hey folks,

An update: I've set up a very simple home group via Windows XP which is good for printer sharing and some light file sharing. Unfortunately, I'm not getting good performance on video streaming..music files work fine, but I'm getting some major stuttering playing standard files (every few seconds) and high def video isn't even working at all. I even went with a cat5 cables from computer-router-computer to see if the wireless was the issue and it still isn't going great. Any ideas what the problem is?
__________________
"Punk rock had this cool, political personal message. It was a bit more cerebral than just stupid cock rock, you know"
-Kurt Cobain
Radio Monk33 is offline  
Old 07-12-2009, 04:53 PM   #12 (permalink)
tcp
Crazy
 
tcp's Avatar
 
Well, there's no reason a wired LAN cannot stream the highest quality video. Check firewall settings on all computers, conflicts can slow down the entire network. Update the firmware on your router. Try copying a file and note your throughput, it should be at the very minimum 3MB/s. Even if you don't have a gigabit ethernet, all newer computers and routers support 100Mbps or up to 12.5MB/s. If you have an extremely long cable that will affect your speed but not much. Google for "LAN tool" or "slow LAN" for some diagnostics you can do. What brand router do you have?
tcp is offline  
 

Tags
home, networking, query

Thread Tools

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -8. The time now is 05:38 AM.

Tilted Forum Project

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360