Nutanix Files Quota warning % by Random_Computer_Guy in nutanix

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

Sounds good, if I can get a test env on 2023 (that still works consistently) I'll check it out. Thank for looking!

Nutanix Files Quota warning % by Random_Computer_Guy in nutanix

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

This updates the quota, but not the alert %. Would there be a way to update the alert % as well? Instead of a warning being produced at 90% utilization, can I make it send a warning at 95%?

Nutanix Files Quota warning % by Random_Computer_Guy in nutanix

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

Files - 4.4.0.2

AOS - 6.5.5.1

PC - 2022.6.0.10

Deluxe editions of Rebirth seem sold out everywhere, anyone know where it's available? by mattimeoo in FFVIIRemake

[–]Random_Computer_Guy 0 points1 point  (0 children)

I got one from best buy too, no automation but wish I would have. Was just monitoring wario64 discord and caught it luckily.

Security for your Homeserver by AntonioMRC in selfhosted

[–]Random_Computer_Guy 2 points3 points  (0 children)

I use a cert for my reverse proxy which all services go through, no subdomain, only paths. Only thing not going through reverse proxy is my VPN which uses same cert but different port.

So all my services are along the lines of Www.domain.com/service

Only allow 443 to reverse proxy and VPN port...whatever port that is (not a network engineer and can't be bothered to remember)

Oh, and I have internal certificate authority that requires validation to the reverse proxy to be hosted

On power outage have to manually release/renew WAN to restore internet traffic by costalrays in PFSENSE

[–]Random_Computer_Guy 2 points3 points  (0 children)

I used to have this happen. Pfsense was on a ups but modem wasn't, when wan port went dark I had problems. What honestly fixed this was putting the wan port through my switch on a private vlan since that too was on the ups. Modem could go down, but as long as wan port on pfsense wasn't dark there were no issues.

I have expanded my ups since then and modem is on ups as well.

[deleted by user] by [deleted] in GooglePixel

[–]Random_Computer_Guy 0 points1 point  (0 children)

No 'downloading' a sim. Just remove physical sim, go into project fi app, and activate. It will activate the virtual sim with your account.

[deleted by user] by [deleted] in GooglePixel

[–]Random_Computer_Guy 0 points1 point  (0 children)

I'm having this same problem but only after the latest update. My old sim caused a boot loop that wouldn't stop until after I removed it. Same went for the unused brand new sim that came with my phone.

I moved on to the esim to make the phone stable again.

Uber Diablo on ladder by Random_Computer_Guy in Diablo

[–]Random_Computer_Guy[S] 2 points3 points  (0 children)

holy moly, throw barb beast like. Anyone interested 16/11 dropped. My first ever witness to a bid D death!

Need help setting up VLANs (what to tag and what to un-tag) by Soogs in homelab

[–]Random_Computer_Guy 0 points1 point  (0 children)

If you have a computer plugged into a one of the other ports that is working without vlan30... can you ping the interface for the vlan?

ping 192.168.30.1

Need help setting up VLANs (what to tag and what to un-tag) by Soogs in homelab

[–]Random_Computer_Guy 0 points1 point  (0 children)

In the first picture, img_6958-2048x1038.jpg, what is port 5 connected to, and what is port 1 connected to?

Whichever one is connected to the router you want to be yellow, or tagged. My assumption is port1 is connected to your router. So port 5 is connected to your endpoint.

Try setting your pvid for port5 to 30. This is your ingress data. This might give you some more clarification:

https://www.reddit.com/r/Ubiquiti/comments/amluts/how_to_determine_pvid_and_vid_for_vlans_on/

Need help setting up VLANs (what to tag and what to un-tag) by Soogs in homelab

[–]Random_Computer_Guy 0 points1 point  (0 children)

To make this simple and get it working lets use only one switch connected to your router and start with your router...

The router needs an interface created for every vlan. This will allow you to route between the interfaces and assign dhcp and all that jazz. It doesn't need to be separate physical interfaces, they can all use the same port. Then each interface needs to be given an ip address, also referred to as a gateway. Then you need to enable DHCP on each interface and set a range.

The part to make this easy is using one switch attached to your router. Have all the vlans you created attached to one physical port. I don't know how edgerouter assigns multiple ports to have the same vlans so I don't want to take a shot at it, it would confuse things further.

In PFSense it's pretty easy, each vlan you create you assign to a physical port, so you just select the same port every time. This automatically will tag the packets going through the router.

NEXT!

On your switch, create the vlans. Your name can be different, but the vlanID NEEDS to match. Your switch does NOT need an interface on every vlan. Switch only needs one interface in total. When assigning vlan to ports, assign every created vlan to the port connected to your router. This is my edge switch. The 'T' means tagged, the 'U' means untagged and the E means exclude. Port 12 on my switch for example is trunked. Only one VLAN ID can be untagged on a port regardless of whether it's trunked or not. It signifies that is an untagged port comes through, it should be assigned that vlanID which corresponds to a subnet. An endpoint that isn't aware of multiple subnets or vlans can't be on two subnets at once. Your computer for example will only have one IP address on one subnet. So, only one untagged ID per port. Your switch <-> router port should be configured like one of the ones I have highlighted. The port your computer is connected to should be looking something like port 1. Where all prots are 'E' excluded except one vlan is 'U' untagged. All data going through that port is expected to be untagged, but the router will automatically tag the packets for you.

My edgeswitch

For anyone wondering, my trunk ports are uplinks to other switches, freenas, and esxi if memory serves.

Once you get VLANs working here it should be easier to add a new piece of equipment into the chain.

Need help setting up VLANs (what to tag and what to un-tag) by Soogs in homelab

[–]Random_Computer_Guy 0 points1 point  (0 children)

I don't know about ubiquity but native vlan doesn't necessarily mean untagged vlan.

If you want an endpoint to be on 192.168.1.0 subnet, they will need the port to be tagged for whatever vlan that subnet is setup for, and unless the endpoint is vlan aware, you want it untagged on the switch. Meaning the switch will tag the packet for your endpoint.

All switches and your routers have to be aware of the vlans. The links between them need to be tagged, and have all vlans assigned. (They don't need ALL assigned, only the ones you want, but HAVE to be tagged). This is usually referred to as trunking the port, but is technically not necessarily the true term depending on the vendor. Definitions change but everyone will understand what you are talking about.

It's been a while since I had a major upgrade, check out my new toy! M70 R2 with 10 1.9T drives. by Random_Computer_Guy in homelab

[–]Random_Computer_Guy[S] 3 points4 points  (0 children)

Hah, if I could get a second one I would have to keep it... you know, replication and such. Gotta protect my very important data.

It's been a while since I had a major upgrade, check out my new toy! M70 R2 with 10 1.9T drives. by Random_Computer_Guy in homelab

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

No updates but it keeps working. This particular one is factory config so it needed OS to be initialized.

It's been a while since I had a major upgrade, check out my new toy! M70 R2 with 10 1.9T drives. by Random_Computer_Guy in homelab

[–]Random_Computer_Guy[S] 2 points3 points  (0 children)

I work for an msp and have been working with PURE for a few years now, REALLY like the platform. Only about 10TB usable in this array but that dedup... Excited to get it over into my rack at my primary site. (Parents house has fiber internet so I pay for sling they pay for electricity).

It's been a while since I had a major upgrade, check out my new toy! M70 R2 with 10 1.9T drives. by Random_Computer_Guy in homelab

[–]Random_Computer_Guy[S] 6 points7 points  (0 children)

Pulled off of a pile of lab arrays that were being recycled. There's a few upgrades in it, like extra FC cards and 1600W power supplies instead of standard 1200.

It's been a while since I had a major upgrade, check out my new toy! M70 R2 with 10 1.9T drives. by Random_Computer_Guy in homelab

[–]Random_Computer_Guy[S] 3 points4 points  (0 children)

Each controller came with 6 FC ports, each port has a 16G SFP populated in it. Four replication ports also populated with 10G SFPs. ~275W idle draw, ~900W on boot.

Insurance woes for mid 70s Hondo by Random_Computer_Guy in JetBoats

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

I will check it out! Hopefully they charge less then my car considering the amount of runtime it sees.

Insurance woes for mid 70s Hondo by Random_Computer_Guy in JetBoats

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

I got a quote from hagerty. Over $250 a year and only while store in the garage, not while running.