[PATCH] Temporary setting for galgoci

Dennis Gilmore dennis at ausil.us
Mon Aug 24 22:22:19 UTC 2009


On Monday 24 August 2009 05:08:37 pm Mike McGrath wrote:
> ---
>  manifests/servergroups/proxy.pp |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/manifests/servergroups/proxy.pp
> b/manifests/servergroups/proxy.pp index bdea7b6..70bbcf4 100644
> --- a/manifests/servergroups/proxy.pp
> +++ b/manifests/servergroups/proxy.pp
> @@ -741,7 +741,8 @@ class proxy {
>      # Firewall Rules, allow HTTP traffic through
>      $tcpPorts = [ 80, 443, 873, 8080 ]
>      $udpPorts = []
> -    $custom = []
> +    $custom = ['-A INPUT -p tcp -m tcp  --dport 80 -j ACCEPT',
> +                '-A INPUT -p tcp -m tcp --sport 80 -j DROP']
>
>      iptables { "/etc/sysconfig/iptables":
>          content => template("system/iptables-template.conf.erb"),

+1

Dennis
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://listman.redhat.com/archives/fedora-infrastructure-list/attachments/20090824/0ab4d194/attachment.sig>


More information about the Fedora-infrastructure-list mailing list