Re: Destination Loose UDP in 2.4 (net/ipv4/netfilter)

From: Jeremy Jackson (jeremy.jackson@sympatico.ca)
Date: Wed Feb 14 2001 - 11:38:59 EST


TeknoDragon wrote:

> What is the status of "dloose udp" in 2.4.x? From my reading in a few list
> archives it seems to have been some sort of a hack, yet it is needed for
> games such as Asheron's Call to be played behind a firewall.

I use Starcraft behind a 2.4.0 (RH7) masq firewall using
netfilter/nat/iptables and it works fine by default.

iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE (or something very
close)

Under redhat 6.2, stock kernel, it also worked. Under 7.0 stock kernel, I
had to echo 1 to that
/proc file you mention below.

>
>
> In 2.2.18 the code implementing this seems to be in net/ipv4/ip_masq.c
> and was controlled by a sysctl "ip_masq_udp_dloose".
>
> Is there anything in 2.4.x to replace this functionallity? Is there a way
> to replace it with an iptables rule? Any help would be much appreciated.
>
> -karl
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Feb 15 2001 - 21:00:24 EST