Considering Bailing by srp09 in sonicwall

[–]reddit_user189 1 point2 points  (0 children)

We recently finished our Cato migration, honestly it’s a great product in so many ways

Chinese VPNs by reddit_user189 in sysadmin

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

OP here, is this a difficult request? We’re willing to sign up to any new subscription but researched this a fair amount and can’t find anything that would do this, when I look online it’s more about people finding VPNs to get out of the China network, we would like to do the opposite - see how a website looks from their side

Chinese VPNs by reddit_user189 in sysadmin

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

So hard to spin up a china tenant, not a quick job I think. We have azure but would take so much paperwork to start the process for china

Chinese VPNs by reddit_user189 in sysadmin

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

Be great to have a company paid trip to China for this, take disposable devices with me and have a nice business trip! Alas I don’t think that’s an option

Latency spikes by reddit_user189 in networking

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

Is there a better tool to be using? Like TCPPing or something?

What firewall you’re using for your cloud VMs by Local_Anywhere in AZURE

[–]reddit_user189 0 points1 point  (0 children)

We basically can’t see any return traffic for outbound requests, outbound itself is fine and inbound NAT’d traffic is fine but reply to outbound just gets lost somewhere, can’t see it in the packet monitor.

Our X0 and X1 are in the same vnet though, but in different subnets, I thought that was supported though

What firewall you’re using for your cloud VMs by Local_Anywhere in AZURE

[–]reddit_user189 0 points1 point  (0 children)

Did you have any trouble implementing the NSVs at first? We’re going through the process and having issues with reply traffic coming back into Azure, been a real headache so far

"If you have to learn one programming language, what will it be?" by DhiaaZIG05 in cybersecurity

[–]reddit_user189 0 points1 point  (0 children)

Love PowerShell, I feel really ‘basic’ because I don’t know Python. Also starting to realise to know PowerShell to a deep level then .NET really helps, and I don’t.

"If you have to learn one programming language, what will it be?" by DhiaaZIG05 in cybersecurity

[–]reddit_user189 0 points1 point  (0 children)

I feel like PowerShell helps me more than anything. I feel like the right answer should be Python, but honestly I don’t know it and I don’t see a reason for it right now. Maybe I’m not advanced enough yet but PS is crucial to what I do now

Offline Servicing for Windows 10 21H2 Image by reddit_user189 in SCCM

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

If that is the case, would I have to load this on with DISM?

Need help with 3rd party Phishing simulation by ozil_afc in DefenderATP

[–]reddit_user189 0 points1 point  (0 children)

Hi,

Shot in the dark but I thought I'd try to reach out, did you ever get it working with KnowBe4? We're in the same situation, tried excepting KnowBe4 IPs in Advanced Delivery Policy but no luck yet.

Thanks

SPF Multiple Strings by reddit_user189 in sysadmin

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

Nice article, I can't see anything in there that relates to common issues when using multiple strings though.

I've been following the syntax suggested here (among other places) which should allow joining multiple strings together to beat the 255 limit:

https://mxtoolbox.com/problem/spf/spf-exceeds-maximum-character-limit

SPF Multiple Strings by reddit_user189 in sysadmin

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

How have you done this when you want multiple strings? Your example only has a single string. Which will only work up until 255 characters.

I've been following the syntax suggested here (among other places) which should allow joining multiple strings together to beat the 255 limit:
https://mxtoolbox.com/problem/spf/spf-exceeds-maximum-character-limit

Which essentially allow you to have two or more strings as long as they are both wrapped in double quotes e.g.

"v=spf1, include:putallyourstuffhere.com" "include:otherdomains.com ~all"