TeamBuilder through iptables firewall?
Jonathan Riddell
jr at jriddell.org
Tue Aug 26 21:01:18 CEST 2003
On Tue, Aug 26, 2003 at 08:32:44PM +0200, Sebastian Stein wrote:
> Does anybody tried to get teambuilder get working through a iptable
> firewall? The manual and the wiki says to open tcp port 10248 for incoming
> connections. I think I have done so and I opened another port as well, but
> it doesn't work:
>
> iptables -A INPUT -p tcp -i eth0 --dport 10246 -j ACCEPT
> iptables -A INPUT -p tcp -i eth0 --dport 10248 -j ACCEPT
>
> But it doesn't work. If I took the firewall down, it works. So any idea?
You seem to also need udp.
tcp 0 0 *:10246 *:*LISTEN 720/tbdaemon
udp 0 0 *:32770 *:*720/tbdaemon
udp 0 0 *:32771 *:*731/tbmonitor
udp 0 0 *:10249 *:*720/tbdaemon
Jonathan Riddell
More information about the NoveHrady
mailing list