Quote from: chemlud on February 24, 2026, 05:05:36 PMWhat's next?Next you hope you're the only one subscribing, it's a shared medium. 😉
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: chemlud on February 24, 2026, 05:05:36 PMWhat's next?Next you hope you're the only one subscribing, it's a shared medium. 😉
Quote from: chemlud on February 24, 2026, 08:13:12 AMI reset my PPPoE every night on purpose, get a fresh IP. Why are people so upset by Zwangstrennung? DynDNS is up again in seconds, no problem.
Quote from: chemlud on February 23, 2026, 09:08:03 PM@athurdent is the peering problem relevant only for Gbit? or even with lower bandwidth? my 120 Mbit DSL from Telekom is not that a problem for my use cases.As it's peering-related, the problem will affect everyone. E.g. usage of 1.1.1.1 with packet loss, no fun. Lots of websites also use Cloudflare (IKEA, Discord, etc.) so during prime time those were heavily affected a while ago. Now it's OK again, but usually that holds for a few month and the problems start again. See netzbremse.de or Reddit, e.g. an analysis of the most recent event https://www.reddit.com/r/de_EDV/comments/1qkm5vt/zum_dtagrouting_zu_cloudflare/
What is the problem with Zwangstrennung? I do that "manually" every night, line up again in very few seconds with fresh IP...
Quote from: chemlud on February 18, 2026, 06:18:08 PMAny experience with Deutsche Telekom on that?
Quote from: nero355 on February 19, 2026, 09:31:00 PMOver here most people buy either a Huawei ONT or Nokia ONT for XGS-PON connections like this one : https://www.wisp.pl/p12211,huawei-optixstar-en8010ts-20-terminal-xgs-pon-ont.html
(Sometimes from the very same webshop by the way!)
Usually not very cheap and the availability is not that great either...
Quote from: pradip.marathon on November 04, 2024, 12:11:17 PM
Palo Alto can filter the content from website, example 1- I would like to give access of youtube except specific video category in youtube like Shorts, Movies, Non-Educational, Games etc.
example 2 - I would like to give access of facebook but not the games inside facebook.
Quote from: pradip.marathon on November 04, 2024, 11:17:33 AMQuote from: athurdent on October 30, 2024, 09:17:25 AMQuote from: pradip.marathon on October 30, 2024, 08:02:41 AMQuote from: athurdent on October 29, 2024, 08:10:11 AMQuote from: pradip.marathon on October 29, 2024, 07:46:44 AM
In a BYOD scenario, why would someone want to install a certificate on their personal device?
There should be a solution to implement TLS inspection without requiring any tools or certificates to be installed on the endpoints.
You should probably read up on how SSL Inspection works. ;)
I have already implemented and test the SSL inspection in my org, Installation of Zenarmor SSL certificate is mandetory in order work TLS inspection and filter the content.
Do you have any other aspect on this?
Every SSL Inspection implementation requires you to trust a signing certificate, i.e. install a custom cert. So unsure how one would expect Zenarmor to act differently when familiar with the requirements for SSL Inspection.
It's surprising to see such comments without a proper understanding of the context. I have clearly outlined the expected solution, fully aware of how SSL inspection works. While I understand that implementing SSL inspection typically requires trusting a signing certificate, I believe that solutions like those offered by Palo Alto already provide agent-less options to achieve the desired results.
Quote from: bimbar on October 30, 2024, 03:59:03 PMQuote from: Greg_E on October 30, 2024, 03:53:35 PM
I was lead to believe that the Zenarmor package could use any SSL certificate. If it only allows its self signed certificate, then that will be a problem that needs to be fixed.
Being a CA certificate, of course it's self signed.
Quote from: pradip.marathon on October 30, 2024, 08:02:41 AMQuote from: athurdent on October 29, 2024, 08:10:11 AMQuote from: pradip.marathon on October 29, 2024, 07:46:44 AM
In a BYOD scenario, why would someone want to install a certificate on their personal device?
There should be a solution to implement TLS inspection without requiring any tools or certificates to be installed on the endpoints.
You should probably read up on how SSL Inspection works. ;)
I have already implemented and test the SSL inspection in my org, Installation of Zenarmor SSL certificate is mandetory in order work TLS inspection and filter the content.
Do you have any other aspect on this?
Quote from: pradip.marathon on October 29, 2024, 07:46:44 AM
In a BYOD scenario, why would someone want to install a certificate on their personal device?
There should be a solution to implement TLS inspection without requiring any tools or certificates to be installed on the endpoints.
Quote from: subivoodoo on April 29, 2024, 04:24:47 PM
Hi,
It's not an issue "does not start"... OpnSense on Proxmox works great also with SR-IOV (I've updated to Proxmox 8.2.2 last weekend and it runs great). If it does not start, you probably have to disable secure boot in the "Guest BIOS" => that was my issue when I installed OpnSense on Proxmox the first time ;D
Your error message "smells like" none unique IOMMU groups...
It's an issue with Intel virtual function network interfaces and high availability virtual IP addresses that uses CARP. The issue is that CARP needs a second MAC address and the packet flow inside the Intel driver has some "issues with this by design" on X710 NIC's. That's why it is possible to ping the CARP IP from outside (from another client/PC) but not if the client runs "on the same physical NIC" with another virtual function network device on the same physical card.
As I figured out (and also this link tells us https://forum.proxmox.com/threads/issues-with-sriov-based-nic-passthrough-to-firewall.66392/) it's needed to define "vf-true-promisc-support on" on the Proxmox host on the first NIC interface + promisc is needed to be set within the guest (in our case OpnSense / I think for CARP OpnSense enables promisc anyway?). With this settings and a newer Intel E810 card all works... but it still doesn't work on older X710 Intel NIC's.
Regards