61
22.1 Legacy Series / Re: Problem FW stop for new connection
« on: June 14, 2022, 07:44:05 am »
Did you turn off the ramdisk?
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.
I will give it a try, but wouldn't the general rule that allows *any* traffic already cover this? I have this on the Wireguard (group) interface --
Such a VPN provider would need to fix their configuration so that pinging is possible ...
Not really. Blocking pings is just a form of protection you can use. Just because you can't ping something doesn't mean connections won't work, it just means you can't find clients and hosts just by sending ICMP traffic over the network.
thanks for the reply
it's reporting my latency was over 60ms and not good for online gaming, but there doesn't seem to be an issue when doing online gaming.
Only thing we do notice is that if xbox or pc is downloading they hog the bandwidth, rather than qos kicking in across the devices and can only assume that this is because they using IPv6.
So is there a way to get QOS working for both IPv4 and IPv6
I tried to follow your discussion, but your network diagram and the conversation completely got me confused. Basically, the fact that IN are all traffics coming into the OPNsense firewall and OUT are all traffics coming out of the OPNsense follows the same convention as Windows Firewall and PiHole.
About your topic, the person answered your question correctly. "The "inbound/outbound" distinction is strictly from the firewall's point of view."
But I would bet that you are confused with what that answer means.
For simplicity explanation of IN and OUT, picture your firewall having only one input and one output. Which interface is input and which interface is output will depend on which interface is initiating the connection. So if I am pinging 192.168.3.2 from my laptop (192.168.5.10), my interface at my laptop is input and the interface at 192.168.3.2 is output. On other hand, if I am pinging 192.168.5.10 from my device, my interface at my laptop is output and the interface at the device is input.