Probably MSS issue? Heres the fix:Check the part about MTU and normalization rules (highlighted green)https://github.com/opnsense/docs/pull/498/files#diff-ea8f32b1d3a75a756d1daaf6a9aefbdf601428e7ac7f21ba480f4d2ef1696f20
- Does your ubuntu home server have ufw enabled with firewall rules not allowing the wireguard IP range?ufw status- Also install tcpdump on your ubuntu server and run:tcpdump -i any proto ICMPAnd then ping from your laptop whilte its in wireguard and see if any paket gets there.- Does your ubuntu server use the opnsense as default gateway?- Also, is your server in a different subnet (vlan) than your other devices. Check the allowed IPs of Wireguard on your laptop to see if its either 0.0.0.0/0 or all IP ranges that you have at home. For example 192.168.1.0/24 172.16.1.0/24 etc... otherwise the paket isnt allowed through wireguard.