So when it comes to networking I'm a dumb ass. Seriuosly, it took me about 4 hours to get NFS to work on Debian, and about 2 days to set up my install setup for Irix on Debian.
However, I have a project in mind and this time I want to do it properly. To try and explain what I want to end up with, I'll tell you what I have at the moment.
So incoming into the house is a standard ADSL line with a BT 'Home Hub' or router. (That's British Telecom for those across the water) <URL url="https://www.shop.bt.com/products/bt-smart-hub-088138-C6NX.html">[url]<LINK_TEXT text="https://www.shop.bt.com/products/bt-sma ... -C6NX.html">https://www.shop.bt.com/products/bt-smart-hub-088138-C6NX.html</LINK_TEXT>[/url] This has a couple of ethernet ports out the back and has is also a shitty wifi ac/n, bla bla access point.
I have 2 Macbook Pros, a few mobiles and an ipad (not all mine, but family's) that connect to the wifi. That needs to stay that way, if possible.
I currently have a MacPro and my Octane connected via a cat6 cable that has been threaded through the roof to a 5 port switch (hub?) under my desk. The MacPro has a built in factory broadcom Airport card which works OK but gets really rubbish signal strength. I'm not convinced it's just the signal strength as I can place the router 6 ft away and it will still play up. (I've tried another card, same result. I suppose that's what you get when you stick the radio antennae inside an aluminium box, and then inside a second aluminium case). But I can live with it...I'm thinking of getting a PCI card with external antennae.
So here's the rub. I need to get rid of the network cable dangling from the ceiling as it's in the lounge. I'd also like to remove Debian from my MacPro as it's my 'production' machine (ArchiCAD, SketchUp, inDesign, Mischief and Krita) and I don't want to leave it on 24/7.
So I thought I'd get a small board computer (Pi / odroid etc) as a simple server to serve files and to use for remote desktop for browsing via when I'm on the Octane that can be left on 24/7. As I won't have a physical cable connecting the router and SBC, it will have a wifi connection to the router for internet access. My router is my DNS server at 192.168.1.254 and everything is on subnet mask 255.255.255.0.
So in a nutshel, I'm looking to -
1) have the laptops and phones etc keep connecting to the router as is...no change. They get assigned IP's within a range.
2) have a SBC act as a server to serve files to all devices on the network.
3) have the SBC use it's ethernet port to 'tunnel' an internet connection to the ethernet port of the Octane and let the Octane have a static IP and resolve to 192.168.1.254 (like MacOS Internet sharing). Don't really want to have the sbc act as a dns server...if possible.
4) have the sbc to remote desktop into for the octane for browser access
5) have the MacPro connect to the router on standard wifi or via a new pci wifi card.
6) make sure all of this is secure.
How should I set up my router for this?
How do I go about setting up the sbc network settings for file access (NFS?), rdesktop and as a passthrough for internet to the Octane? What about things like user ID's etc? My UID on my MacPro is the same as my Macbook Pro and it's the same on my Octane.
I know this may sound like 'everyday' stuff for most folks with a networking background, but I design buildings for a living! <E>

</E>
And seriously, if there is a 101 book I can read just point me in that direction, happy to dig my nose into a book. Or a website etc. Or if you feel like writing a simple how-to guide, that would be massively appreciated.