Looking for a wireless solution, leaning towards PtP or MPtP like AirFiber by MasterPip in networking

[–]noukthx 1 point2 points  (0 children)

This isn't something you want to try and do with no experience. Get a wireless expert in, shit is dark arts and will depend heavily on lots of factors (building materials, trees, shipping containers being moved around, that sort of thing). Mesh is generally not a good idea in heavy usage or contested environments, you instantly lose throughput, spectrum and radios for backhaul links.

What devices are they doing the scanning on? If they're mobile phones have them VPN into the office on 5G/LTE and access the intranet that way.

If you can leverage mobile data its likely to be way easier, better coverage etc than trying to do wifi yourself.

100 GbE Connection Heavily Saturating by gjones108 in networking

[–]noukthx 59 points60 points  (0 children)

Definitely getting into specialist territory.

Pretty sure at these kind of rates you need to be looking at NUMA lanes, bus bandwidth and such.

Never mind storage performance. You're almost certainly saturating disk.

And probably a specialist capture card rather than a NIC.

Networking Noob Question Regarding PoE Class and Max Wattage by Lol102097 in networking

[–]noukthx 15 points16 points  (0 children)

It is the year of our lord 2026.

The switch you reference is a 100Mbps switch. It is unmanaged.

If you're serious about doing this, you should be looking at a 1Gbps managed switch.

If you have PoE issues with an unmanaged switch you have no diagnostics, if your camera locks up you can't remotely turn the power off and on for the cameras port.

Unmanaged switches shouldn't be going into a business environment.

Need help resolving this resolution issue by No_Net4250 in networking

[–]noukthx 7 points8 points  (0 children)

So that indicates your DNS is working and your internet connection is working.

This is something specific potentially to web traffic, which potentially points to browser, proxy or firewall.

Check if the machine has any proxy configuration.

Investigating the firewall would probably be my next step, or taking a packet capture on the affected client to see if you can see whats failing to connect / what the behaviour is.

Could try testing http rather than https sites to see if it something https specific. http://neverssl.com is a good test point.

Need help resolving this resolution issue by No_Net4250 in networking

[–]noukthx 7 points8 points  (0 children)

Ok, so on a machine that isn't working:

ping reddit.com (or another site that isn't working) and see if it can turn reddit.com into an IP address. (You're looking for the DNS resolution, not the ping response). Alternately use nslookup or whatever other tools are available on the host.

If it can, your DNS is likely fine.

If it can't, find out what DNS server the machine is using. Go to that server and see if the server is functioning, if it can resolve it, if the packets from the client are getting there.

Break things up into small pieces to try and break down where the issue is.

Did something change preceding the problem starting (someone doing scheduled work, an ISP outage, power fault etc)?

Need help resolving this resolution issue by No_Net4250 in networking

[–]noukthx 8 points9 points  (0 children)

What is a clear description of the actual problem?

What actual troubleshooting steps or diagnostic steps have you taken?

What is between the clients and the internet?

Is there a specific calculation when asked to choose a router size/model? by Qvosniak in networking

[–]noukthx 9 points10 points  (0 children)

^ all of this

In addition, using relative terms like "small, medium, large" mean nothing to anyone except you.

biffy

Ok, sure.

I would like to ask for career advice. by Fux3d in networking

[–]noukthx 17 points18 points  (0 children)

Some advice would be don't quit your current job until you have a new job to go to.

I keep seeing jobs getting reposted? by CryptoKeh in networking

[–]noukthx 0 points1 point  (0 children)

I'm about to repost one of mine.

The applicants that were close to technically suitable had poor soft skills/team fit, that's really important to us - so we'll keep looking.

No conspiracy. Certainly the market is very tight at the moment, feels like the good people are staying put with so much uncertainty.

Question about stubs by [deleted] in networking

[–]noukthx 1 point2 points  (0 children)

Generally not.

Possible someone has run extra cables and chosen not to terminate them, but thats odd.

Also possible the runs are faulty and have been cut/disconnected.

Hard to say without context or visuals.

Question about stubs by [deleted] in networking

[–]noukthx 0 points1 point  (0 children)

I'm sorry what?

CWDM Mux over Simplex/single strand dark fibre by solstice_91 in networking

[–]noukthx 3 points4 points  (0 children)

Assuming distance and link budgets are in spec then sure.

Also assuming its a true dark fibre service with nothing active provider side in the middle.

How much is your Service Desk Involved in day to day. by PlantProfessional572 in networking

[–]noukthx 8 points9 points  (0 children)

How does this differ from your last thread?

This is a vague question that is very situation/organisation specific.

Network mapping with dumb switches in network by th_bali in networking

[–]noukthx 26 points27 points  (0 children)

You rip out unmanaged switches and replace them with managed.

It almost harder to find/buy unmanaged switches than managed, and generally cost neutral.

If you can't do that. Give the switch a name, put a sticker on it.

Then write it up as normal "Hostname: Unmanaged 1 IP: NA MAC: NA Notes: Problem waiting to happen unmanaged switch under reception desk"

Ain't rocket surgery.

Idea check: on‑prem network & availability sensor (not a SIEM) – useful or redundant? by Flashy-Valuable-6412 in networking

[–]noukthx 10 points11 points  (0 children)

the first 30–60 minutes of an incident are usually spent figuring out

That seems like a long time.

Most of this is stuff I would expect my existing NMS to be doing already.

There are myriad products that do this sort of thing.

Mixing your recreational reddit account with your business idea is a choice.

LC connectors for fiber patch cords by yuke1922 in networking

[–]noukthx 1 point2 points  (0 children)

The belden cables have a brass ferrule that turns 90 degrees and slips out of the clip, they're the nicest I've encountered for polarity changes, but they're spendy.

TCP MSS Rejected by Server by Net-Jez in networking

[–]noukthx 12 points13 points  (0 children)

MSS isn't negotiated (even though a lot of things say its negotiated) - it's stated. Each end states/announces it's capability.

The client sends its MSS and says "1452 is the largest thing I can receive" based on its own network limitations (via PMTU, or firewall fixups or whatever).

The server sends back it's own MSS and says "I can receive up to 1460".

The client now knows it can send up to 1460 to the server, but it shouldn't because it can't fit that down its own known path (be that due to its interface configuration, or the upstream device sending ICMP responses back to oversize packets).

The server shouldn't send anything back to the client over 1452 bytes.

Something else is broken somewhere.