Bruce Graham wrote:Hi John, and Mike;
I was able to get this all working. Two HD's and One d8b. I'm sure when I get the second d8b working, I'm sure it will be easy to add it to he network. This all works through a router! All patchable!
I plan on creating a document about how I got it to work, but that will take a day or 2.
The thing that made it work in the end was the IP address. The 10.10.28.20 doesn't seem to work with Windows 7.
I used much bigger numbers line 192.254.20.0 (something like that), then worked. I just changed the 20 to a 25 for the 2nd HDR and then the 20 to a 40 for the d8b, All other number remain the same.
Just wanted to say thanks for your help and encouragement.
Cheers
Bruce
Figured I would jump in here, Bruce... apologies for any disrespect...
Here's how to connect to your gear, illustrated for macOS (
using latest - Monterey 12.3); keep in mind Filezilla is identical in functionality and most appearance in both Windows n Linux. I've tested this with both macOS and Linux, took about 20 minutes because I did some tests NOT using Filezilla on each platform just for veracity. Linux with a command line shell window, and macOS with the Finder utility - the caveat with Finder is it's read-only (
downloads enabled). Therefore, with the MacOS you'll have to use Filezilla or any other compliant application.
First, retrieve the networking data values required for a Filezilla connection. I got the network data from the '
Network' dialog, click the '
Advanced' button on the bottom right:- just reference John's 'ipconfig' DOS command window from this thread for the networking data required for Windows. Use the 'ifconfig' command from a command line on Linux...
In the macOS '
Network' dialog mentioned above, click the '
Advanced' button on the bottom right:
- network_settings_macos.png (Array KiB) Viewed 3577 times
- network_settings_advanced_macos.png (Array KiB) Viewed 3577 times
I would write this stuff down unless you've got a really good memory. Put it into a temporary text file so you can quickly copy n paste as necessary. Once you're done, just shitcan the temp file.
The Filezilla part is easy enuff, and I'm gonna assume the application is installed and running. The router gateway address defines the accessible address(es) for your subnet, I'm gonna use mine as an example (
192.168.1.1). Anything in the range of 192.168.0.0 -> 192.168.255.255 is private, always as a standard. Thing is, 192.168.0.0/16 or 192.168.1.0/16 is the most familiar to everyone, most ISP's networking equipment will be configured like this out-of-the-box. Here's a suggestion for the local subnet addressing usage:
[192.168.1.
x]
.1 [
Default Gateway]
.2 -> .31 [
Servers]
.32 -> .63 [
Printers and Print Servers]
.64 -> . .239 [
DHCP]
.240 -> .253 [
Network Equipment]
Choose your D8B/HDR address from the that DHCP pool of addresses, careful not to reuse any existing address already in use. That along with the first three octets of the gateway address (
192.168.1.x) will define the ftp server on the LAN. Use the subnet (
255.255.255.0) amd gateway (
192.168.1.1) values accordingly.
General Tab:
Protocol : FTP - FIle Transport Protocol
Host : 192.168.1.127 {
D8B network address I use, enter yours here}
Port : 21 {
default on most ftp servers, probably don't have to fill this in}
Encryption : Only use plain FTP (insecure)
Logon Type : Normal
User : anonymous {
use any username, the server will ask for one if not supplied}
Password : {
just leave this blank}
Transfer Settings Tab:
Transfer Mode : Passive
Connect
I just bump the address by one digit for the HDR. Right click on the connection just made, duplicate it, rename it and change the address accordingly... done. Both pieces of gear are now ftp accessible. An important point to remember here is this is an OLD ftp server embedded in the MackieOS - that's the reason for the '
Only use plain FTP (insecure)' encryption setting on the General tab, and the '
Passive' transfer mode setting of the Transfer Settings tab. The FTP protocol has come a long way since then:
- filezilla_site_manager_macos.png (Array KiB) Viewed 3577 times
- filezilla_transfer_settings_macos.png (Array KiB) Viewed 3577 times
- filezilla_d8b_view_macos.png (Array KiB) Viewed 3577 times
This is pretty 'quick-n-dirty', so if anyone has any sort of questions, just post 'em here and I'll do my best to answer them accordingly.
Apologies in advance for wasting anyone's bandwidth, as I realize this was rather lengthy...
Oh, and of course you knew it was coming, so here it is:
[Standard Management Disclaimer] - "Your actual mileage may vary..."