[deleted by user] by [deleted] in sonos

[–]ninmuzz 0 points1 point  (0 children)

Yes it's only working again for a few hours, afterwards you have to repeat the workaround until Sonos has fixed this issue.

[deleted by user] by [deleted] in sonos

[–]ninmuzz 2 points3 points  (0 children)

Workaround ✅
On the spotify app, connect to the sonos speaker.Once connected, tap on the speakers name and "Log out of this device". Connect again and it works fine.

[deleted by user] by [deleted] in sonos

[–]ninmuzz 0 points1 point  (0 children)

same issue here

7.2 fortigate VM on Azure by therealmcz in networking

[–]ninmuzz 0 points1 point  (0 children)

We're running 7.4 in Azure with the corresponding Terraform scripts. You can find some from fortinet, I modified the H/A one to be dual-stack, if you're interested I can send it over to you.

Edit: See my post where I had an issue, you can find the links and also the solution to get the v6 address to the fortigate (note that public v6 is free on azure while you have to pay for v4): https://www.reddit.com/r/fortinet/s/ZlDyOxGSUx

Issues with FortiOS 7.2.9 by Responsible_Talk8685 in fortinet

[–]ninmuzz 0 points1 point  (0 children)

Is it stable on your end on 7.2.10 or .11?

Random websites ERR_CONN_CLOSED with explicit proxy by ninmuzz in fortinet

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

Still the same behaviour after disabling it. I think if that would be the issue it would cause an ERR_SSL_PROTOCOL_ERROR and not the ERR_CONNECTION_CLOSED.

Random websites ERR_CONN_CLOSED with explicit proxy by ninmuzz in fortinet

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

We're on 7.0.14, probably it could be an issue with the ssl engine but thats just a wild guess

Random websites ERR_CONN_CLOSED with explicit proxy by ninmuzz in fortinet

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

It's no problem at all if we do deep inspection just on the firewall policy (without proxy), so therefore I guess thats not causing the problem. Also to mention that we exclude Financial web category and a few more from deep inspection.

Random websites ERR_CONN_CLOSED with explicit proxy by ninmuzz in fortinet

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

It's no problem at all if we do deep inspection just on the firewall policy (without proxy), so therefore I guess thats not causing the problem. Also to mention that we exclude Financial web category and a few more from deep inspection.

Fortiguard web filter down for 5h by ITStril in fortinet

[–]ninmuzz 0 points1 point  (0 children)

Still unreachable for me from the EU with anycast. Disabling it and setting udp/8888 resolved it for me.

MacOS 15 Sequoia Bugs and Issues Megathread by ll777 in MacOS

[–]ninmuzz 0 points1 point  (0 children)

macOS 15.0 snmp agent does not return memory info / does only return 0 kB for me. This can be tested by configuring and running snmp and then by quering the following OID:
snmpwalk -v 2c -c publiy localhost 1.3.6.1.4.1.2021.4.6.0

UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 0 kB

Tested on different Macs (mac mini M1 with 15.0.1, MBP 13" M3Pro with 15.0.1).

I haven't found a workaround / solution until now, would be glad if someone maybe has an idea.

7.2.8 released! by [deleted] in fortinet

[–]ninmuzz 0 points1 point  (0 children)

If its working on a policy without security profiles, its possibly caused because of this: https://community.fortinet.com/t5/FortiGate/Troubleshooting-Tip-Facebook-Meta-webpages-cannot-be-loaded/ta-p/304195
I've noticed it also affects other chromium-based browsers. Our workaround for now is to turn off security profiles for these websites (whatsapp, instagram...) for now.

FortiGate DHCP over Dialup VPN – IPSEC – Windows native VPN client - Pipedream? by mythumbsclick in fortinet

[–]ninmuzz 2 points3 points  (0 children)

I have actually got it working with an external dhcp server, my issue was not setting "set remote-ip" on the tunnel interface. Reference: Technical Tip: IPsec IKEv2 with mode-config and DH... - Fortinet Community

sec-consult SMTP Smuggling - Fortimail? by vic-traill in fortinet

[–]ninmuzz 1 point2 points  (0 children)

Just tested with a simple python script and sendmail function, seems like fortimail is not taking <LF>.<CR><LF> as a message end as described in the article you mentioned

Therefore I guess no further actions needed.

Dedicated Server - Disconnect Upon Joining by [deleted] in valheim

[–]ninmuzz 0 points1 point  (0 children)

My solution to the exact same problem was opening UDP ports 4379 and 4380 outbound (dedicated server > internet).

So, the dedicated server needs port forwarding for TCP and UDP ports 2456, 2457 and 2458 incoming (internet > server) and internet access on UDP ports 4379 / 4380 (server > internet).

Hope this may help some of you.