Re: [gentoo-user] DNAT not working

2008-01-19 Thread Konstantinos Agouros
In [EMAIL PROTECTED] [EMAIL PROTECTED] (Alan McKinnon) writes: On Friday 18 January 2008, Konstantinos Agouros wrote: xt_tcpudp is the difference as it seems verified it that was the problem. For whatever reason I forgot to configure module autoloading into the kernel. Perhaps you used an

Re: [gentoo-user] DNAT not working

2008-01-18 Thread Konstantinos Agouros
In [EMAIL PROTECTED] [EMAIL PROTECTED] (Konstantinos Agouros) writes: In [EMAIL PROTECTED] [EMAIL PROTECTED] (Alan McKinnon) writes: On Wednesday 16 January 2008, Konstantinos Agouros wrote: In [EMAIL PROTECTED] [EMAIL PROTECTED] (Alan McKinnon) writes: Most likely he doesn't have the

Re: [gentoo-user] DNAT not working

2008-01-18 Thread Alan McKinnon
On Friday 18 January 2008, Konstantinos Agouros wrote: xt_tcpudp is the difference as it seems verified it that was the problem. For whatever reason I forgot to configure module autoloading into the kernel. Perhaps you used an old .config and that option name has changed? alan -- Alan

Re: [gentoo-user] DNAT not working

2008-01-17 Thread Konstantinos Agouros
In [EMAIL PROTECTED] [EMAIL PROTECTED] (Etaoin Shrdlu) writes: On Wednesday 16 January 2008, Alan McKinnon wrote: nat needs the following config at least: Networking - Networking Options - Network packet filtering framework (Netfilter) - IP: Netfilter Configuration - Full NAT and the

Re: [gentoo-user] DNAT not working

2008-01-17 Thread Konstantinos Agouros
In [EMAIL PROTECTED] [EMAIL PROTECTED] (Alan McKinnon) writes: On Wednesday 16 January 2008, Konstantinos Agouros wrote: In [EMAIL PROTECTED] [EMAIL PROTECTED] (Alan McKinnon) writes: Most likely he doesn't have the correct module loaded int he kernel As I said, the fact that iptables -L

Re: [gentoo-user] DNAT not working

2008-01-16 Thread Mick
On Sunday 13 January 2008, Konstantinos Agouros wrote: Hi, I have a box running vmware server where I need some DNAT rules to get traffic from a vm to where it belongs. Inserting the rule iptables -t nat -I PREROUTING -s ... -d ... -p tcp --dport ... -j DNAT --to-destination destaddr gives

Re: [gentoo-user] DNAT not working

2008-01-16 Thread Alan McKinnon
On Wednesday 16 January 2008, Mick wrote: On Sunday 13 January 2008, Konstantinos Agouros wrote: Hi, I have a box running vmware server where I need some DNAT rules to get traffic from a vm to where it belongs. Inserting the rule iptables -t nat -I PREROUTING -s ... -d ... -p tcp

Re: [gentoo-user] DNAT not working

2008-01-16 Thread Konstantinos Agouros
In [EMAIL PROTECTED] [EMAIL PROTECTED] (Alan McKinnon) writes: On Wednesday 16 January 2008, Mick wrote: On Sunday 13 January 2008, Konstantinos Agouros wrote: Hi, I have a box running vmware server where I need some DNAT rules to get traffic from a vm to where it belongs. Inserting the

Re: [gentoo-user] DNAT not working

2008-01-16 Thread Alan McKinnon
On Wednesday 16 January 2008, Konstantinos Agouros wrote: In [EMAIL PROTECTED] [EMAIL PROTECTED] (Alan McKinnon) writes: Most likely he doesn't have the correct module loaded int he kernel As I said, the fact that iptables -L (after a fresh reboot) does not do anything puzzles me a bit.

Re: [gentoo-user] DNAT not working

2008-01-16 Thread Etaoin Shrdlu
On Wednesday 16 January 2008, Alan McKinnon wrote: nat needs the following config at least: Networking - Networking Options - Network packet filtering framework (Netfilter) - IP: Netfilter Configuration - Full NAT and the options below it I guess it also needs some kind of connection

Re: [gentoo-user] DNAT not working

2008-01-14 Thread Konstantinos Agouros
In [EMAIL PROTECTED] [EMAIL PROTECTED] (Daniel Iliev) writes: On Sun, 13 Jan 2008 20:01:04 + (UTC) Konstantinos Agouros [EMAIL PROTECTED] wrote: Hi, =20 I have a box running vmware server where I need some DNAT rules to get traffic from a vm to where it belongs. Inserting the rule

[gentoo-user] DNAT not working

2008-01-13 Thread Konstantinos Agouros
Hi, I have a box running vmware server where I need some DNAT rules to get traffic from a vm to where it belongs. Inserting the rule iptables -t nat -I PREROUTING -s ... -d ... -p tcp --dport ... -j DNAT --to-destination destaddr gives me: iptables: No chain/target/match by that name Also I

Re: [gentoo-user] DNAT not working

2008-01-13 Thread Daniel Iliev
On Sun, 13 Jan 2008 20:01:04 + (UTC) Konstantinos Agouros [EMAIL PROTECTED] wrote: Hi, I have a box running vmware server where I need some DNAT rules to get traffic from a vm to where it belongs. Inserting the rule iptables -t nat -I PREROUTING -s ... -d ... -p tcp --dport ... -j DNAT