I revert the patches in order and found that communication is not possible if the following commits are applied
https://github.com/opnsense/core/commit/e4f0e92dc5f3c9a521031ff91b1d2070d059383b
I referred to that commit and found the cause
It was caused by using a 10Gbp/s line and setting Shaper's default pipe to 10Gbp/s!
You cannot view this attachment.
In my previous input, I used
https://github.com/opnsense/core/issues/5224
There was a section where I had entered 10000 Mbp/s because there was no limit on the number of Mbp/s, and I had to retype this as 40000 Mbp/s or 4 Gbp/s, or use the command revert
# opnsense-patch e4f0e92
Communication was restored with no problems.
https://github.com/opnsense/core/commit/e4f0e92dc5f3c9a521031ff91b1d2070d059383b
I referred to that commit and found the cause
It was caused by using a 10Gbp/s line and setting Shaper's default pipe to 10Gbp/s!
You cannot view this attachment.
In my previous input, I used
https://github.com/opnsense/core/issues/5224
There was a section where I had entered 10000 Mbp/s because there was no limit on the number of Mbp/s, and I had to retype this as 40000 Mbp/s or 4 Gbp/s, or use the command revert
# opnsense-patch e4f0e92
Communication was restored with no problems.