Re[2]: [Cooker] iptables nat not working in 9.2

2003-11-14 Thread Galileo
MP It's because the mandrake kernel uses patches from patch-o-matic. In 9.1 this MP didn't give problems, but in 9.2 it apparently did (hum, it was even a MP netfilter faq). How about TTL target patch. There is support for ttl matches, and also iptables libs in 9.2 support TTL target but there is

Re: [Cooker] iptables nat not working in 9.2

2003-11-13 Thread John Allen
On Thursday 13 November 2003 01:50, [EMAIL PROTECTED] wrote: Hello I recently discovered that iptables 1.2.8 nat command does not work fully in 9.2 on i586 Something like this: Tried the following with stocck 9.2 /sbin/iptables -t nat -A PREROUTING -i eth0 -d 10.0.0.2 -p tcp -m tcp

Re: [Cooker] iptables nat not working in 9.2

2003-11-13 Thread Con Kolivas
On Thu, 13 Nov 2003 22:40, John Allen wrote: On Thursday 13 November 2003 01:50, [EMAIL PROTECTED] wrote: Hello I recently discovered that iptables 1.2.8 nat command does not work fully in 9.2 on i586 Something like this: Tried the following with stocck 9.2 /sbin/iptables -t nat

Re: [Cooker] iptables nat not working in 9.2

2003-11-13 Thread John Allen
On Thursday 13 November 2003 11:58, Con Kolivas wrote: On Thu, 13 Nov 2003 22:40, John Allen wrote: On Thursday 13 November 2003 01:50, [EMAIL PROTECTED] wrote: Hello I recently discovered that iptables 1.2.8 nat command does not work fully in 9.2 on i586 Something like this:

Re: [Cooker] iptables nat not working in 9.2

2003-11-13 Thread Marcel Pol
On Thu, 13 Nov 2003 12:50:30 +1100 [EMAIL PROTECTED] wrote: Hello I recently discovered that iptables 1.2.8 nat command does not work fully in 9.2 on i586 Something like this: iptables -t nat -A PREROUTING -i eth0 -d xx.xx.xx.xx -p tcp -m tcp --dport 23 -j DNAT --to-destination

Re: [Cooker] iptables nat not working in 9.2

2003-11-13 Thread J.A. Magallon
On 11.13, Con Kolivas wrote: On Thu, 13 Nov 2003 22:40, John Allen wrote: On Thursday 13 November 2003 01:50, [EMAIL PROTECTED] wrote: Hello I recently discovered that iptables 1.2.8 nat command does not work fully in 9.2 on i586 Something like this: Tried the following

[Cooker] iptables nat not working in 9.2

2003-11-12 Thread kernel
Hello I recently discovered that iptables 1.2.8 nat command does not work fully in 9.2 on i586 Something like this: iptables -t nat -A PREROUTING -i eth0 -d xx.xx.xx.xx -p tcp -m tcp --dport 23 -j DNAT --to-destination yy.yy.yy.yy:23 wont work with invalid error message. I made this command up