Re: Up Next: Fixing my File Server
Posted: Wed Nov 13, 2024 3:05 am
After all, it doesn't need to be accessible from outside the LAN. Just my two cents, there.
A forum for xTalk discussion
https://forums.openxtalk.org/
Given the network limitations, TMobile has limited their device options. I just added my own router for LAN, and everything inside connects to that. Flexible, simple.overclockedmind wrote: ↑Wed Nov 13, 2024 3:02 amExactly. There's a workaround; ya just gotta find it, and be ready for it.FourthWorld wrote: ↑Wed Nov 13, 2024 2:54 am I also use T-Mobile 5G. Good value, but the Carrier-Grade NAT that drives their network prevents me from using my lovely 2U server for anything outside my LAN.
I've become okay with this, given how cheap VPSes have become.
In that regard, do you know if it will accept DHCP with a static IP, within its subnet? I'm thinking 192.168.x.250 for the file server, but it may throw a fit if I declare a static IP even within its subnet. Ideas at all?
Yeah, that's on the to-do list.FourthWorld wrote: ↑Wed Nov 13, 2024 3:50 amGiven the network limitations, TMobile has limited their device options. I just added my own router for LAN, and everything inside connects to that. Flexible, simple.overclockedmind wrote: ↑Wed Nov 13, 2024 3:02 amExactly. There's a workaround; ya just gotta find it, and be ready for it.FourthWorld wrote: ↑Wed Nov 13, 2024 2:54 am I also use T-Mobile 5G. Good value, but the Carrier-Grade NAT that drives their network prevents me from using my lovely 2U server for anything outside my LAN.
I've become okay with this, given how cheap VPSes have become.
In that regard, do you know if it will accept DHCP with a static IP, within its subnet? I'm thinking 192.168.x.250 for the file server, but it may throw a fit if I declare a static IP even within its subnet. Ideas at all?
As default, MacOS does not create the fstab file, but it will obey & use it if it's there. You'd have to create it manually (and format it properly) which I can't quite remember the gist ofoverclockedmind wrote: ↑Thu Nov 14, 2024 4:47 pm One last-ditch effort: I know macOS Monterey can mount NTFS shares with a simple alteration from read-only to read-write.
Only trouble is, I've Googled the heck out of it, and 10,000 results from Some Software for Newer macOS versions infests the information.
Anyone? Something about NTFS and rw instead of ro and... fstab, I think?
I was looking for Monterey, but in the future that info might come in handy. Thankstperry2x wrote: ↑Fri Nov 15, 2024 6:07 amAs default, MacOS does not create the fstab file, but it will obey & use it if it's there. You'd have to create it manually (and format it properly) which I can't quite remember the gist ofoverclockedmind wrote: ↑Thu Nov 14, 2024 4:47 pm One last-ditch effort: I know macOS Monterey can mount NTFS shares with a simple alteration from read-only to read-write.
Only trouble is, I've Googled the heck out of it, and 10,000 results from Some Software for Newer macOS versions infests the information.
Anyone? Something about NTFS and rw instead of ro and... fstab, I think?![]()
Or, I might misunderstand - do you mean you want to make drives mount r/w in Linux?
I'm considering routers now, to put between their ... service box, andmy LAN, so I can have my LAN back. Any recommendations?FourthWorld wrote: ↑Wed Nov 13, 2024 2:54 am I also use T-Mobile 5G. Good value, but the Carrier-Grade NAT that drives their network prevents me from using my lovely 2U server for anything outside my LAN.
I've become okay with this, given how cheap VPSes have become.
Seems like specifying DNS servers worked around them adding ".lan" to numerical addresses.overclockedmind wrote: ↑Wed Dec 04, 2024 6:57 am So, I did get the file server to insist that is was 192.168.12.2, with a normal ping response.
The trouble is, how long does that last before there's an IP address conflict, et cetera?
Just glad to see two machines ping each other properly in a LAN (gawd, what misery.)
Thus, I'll still be adding another router to this equation.
Is this LAN-only?overclockedmind wrote: ↑Wed Dec 04, 2024 6:57 am So, I did get the file server to insist that is was 192.168.12.2, with a normal ping response.
The trouble is, how long does that last before there's an IP address conflict, et cetera?
Yep, LAN-only.FourthWorld wrote: ↑Wed Dec 04, 2024 5:47 pmIs this LAN-only?overclockedmind wrote: ↑Wed Dec 04, 2024 6:57 am So, I did get the file server to insist that is was 192.168.12.2, with a normal ping response.
The trouble is, how long does that last before there's an IP address conflict, et cetera?
Here I just used the DHCP Address Registration settings in my router to assign a fixed IP to my LAN server, no DNS needed.
If it needs to be reachable from the outside that's a much more complex issue requiring an external tunnelling service, due to T-Mobile's CGN.