On Wed, Jun 22, 2011 at 7:04 AM, Condor <[email protected]> wrote: > I use only one rule on my firewall and its a postrouting rule: > -A POSTROUTING -s 192.168.1.0/24 -o eth1 -j SNAT --to-source external_ip
As soon as you turn on any firewall rules, Linux turns on connection tracking. But you probably don't need tracking for NTP. So you can try looking into the NOTRACK target. - m _______________________________________________ questions mailing list [email protected] http://lists.ntp.org/listinfo/questions
