↧
Comment by dbaxps for I found that, since ufw creates rules on all...
It's OK. How about this :- -A INPUT -s 192.168.1.127/32 -p tcp -m multiport --dports 5671,5672 -m comment --comment "001 amqp incoming amqp_192.168.1.127" -j ACCEPT -A INPUT -s 192.168.1.137/32 -p tcp...
View ArticleAnswer by don for I don't have Ubuntu boxes to check it for myself. However,...
I found that, since ufw creates rules on all interfaces, it was unsuitable for use on hosts running linuxbridge or openvswitch. It places your firewall rules on the internal networks causing trouble....
View ArticleIs it possible to tune UFW on Ubuntu 14.04 (12.04) to support IceHouse ?
I don't have Ubuntu boxes to check it for myself. However, I still think , that if UFW is frontend for iptables it maybe tuned via CLI to have corresponding iptables rules make ports open for...
View Article