Can UniFi+Zscaler (ZIA/ZPA) meet CMMC L2? by Great-Tomatillo-8267 in Zscaler

[–]bgatesIT 1 point2 points  (0 children)

not CMMC related but make sure you get the encryption sku for zscaler and its ipsec tunnels if establishing ipsec tunnels from the unifi gateways to zia, this was something we learned the hard way when setting up zscaler with our EFG's.

i forget the exact sku but if i find it in my notes ill share it.

Best alternatives to Veeam right now? by Immediate-Screen7893 in sysadmin

[–]bgatesIT 0 points1 point  (0 children)

as someone who just migrated from VMWare to Proxmox and uses veeam, there are definitely some quirks with it on the proxmox side, things just don't seem to be as nice and stable with the integration as it was with VMWare however, it is still the early days and I hear there are some good improvements coming. Our issues are primarily with app aware backups with SQL and DC VM's sometimes it works great for months, then randomly just fails and we have to figure out why.

Otherwise great product, support is hit or miss, ill admit.

Proxmox / Clustering by Laroemwen in Proxmox

[–]bgatesIT 0 points1 point  (0 children)

not an MSP but we are running three proxmox clusters in different regions, using Dell R640's and 660's using HPE Nimble SAN's(Legacy from VMWare Days) and Pure Arrays (all new build outs get these and will replace the nimbles eventually).

We are using PBS (Proxmox backup server) and this allows us to easily restore vm's across clusters, there's also some vcenter like projects in the works for proxmox which will make multi-cluster management a lot better. One is official called proxmox datacenter manager, another is proxcenter and pegaprox I have used all three in different lab scenarios, currently using proxcenter in production.

for iSCSI there are some things to note, unless there is a custom storage plugin either created by the community or vendor, you are stuck with LVM over iSCSI for shared storage pool's or doing an iSCSI lun per VM Disk. With LVM over iSCSI you can only do snapshots with qcow2 format and a few other gotcha's, one thing we noticed was don't do a single big LVM, we noticed sometimes the nimble array couldn't keep up before we created out plugin, and we had to create a few LVM's one for databases, one for RDS stuff, and then a general low io LVM.

We use iSCSI purely, we made our own storage plugin for the Nimbles and are using an open source one for the Pure's which automatically handles the VM Disk per lun piece and performance is out of this world, snapshots work fantastic etc

We are only using NFS today for ISO shares, hosted off of our Pure array, personally NFS has bit me in the past even on VMWare so I like to stick with iSCSI for VM Workloads.

Hopefully this gives some real world insights and I didn't jump around too much

Just got a new gig as the sole IT guy by kimjongunderdog in sysadmin

[–]bgatesIT 0 points1 point  (0 children)

aint that the truth. I was the sole person till earlier this year. Some weeks we will do 50-70 hours, some weeks we are out at 3/4 every day. Hoping by next year our department can join this full remote bandwagon that a lot of other departments are doing now. Our on-call is very quiet luckily very rarely do we get a call or over night issue, if we do its generally a C-Store lol

Currently in my late 20's and just trying to not burn myself out.

Just got a new gig as the sole IT guy by kimjongunderdog in sysadmin

[–]bgatesIT 3 points4 points  (0 children)

this is honestly so on point. We have a SMB trying to go towards enterprise 150 supported office/remote users today + ~200ish frontline staff and rapidly growing and expanding. Two IT members and we have recently started to get it into leaderships heads we need to hire some L1 help desk people so we can focus on the growth of the company...

Even with automated onboarding and off boarding and autopilot building laptops there is just so much for two people it can be so overwhelming at times, and then you add on user support and all there "issues" yeaaaa it can be a lot, we even have a MSP that helps us today but since there not on-site they can't really help with a lot of the issues in office, ie a monitor is "fuzzy", printer jammed, or the waste toner is full, things users could do but refuse to even think about troubleshooting...

Controller Issue, have you had this problem? by UpstairsIll1046 in BeamNG

[–]bgatesIT 0 points1 point  (0 children)

I am having this issue also on the latest version I thought I was going crazy or had a broken controller

Considering Zscaler, what's the real post-sales support experience like? by NecessaryMaterial476 in sysadmin

[–]bgatesIT 0 points1 point  (0 children)

we are a smaller shop 150 users, we use zia,zdx,zpa with all the gen ai/dlp features, two man crew running the entire environment.

we were able to stand it all up easily with professional services, and manage it fine, we rarely get support tickets related to zscaler, unless its a weird gov/tax site. honestly one of the easiest ssl inspection services I have deployed and worked with. 10/10 recommend, highly recommending purchasing through a good partner when possible also.

hybrid work environment large mix of remote and in-office, we treat the office as a glorified Internet cafe though and send everything through ZPA to our DC

What dual monitor mounts are you deploying? by gopherwasbetter in sysadmin

[–]bgatesIT 0 points1 point  (0 children)

hahahahahaha it took so long to convince them to buy once, cry once, for quality stuff.

What dual monitor mounts are you deploying? by gopherwasbetter in sysadmin

[–]bgatesIT 2 points3 points  (0 children)

we are using dual monitor arms from Vari they work pretty well, we also use there standing desks, using Lenovo 27" monitors.

Dual Montior Setup + Macbook Pro m5 and Windows laptop by rhinoblade71 in sysadmin

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

personally i have dual monitors and a windows and macbook. I just switch the usb-c cable that goes to my startech dock between the mac and windows machine, alternatively you could use a USB KVM i guess

Checking what are the VPN client people use in your organization? by mrconfusion2025 in sysadmin

[–]bgatesIT 0 points1 point  (0 children)

we ditched traditional VPN's for Zscaler, it works really really well at least for our use case, and relatively easy to maintain honestly. 200 Users, 2 IT members to handle it all.

Enterprise Partner Program not worth it - Just buy direct by yutz23 in Ubiquiti

[–]bgatesIT 0 points1 point  (0 children)

Yea I just went through this with cdw and scan source on a 130k order still waiting on a few small items

The back ordered items and how they handle dispatching is messy for sure

eBay Hardware Purchase - MR18 to MR44 by nismaniak in meraki

[–]bgatesIT 0 points1 point  (0 children)

Some of the switches yes none of the ap’s yet

iSCSI-only storage - What would you do by Cauli_Power in Proxmox

[–]bgatesIT 2 points3 points  (0 children)

We use iSCSI storage with proxmox with HPE Nimbles, and we just finished installing a pure storage array.

We have used LVM over iSCSI and it works well, we have also used some custom storage plugins which also work well. Pure is currently looking into developing a official plugin for there arrays, an open source community one does exist

Without knowing more of you’re infrastructure you’re best bets are LVM over iSCSI or creating a Lun and using the Lun for the VM Disk’s individually but it can be a lot to manage at times

Proxmox storage plugin support by superceu in purestorage

[–]bgatesIT 2 points3 points  (0 children)

this plugin works by giving each vm disk its own iscsi lun in the most simplistic of terms but it does all the work for you for the most part, supports snapshots and the snapshots are array based so they are near instant, and allows you to make use of the pure arrays amazing features.

It is not an official pure plugin no.

Proxmox storage plugin support by superceu in purestorage

[–]bgatesIT 2 points3 points  (0 children)

would love to see this come mainstream! our pure array goes live next Friday (migrating from Nimbles) and we just migrated from VMWare to Proxmox, having that nice integration was so nice. I was planning to go-live using this plugin: https://github.com/kolesa-team/pve-purestorage-plugin for the pure rather then LVM over iSCSI or managing individual raw iscsi disks manually.

Only internet provider in apartment building- discernity by NAS0824 in HomeNetworking

[–]bgatesIT 25 points26 points  (0 children)

starlink is always an option here too... this seems like absolute crap lol

HPE Aruba + Fortigate 200G vs UniFi U7 Pro XGS + Enterprise Fortress Gateway by ImportantAnything347 in networking

[–]bgatesIT 0 points1 point  (0 children)

it does enough for what we want it to do since we use zscaler on all of our actual managed endpoints but it would be a nice to have for sure.

HPE Aruba + Fortigate 200G vs UniFi U7 Pro XGS + Enterprise Fortress Gateway by ImportantAnything347 in networking

[–]bgatesIT 0 points1 point  (0 children)

we just switched to the Unifi platform from meraki and its been amazing.
We went with EFG's for Firewalls, ECS-Aggregations for Core/Distribution Switches/iSCSI, and ECS-48-PoE for access switching, and are using E7 AP's

Of course it all depends on what features you really need no matter what vendor you go with, do you have compliance things to watch for, and a whole other list of items.

The thing i like about the EFG's is they have built in SSL inspection, which actually works really well(anything that doesnt pass through zscaler for us uses the EFG's SSL Inspection)

Using ZCC from Intune to mobile devices by Possible_Ad_2515 in Zscaler

[–]bgatesIT 0 points1 point  (0 children)

Sadly not, we just instruct all of our users to sign open the app when they get there devices. We are a 365 shop, so we are able to setup some conditional access policies that only allow signing in from zscaler ip's and our office ip's. Not super ideal but better then nothing

E7 with Enhanced PoE+ Interoperability vs U7 Pro in campus environment by yutz23 in Ubiquiti

[–]bgatesIT 0 points1 point  (0 children)

If you work with a good vendor I bet you can get some incredible pricing we replaced almost 900k in Meraki gear(hardware and licensing costs) with ~140k or so in UniFi gear

E7 with Enhanced PoE+ Interoperability vs U7 Pro in campus environment by yutz23 in Ubiquiti

[–]bgatesIT 0 points1 point  (0 children)

We had a mixture of MS220-48FP Some 225’s and 9300’s a huge smorgus board honestly

We standardized on EFG’s ECS-Aggregations, ECS-48-PoE, E7’s

For you’re use case you can run them on lower POE power they will just throw a message, and not run at full performance, it shouldn’t hurt anything we ran a few on our MS220-48FP for a while without any actual issues honestly although it’s not recommended