I have searched the web, and found these options:
As I understand it, it is a default firewall preconfigured, and provided through FreeBSDs IPFW2.
On linux I had a simple statefull firewall implemented with nftables.
This firewall seems to be for a workstation, but does it deny for example SSH connections to a port, too ?
Or is there a more strict firewall available ?
Which firewall would you recommend ?
How would it be possible to implement a kill switch, which acts like it does on many VPN applications under windows/linux ?
If it comes to firewall implementation, I sadly know almost nothing.
Code:
firewall_enable="YES"
firewall_quiet="YES"
firewall_type="workstation"
firewall_logdeny="YES"
As I understand it, it is a default firewall preconfigured, and provided through FreeBSDs IPFW2.
On linux I had a simple statefull firewall implemented with nftables.
This firewall seems to be for a workstation, but does it deny for example SSH connections to a port, too ?
Or is there a more strict firewall available ?
Which firewall would you recommend ?
How would it be possible to implement a kill switch, which acts like it does on many VPN applications under windows/linux ?
If it comes to firewall implementation, I sadly know almost nothing.