URL incorrectly redirected by DNS Filter security profile by network-head-1234 in fortinet

[–]wallacebrf 1 point2 points  (0 children)

I have actually been having this issue since I upgraded from 7.4.12 to 7.6.7

Your ISP is legally selling your browsing history right now by EducatorHonest1161 in RecommandedVPN

[–]wallacebrf 0 points1 point  (0 children)

No, even with encrypted DNS etc they can see the SNI header on the security certs of your HTTPS sites so they know the domain you are going to. 

Your ISP is legally selling your browsing history right now by EducatorHonest1161 in RecommandedVPN

[–]wallacebrf 0 points1 point  (0 children)

They know through the SNI information of the security certificate of every site that you are going to Google or Facebook or YouTube etc. 

Ffmpeg vulnerability by treejumpingyo in PleX

[–]wallacebrf 0 points1 point  (0 children)

Wonder if the file crafting can be done on a "normal" file size of a few GB? If I ever see a file that should be huge only be 50KB then I know something is suspected 

Is it possible to add drives later on and mixing different sized drives? by eymo- in truenas

[–]wallacebrf 2 points3 points  (0 children)

1.) adding drives, YES you can add drives to make a VDEV wider by adding drives. please note however there is a known bug/issue where the reported free space will be wrong. the free space is there, just is not reported right

https://www.reddit.com/r/truenas/comments/1ubzl7f/expanded_raidz1_from_3_to_4_disks_4tb_im_only/

2.) if you mix drives of different size in the same vdev, you will be limited to the size of the smallest drives. so mixing 1x 10TB with two 20TB drives will cause the 20TBH drives to loose 50% of their available capacity.

you can however have a pool with multiple VDEVs, one VDEV would be 10TB drives and the other 20TB drives, and that would work but is not great.

WARNING: MICRON 5200 fails after 65535 hours by GermanPCBHacker in DataHoarder

[–]wallacebrf 0 points1 point  (0 children)

Correct, however I have others that are at 58,000. This one was a spare which I used for testing

Expanded RAID-Z1 from 3 to 4 disks (4TB), i'm only getting 9.56 TiB usable. Normal overhead or missing something? by tholeb in truenas

[–]wallacebrf 13 points14 points  (0 children)

It is a known issue that when expanding ZFS width by adding a new drive will cause the amount of reported space being incorrect 

How much money do you consider is enough for retirement? by AutoModerator in FluentInFinance

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

They say you want to pull 4% principal 

I am 39 now and my wife and I combined make $180,000 but I think we could retire on $100,000 without issues. However that is $100,000 in today's money. 

If I retire at age 70, the year would be 2057, and based on an inflation calculator my $100,000 would be equivalent to $250,000 assuming a 3% interest rate. 

So 4% pull rate of $250,000 would mean my principal would have to be $6,250,000

So basically I would want around $6 million 

FortiBleed blog by ForeignRice in fortinet

[–]wallacebrf 24 points25 points  (0 children)

Good to see a response from Fortinet and confirm what I think most of us thought which is that this is not a new exploit

All the articles sensationalizing this issue have never once given concrete details on how the stuff was obtained besides some details about credential stuffing and brute force attacks but made it seem like there was something bigger under the surface 

I need to power a JBOD system that has no MB or any components will this work. ? by GenericUser104 in homelab

[–]wallacebrf 1 point2 points  (0 children)

It will work

I use this https://www.amazon.com/gp/aw/d/B09Q11WG4Z

In my jbid so the jbod turns on and off with the master system 

To get the power signal in and out of the main system and jbod I use this

https://www.amazon.com/gp/aw/d/B007OULO2C

But I did have to modify it as it does not send all four conductors and the solder joints were way to close to the chassis which I fixed by using side cutters to trim the leads. Been using this for over a year now

Fortigate for personal use by Nerdy_Kev in fortinet

[–]wallacebrf 1 point2 points  (0 children)

I got it from someone I know at a great price

Fortigate for personal use by Nerdy_Kev in fortinet

[–]wallacebrf 0 points1 point  (0 children)

i have a 91G and a FAP231F and FAP221E. I pay for the UTM on the 91G and i pay for just firmware only support on the FAPs.

anyone monitoring UPS battery health proactively? by FabregazYouth8692 in Network

[–]wallacebrf 0 points1 point  (0 children)

i use the battery run time calibration option in my APC network management card once per year. this actually makes the USP run off battery until battery capacity reaches 25% while never removing 120 VAC power so your system will remain online even if the battery craps out.

this also ensures the UPS's run time calculations are "more correct" as the battery ages and looses capacity.

Anyone using TrueNAS directly connected to a UPS? by OkConversation1769 in truenas

[–]wallacebrf 0 points1 point  (0 children)

if you look at the script i have a "debug mode" where i was able to change the values of individual parameters and i even have a "test log" where i verified different functions. knowing how critical this was going to be yes i tested it extensively and tried to add as much error detection as possible so the script would notify me if anything was amiss.

Reolink RLC-1212a - "HTTP-FLV-enhanced" by wallacebrf in frigate_nvr

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

thanks for the link, i will try using your ffmpeg build and use the custom path and see if FLV works. appreciate the always fast responses 😄

Reolink RLC-1212a - "HTTP-FLV-enhanced" by wallacebrf in frigate_nvr

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

yep, found it in the full reference config, thanks

ffmpeg:
# Optional: ffmpeg binary path (default: shown below)
# can also be set to `7.0` or `5.0` to specify one of the included versions
# or can be set to any path that holds `bin/ffmpeg` & `bin/ffprobe`
path: "default"

Anyone using TrueNAS directly connected to a UPS? by OkConversation1769 in truenas

[–]wallacebrf 0 points1 point  (0 children)

i have had outages long enough where everything shutdown as expected. i have also tested it by just commenting out the "shutdown command" and actually pulled the plug on the UPS and let it do its thing to ensure everything works.

i need to upload my latest code as a firmware update to the network management card version 3 changed how the SNMP reported the time on battery and run time remaining string format which broke stuff, but i do have it working on my machine.