Gentoo Archives: gentoo-user

From: Dave Nebinger <dnebinger@××××.com>
To: gentoo-user@l.g.o
Cc: noche.suapie@××××××.at
Subject: RE: [gentoo-user] distcc and iptables
Date: Tue, 26 Jul 2005 13:07:32
Message-Id: 003601c591e2$80245bb0$5f01010a@jnetlab.lcl
In Reply to: [gentoo-user] distcc and iptables by Antonio Coralles
1 > What is the best way to configure iptables in a way, so that spefic
2 > hosts may connect to distccd ?
3
4 The following command should do it if you substitute the () with your local
5 values.
6
7 iptables -I INPUT -i (network interface) -p tcp -s (src ip addr) --dport
8 3632 -j ACCEPT
9
10
11 --
12 gentoo-user@g.o mailing list