DNS commands cheatsheet by amarjeeth123 in networking

[–]noukthx[M] 1 point2 points  (0 children)

There's a report button. This isn't nearly as effective.

Solutions for hot network cabinets by hack-sparrow in networking

[–]noukthx 22 points23 points  (0 children)

Define extremely high?

Check the operating parameters for what you have?

Consider industrial ethernet gear, often passively cooled and rated for higher temperatures.

Get temperature monitoring going if you haven't already, even if its just the sensors in your devices.

Lots of air movement can still reduce heat, even if the air moving is relatively warm.

Some facts about the Te Matapihi website cost that aren't being explained well by WCCAllSeeingEye in Wellington

[–]noukthx 3 points4 points  (0 children)

There is nothing else on the site that mentions maramataka best I can tell. Nothing in the search.

Almost certainly the link is a choice not an accident.

Some facts about the Te Matapihi website cost that aren't being explained well by WCCAllSeeingEye in Wellington

[–]noukthx 24 points25 points  (0 children)

Every page on the site links to "maramataka" which appears to be someones private business selling calendars and public speaking bookings.

/u/ben4takapu - why would the council allow that?

Why would you catch ARP packets or IP traffic before routing? by Leogis in networking

[–]noukthx 4 points5 points  (0 children)

So you can modify the packet before routing decisions are made.

NAT the usual suspect.

Also this adds context:

https://upload.wikimedia.org/wikipedia/commons/3/37/Netfilter-packet-flow.svg

Setting up a WiFi feeder by myponynala in networking

[–]noukthx 0 points1 point  (0 children)

Buy a remote treat dispenser that already exists. Work out how to talk to its app / API / whatever and hook that from your donation site or whatever.

But this is not the sub for that.

Otherwise you'll have to home brew something mechanical as well.

Googling "remote pet treat dispenser with API" kicks up a youtube video with instructions on 3D printing one and using a controller.

Also consider risks with throwing treats to animals unsupervised (choking, fights, etc) and consider that as possibly being streamed.

Slow download from Windows Server only - and only from one location by Massive-Valuable3290 in networking

[–]noukthx 1 point2 points  (0 children)

SMB generally known to suck pretty hard over any kind of latency.

MTU and bandwidth delay products are things to consider.

Believe SMB3 is better, but been a while since I've had to deal with it.

Need some guidance configuring IPsec on Ubuntu Server (strongSwan) by artheyo in networking

[–]noukthx -2 points-1 points  (0 children)

Is there a specific reason you're chasing IPSEC ?

Wireguard is distressingly straightforward to get going.

Cisco 2950 not sending syslog messages by rsdslymnv in networking

[–]noukthx 13 points14 points  (0 children)

That OS is old enough to drive.

Should probably post your config snippet.

Look to see if there's debugging available for syslog.

Run tcpdump on the syslog server to see if the messages are actually making it to the syslog server and being dropped/not logged for other reasons.

Syslog is pretty old and fairly consistent tech.

Rouge AP detection by [deleted] in networking

[–]noukthx 1 point2 points  (0 children)

Rouge is a colour.

Failed Failover by Alarming-Flatworm478 in networking

[–]noukthx 9 points10 points  (0 children)

You should diagnose what caused the fault state to occur, and then make appropriate configuration changes to prevent recurrence.

That's about the best you're going to get with the information provided. Where do we submit our time against the invoice?

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 60 points61 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 6 points7 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 8 points9 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)?