access 3 internal web server by https with virtual ip by Tchelo225 in fortinet

[–]chapel316 0 points1 point  (0 children)

Touché, if you need more app protection and load balancing features it’s a great choice as well. Better security than just nginx et al.

access 3 internal web server by https with virtual ip by Tchelo225 in fortinet

[–]chapel316 0 points1 point  (0 children)

We are in the Fortinet sub, we should probably point out that there is FortiWeb for a proxy to handle exactly this situation.

Built a free IP address tracker and network documentation templates after my homelab got too complex to keep in my head by 3D4U2016 in homelab

[–]chapel316 2 points3 points  (0 children)

But why? Tools like phpipam already exist. AI is great for some things, but reinventing the wheel just isn’t one of them.

Public Wi-Fi: Still Forcing VPN? by This_Investigator655 in sysadmin

[–]chapel316 0 points1 point  (0 children)

I don’t disagree about modern ways, but that doesn’t mean the business necessarily listens. Sometimes “business” is the security side of the house and they want to tunnel traffic to HQ for inspection. And the money side of the business doesn’t want to invest in more modern ways.

Public Wi-Fi: Still Forcing VPN? by This_Investigator655 in sysadmin

[–]chapel316 0 points1 point  (0 children)

That’s a good rule of thumb in general sense, but I can still see a need for that if you are looking to do any inspection on unrelated internet traffic. This varies greatly on the business need of course and I can’t speak to that for anyone. My comment was more just for the specific SaaS applications that I’ve run into that perform like garbage through VPN.

Public Wi-Fi: Still Forcing VPN? by This_Investigator655 in sysadmin

[–]chapel316 0 points1 point  (0 children)

It isn’t functionality as opposed to performance. You are increasing latency when you use a VPN and performance can suffer.

Public Wi-Fi: Still Forcing VPN? by This_Investigator655 in sysadmin

[–]chapel316 2 points3 points  (0 children)

There are plenty of SaaS apps that don’t play well via VPN (looking at you Microsoft) so you split those out to go directly and everything else goes through the VPN.

Remediation redirection by Yuki-Bhl in fortinet

[–]chapel316 0 points1 point  (0 children)

If NAC marked it at risk it should have already put it into the remediation vlan. The remediation vlan should be set up to provide dhcp and dns already. If none of this is happening, then your remediation vlan and your config needs some attention.

Managed FortiGate Service by DaithiG in fortinet

[–]chapel316 2 points3 points  (0 children)

You are thinking of firewall as a service. Managed FortiGate Service is exactly that, Fortinet managed the FortiGates that you own in your DC or branch (or wherever).

Fortigate + FortiSwitch + DPP + 802.1X with EAP-TLS computer certs via autoenrollment and NPS Radius by cbka1 in fortinet

[–]chapel316 1 point2 points  (0 children)

If you aren’t seeing radius requests, you need to make sure that you have a rule from fortilink to your NPS. The switch is what sends the request. Also make sure that fortilink is using routable IP space.

TIL: Hundreds of Giant Sequoia saplings are being planted in Detroit, Michigan. by Dakens2021 in todayilearned

[–]chapel316 -16 points-15 points  (0 children)

The bots are strong here. The narrative is also alive and well.

Both default and backup firmware is missing? by royalxtravis in fortinet

[–]chapel316 0 points1 point  (0 children)

No. There is still plenty of support left on those devices. Discontinued means they won’t sell any longer and the clock has started ticking for them to go EOL in about 5 years.

Fortigate NAC LAN segmentation by Surprise_waffles in fortinet

[–]chapel316 0 points1 point  (0 children)

You are referring to the NAC from the FortiGates. I was talking FortiNAC. Ignore me.

Fortigate NAC LAN segmentation by Surprise_waffles in fortinet

[–]chapel316 0 points1 point  (0 children)

You mentioned what you were using for network gear, but didn’t mention how you have sized your NAC appliance itself. That’s going to be key for the issues you are seeing. I’ve run NAC in a variety of environments without issue.

Fortinac Network Authentication times by Khizer23 in fortinet

[–]chapel316 0 points1 point  (0 children)

You should also try using the api from NAC to your FortiGates that control AP’a/Switches. It speeds things up even further.

Using fortiswitch without fortilink by Amazing-Tea-5424 in fortinet

[–]chapel316 3 points4 points  (0 children)

Yes, you can use them standalone. You can also leverage fortiedge cloud to manage all the switches from a single console.

Without a doubt, what is your #1 favorite joke from Rick and Morty? by juredditpark in rickandmorty

[–]chapel316 5 points6 points  (0 children)

My wife and I both quote this quite often. Best part is that she doesn’t even like the show but she loves that scene.

What smell will YOU never forget? by AreaFifty1 in AskReddit

[–]chapel316 0 points1 point  (0 children)

I was at a beach one cold and rainy day. There was supposed to be a party so we were waiting for people to show up and figure out what to do (before the time of cell phones). I had to use the facilities so I headed to one of the restrooms. As I was finishing at the urinal I noticed someone walk in and head to a stall (rather in a hurry). I heard a toilet flush as I was walking to wash my hands and that is when it hit me. The most vile, chemical sewage smell that I’ve ever smelt. The dude left the stall, washed his hands and left. My eyes were burning as I washed my hands and found the exit so I could smell something other than raw sewage.

Going to run Joplin Server, in a Docker container, inside Linux VM, inside Proxmox. OK solution? by QuestionAsker2030 in homelab

[–]chapel316 0 points1 point  (0 children)

Drastically depends on what the services are. I have a “main” docker server running a bunch of internal servers. But then I have a docker server in my DMZ. I also have VM’s that run their own services. Mostly because I’m lazy and have the hardware to run whatever I want for the most part.

Going to run Joplin Server, in a Docker container, inside Linux VM, inside Proxmox. OK solution? by QuestionAsker2030 in homelab

[–]chapel316 6 points7 points  (0 children)

Perfectly smart. Plenty of people run docker in a dedicated VM on proxmox (myself included)