From: Peter Palfrader Date: Mon, 21 Jan 2013 13:02:56 +0000 (+0100) Subject: Try a different IP address X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=81a0b3f9c1e1418c77a5cc7ef84fffa2d7b46fa9;p=mirror%2Fdsa-puppet.git Try a different IP address --- diff --git a/modules/ferm/manifests/per-host.pp b/modules/ferm/manifests/per-host.pp index 0a9905cff..d41d2784e 100644 --- a/modules/ferm/manifests/per-host.pp +++ b/modules/ferm/manifests/per-host.pp @@ -161,14 +161,14 @@ class ferm::per-host { description => 'NOTRACK for nameserver traffic', table => 'raw', chain => 'PREROUTING', - rule => 'destination 82.195.75.102 proto (tcp udp) dport 53 jump NOTRACK' + rule => 'destination 82.195.75.108 proto (tcp udp) dport 53 jump NOTRACK' } @ferm::rule { 'dsa-notrack-dns-diamond-out': domain => 'ip', description => 'NOTRACK for nameserver traffic', table => 'raw', chain => 'PREROUTING', - rule => 'source 82.195.75.102 proto (tcp udp) sport 53 jump NOTRACK' + rule => 'source 82.195.75.108 proto (tcp udp) sport 53 jump NOTRACK' } } default: {}