See pastebin http://pastebin.com/MT3Y7WCJ for tasks and output. It's long.


The section that concerns me is:

>
> Chain ufw-user-input (1 references)
> target     prot opt source               destination         
> ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:http
> ACCEPT     udp  --  anywhere             anywhere             udp dpt:http
> ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:ssh
> ACCEPT     udp  --  anywhere             anywhere             udp dpt:ssh
> ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:shell
> ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:shell
> ACCEPT     udp  --  anywhere             anywhere             udp 
> dpt:syslog


>From what I can tell, udp is enabled for port 514/syslog. Which is not what 
I expected since I specified port tcp.

Also, I did not enable ssh or http, so why are they listed?

Am I just not reading iptables output correctly?

If I am, how can I make sure only one protocol is enabled when I only want 
one protocol enabled?

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/c15802b5-f367-4071-8901-f420a7bbc753%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to