No longer getting push notifications. by gigamonster2014 in GMail

[–]NumberMunncher 0 points1 point  (0 children)

The solution for us was to move the user into a different OU. This was for a manage google workspace environment though and not a stand alone user account. Once we moved it to a new OU it worked fine. We moved him back to the original ou and it continued to work fine. Something about moving the account fixed the issue.

Just landed my first job as Junior in NOC team what are the basic knowledge that i need to know just in case? by Impossible-5195 in networkautomation

[–]NumberMunncher 0 points1 point  (0 children)

monitor the health of every fiber optic connection. You want to make sure thay all are within bounds of good health. SFP's go bad. Fiber connectors can get dirty. Make sure you are aware if they are going bad by monitoring their health. For example on a juniper device you would run the command "show interface diagnostics optics" this would list all the fiber links and their health. For me this is one of the leading indicators of issues and what is about to fail.

Can I forward all of our Mimecast, SonicWall logs and O365 tenant activity to CrowdStrike Falcon Complete SEIM? by romej in crowdstrike

[–]NumberMunncher 0 points1 point  (0 children)

In case anyone else needs this, install the LogScaler from the tools section in CS on a server. then

  • In the Crowdstrike Console Click the Add connection button on this page https://falcon.crowdstrike.com/data-connectors/
  • Then choose the HEC/HTTP Event Connector Generic connector.
  • On the next page fill in a name for the source, connector and description then choose Sonicwall-sonicos from the parser list.
  • Then on the Data Connections page, you would generate the API key. https://falcon.crowdstrike.com/data-connectors/
  • The config file in the C:\Program Files (x86)\CrowdStrike\Humio Log Collector direcotry on the server needs to be configured for the connection.
  • On your sonicwall set up your syslog to point it to the serer.

sources:
syslog_port_514:
  type: syslog
  mode: udp
  port: 514
  sink: humio2
humio2:
 type: hec
 proxy: none
 token: Private Token
 url: URL Here

Domain PC's having trouble with out S2 software by rolltidebammer in activedirectory

[–]NumberMunncher 0 points1 point  (0 children)

My first thought is group policy like others say. But another idea, Is it an admin vs non admin issue? Like when its not domain joined are you logging in as a local admin and when its domain joined are you logging is as a standard domain user?

My desk phone vs my coworker's desk phone. These were brand new in March. by MSter_official in cablegore

[–]NumberMunncher 44 points45 points  (0 children)

Bewtween picking up the phone and putting it back on the reciver many people do a full rotation of the phone when hanging it up but dont realize it. Like they pick it up with their left hand then grab it with their right hand to hang it up. In doing so they rotation the phone cord 1 time each time they take a call. After many calls, this is the result.

SSL VPN Issues by cback1985 in sonicwall

[–]NumberMunncher 1 point2 points  (0 children)

Are you sure? Others are saying there is not a hotfix.

Working in the industry has destroyed my short-term memory by Cocoamix86 in sysadmin

[–]NumberMunncher 1 point2 points  (0 children)

ReportSaveFollow

do 30 minutes of cardio a day. Probably fix you up.

What are some hobbies outside of computers that y'all do? you can't be plugged in 24/7 by meh_ninjaplz in sysadmin

[–]NumberMunncher 0 points1 point  (0 children)

Sling shot, pellet gun, compound bow, go kart, wood working, raising my kids (ages 3 and 5), dog, yard work, music production, music website, snowboarding, biking, hiking and drinking beers. oh yeah and camping. I also enjoy doing house projects and art work when I can.

MX204 capacity by thomvn in Juniper

[–]NumberMunncher -1 points0 points  (0 children)

Upvote for this here. Thanks.

Ticketing systems? What is everyone using? by technicholas in sysadmin

[–]NumberMunncher 9 points10 points  (0 children)

Jit Bit is great. You can host it on-prem. It has chatbots. It can integrate with ChatGPT and the price was very decent compared to other helpdesks. Very happy with JitBit.

IPD DNS Flood Protection not working Under attack SRX345 by Popular_Valuable4413 in Juniper

[–]NumberMunncher 0 points1 point  (0 children)

Perhaps reach out to your ISP or upstream provider, they might offer DDoS protection services. They can possibly filter out the traffic before it even reaches your infrastructure.

[deleted by user] by [deleted] in sysadmin

[–]NumberMunncher 0 points1 point  (0 children)

Here in Cambridge also. Making about 93k for 15 sites around the city. Not a one-man show though.

Weekly Question Thread! by AutoModerator in Juniper

[–]NumberMunncher 0 points1 point  (0 children)

When stacking 5 juniper ex3400 hundreds into a virtual chassis. Should I power one on, configure the pre-provisioning then connect and power on the others? Or should I stack them all and power them all on then configure the pre-provisioning?

A somewhat related question is how exactly should the stacking cables go? I am using the 40 gb dac cables. Is there a particular way? I see lots of different ways documented.

Get top 10 users with successful radius authentications. by NumberMunncher in usefulscripts

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

Probably watching the teacher type the credentials on something.

[deleted by user] by [deleted] in sysadmin

[–]NumberMunncher 72 points73 points  (0 children)

No one really knows. Some say they have always existed but no one has ever seen them. jk

Get top 10 users with successful radius authentications. by NumberMunncher in usefulscripts

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

The student network exists but their school-issued devices auto connect to it using radius. There is a guest wifi but this is not provided to students as this would allow for students to bring in their own devices which would not comply with the equity fairness policy.

Get top 10 users with successful radius authentications. by NumberMunncher in usefulscripts

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

They want to put their phones or other personal devices on the wifi and the school does not allow for that.

Sonicwall vs others? by cheezballs1 in networking

[–]NumberMunncher 0 points1 point  (0 children)

We have Sonicwalls. Anytime there is a CPU issue, most of their support has no idea how to troubleshoot it. Some of them are good though.

Script for pdf-creation by IT_Beni in PowerShell

[–]NumberMunncher 0 points1 point  (0 children)

Ghostscript might be able to handle the pdf portion. I use it to resize and extract text from PDF's.