View Single Post
  #8   (View Single Post)  
Old 2nd December 2017
bsd007's Avatar
bsd007 bsd007 is offline
Always learning
 
Join Date: Sep 2014
Posts: 242
Default

All I am trying to achieve is deny incoming and allow outgoing. As I mentioned before that under FreeBSD a simple
Code:
pass out all keep state
block in all
did the job.

Under Ubuntu its

Code:
sudo ufw default deny
Code:
sudos systemctl enable ufw
I want to achieve the same under OpenBSD.

Thanks for your patience.
Reply With Quote