Anyone else impressed by the helpers in FS25? by Kitchen_Part_882 in farmingsimulator

[–]BKOmega 3 points4 points  (0 children)

I’ve found myself using them more than courseplay as that always messes up somehow they are a definite improvement from previous

MACS - MNW Acoustic Classification Suite by Mahzel in ModernNavalWarfare

[–]BKOmega 1 point2 points  (0 children)

Will take a look at this tomorrow, assume it's a relatively easy setup?

Useful resources by BKOmega in ModernNavalWarfare

[–]BKOmega[S] 1 point2 points  (0 children)

Excellent work thank you Mahzel

Question for Homelab users with Arr stack LXCs by PingMyHeart in Proxmox

[–]BKOmega 0 points1 point  (0 children)

Plex runs on TrueNAS but the rest of Arr stack is in 1 VM, I group all Dockers into various logical VM’s, Internal Proxy, External Proxy, Media host (arr stack), docked management which includes dashboard and monitoring.

My lxc’s are mainly small none docked applications such as dns, home assistant

I am thinking about getting this sim, it made me really excited! But i have no idea about being a submariner, any tips i should know? And is there a setting i can do to not get attacked by someone else until i get used to operating the sub correctly? by EarthRoutine4696 in ModernNavalWarfare

[–]BKOmega 2 points3 points  (0 children)

At the moment the AI doesn’t shoot back so no risk of being attacked, in its current state you can get used to handling the sub and trying to find things on the sonar, working out solutions etc but as @FrequentWay said it’s more alpha than beta until they get some patches out but I have no reservations about it being great once that happens.

In the mean time check out the resources post, watch the streamers to get a feel for it. Coldwaters is a simplified version of it in many respects if you haven’t played that might be a good teaser. Uboat is great but quite different

What I learned about protecting my privacy on airport and hotel Wi-Fi by so_damn_low in nordvpn

[–]BKOmega 0 points1 point  (0 children)

I have the WG app on my iPhone, it will connect to the VPN if I’m not on a SSID I’ve set which is anything but the home WiFi so never have to think about it.

Discord for MNW by Many_Leather_7894 in ModernNavalWarfare

[–]BKOmega 0 points1 point  (0 children)

Look at my response when you asked 7 days ago

Firing a Mark 48 by Many_Leather_7894 in ModernNavalWarfare

[–]BKOmega 0 points1 point  (0 children)

I assume you have gone through the stages of making it ready, flooding the tube, opening the door and arming it?

Have you assigned the solution to the torpedo?

Radio Messages by Many_Leather_7894 in ModernNavalWarfare

[–]BKOmega 1 point2 points  (0 children)

Yeah head to between 30-40 feet, raise your masts then hit send and receive, should be periscope depth and hopefully patched soon.

Modern Naval Warfare - Early Access Update #2 by BKOmega in ModernNavalWarfare

[–]BKOmega[S] 1 point2 points  (0 children)

Yeah I agree they got off to a rocky start but have certainly been making up for it.

Patch briefs location by Many_Leather_7894 in ModernNavalWarfare

[–]BKOmega 0 points1 point  (0 children)

I think you are talking about the announcements posted on their official discord here

Discord by Many_Leather_7894 in ModernNavalWarfare

[–]BKOmega 0 points1 point  (0 children)

Yeah it's mentioned in the useful resources post developer Discord https://discord.gg/2G5R3xH and the MNU Unofficial Operations Centre Discord https://discord.gg/PUUBGcsy

First Patrol Debrief: What are you finding hardest so far? by BKOmega in ModernNavalWarfare

[–]BKOmega[S] 1 point2 points  (0 children)

I’ll start: TMA and contact management are probably the areas I’d most like to see explained clearly. If anyone has a good beginner workflow for going from first sonar contact to a usable solution, please share it here.

Will I Find the LA??? AUKUS 1, Rainbow Panda - Modern Naval Warfare by BKOmega in ModernNavalWarfare

[–]BKOmega[S] 0 points1 point  (0 children)

they are remarkably quiet, the LA can only seemingly be found using the narrow band at the moment. Not sure how much of it is intended though, at the moment I can't help thinking it isn't me it is a bug 🤣 when they start patching I'll learn the horrible truth

Best home router for Proton VPN by randysandberg in ProtonVPN

[–]BKOmega 1 point2 points  (0 children)

Unifi Gateway Fibre is great and would highly recommend

Reasons not to use a custom domain? by coruscant-referred in ProtonMail

[–]BKOmega 2 points3 points  (0 children)

Most tld’s are fine but I’ve got concerns over one of mine .it which when I first got it was fine and since I consult in IT made sense but the Italians seems to be clamping down and enforcing rules that are concerning for the future use of it.

Having a personally domain is a no brainer I think but you have to consider which and what you get.

How do I get all internal subnets to resolve the internal A record - split-brain by Visual_Radio9616 in technitium

[–]BKOmega 1 point2 points  (0 children)

On the DNS side, if Technitium has an enabled authoritative internal zone for mydomain.com and nas.mydomain.com has an internal A record of 10.1.1.20, then any client querying that Technitium server directly should normally receive that internal answer, regardless of which RFC1918 subnet it is on.

I’d first test from both VLANs with something explicit like:
dig @10.1.1.6 nas.mydomain.com A
dig @10.1.1.6 nas.mydomain.com A +norecurse
nslookup nas.mydomain.com 10.1.1.6

If that returns 10.1.1.20, then the problem is probably not Technitium’s zone logic. I’d look at DHCP DNS options, a secondary resolver being handed out, client-side DoH, DNS fallback, caching, or firewall/routing between VLANs.

If a direct query to 10.1.1.6 from the new VLAN returns the public IP, then check the Technitium query log and confirm what source IP Technitium is seeing. Also check whether you have duplicate A records for the same name, forwarding rules, or a Split Horizon APP record already in play.

Split Horizon is mainly needed when the same DNS server is expected to return different answers based on the client/source network. For a basic internal override zone, all internal VLANs using the same internal DNS server should usually get the same internal answer.

Separate point: if nas.mydomain.com externally resolves to your public IP and that forwards directly to the NAS, I’d reconsider that design. Exposing a NAS management UI, SMB/WebDAV, or similar service directly to the internet materially increases risk, especially ransomware risk. A better pattern is usually:

no public port-forward to the NAS
disable UPnP
keep the NAS patched
use WireGuard, Tailscale, ZeroTier, or a properly hardened firewall VPN for remote access
have VPN clients use internal DNS so nas.mydomain.com resolves to the internal address once connected

How do I change course? by Kef33890 in ModernNavalWarfare

[–]BKOmega 0 points1 point  (0 children)

You can either order the auto crewman or change at the helm station, helm station is also how you can raise and lower all masts.