* [gentoo-user] DNAT not working
@ 2008-01-13 20:01 Konstantinos Agouros
2008-01-13 23:18 ` Daniel Iliev
2008-01-16 12:01 ` Mick
0 siblings, 2 replies; 13+ messages in thread
From: Konstantinos Agouros @ 2008-01-13 20:01 UTC (permalink / raw
To: gentoo-user
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 had to manually modprobe iptable_nat since iptables -L didn't
initialize everything. I rebuilt iptables to match the current kernel
(2.6.23-gentoo-r3) no luck. Strace on the command showed me
setsockopt(3, SOL_IP, 0x40 /* IP_??? */, "nat\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 920) = -1 ENOENT (No such file or directory)
Anybody got an idea what I am doing from?
Regards,
Konstantin
--
Dipl-Inf. Konstantin Agouros aka Elwood Blues. Internet: elwood@agouros.de
Otkerstr. 28, 81547 Muenchen, Germany. Tel +49 89 69370185
----------------------------------------------------------------------------
"Captain, this ship will not survive the forming of the cosmos." B'Elana Torres
--
gentoo-user@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [gentoo-user] DNAT not working
2008-01-13 20:01 [gentoo-user] DNAT not working Konstantinos Agouros
@ 2008-01-13 23:18 ` Daniel Iliev
2008-01-14 16:31 ` Konstantinos Agouros
2008-01-16 12:01 ` Mick
1 sibling, 1 reply; 13+ messages in thread
From: Daniel Iliev @ 2008-01-13 23:18 UTC (permalink / raw
To: gentoo-user
On Sun, 13 Jan 2008 20:01:04 +0000 (UTC)
Konstantinos Agouros <elwood@agouros.de> 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 me:
>
> iptables: No chain/target/match by that name
>
> Also I had to manually modprobe iptable_nat since iptables -L didn't
> initialize everything. I rebuilt iptables to match the current kernel
> (2.6.23-gentoo-r3) no luck. Strace on the command showed me
> setsockopt(3, SOL_IP, 0x40 /* IP_??? */,
> "nat\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"...,
> 920) = -1 ENOENT (No such file or directory)
>
> Anybody got an idea what I am doing from?
>
> Regards,
>
> Konstantin
I believe you've forgotten to build support for NAT in your kernel:
│ Symbol: IP_NF_IPTABLES [=m]
│ Prompt: IP tables support (required for filtering/masq/NAT)
│ Defined at net/ipv4/netfilter/Kconfig:45
│ Depends on: NET && INET && NETFILTER
│ Location:
│ -> Networking
│ -> Networking support (NET [=y])
│ -> Networking options
│ -> Network packet filtering framework (Netfilter) (NETFILTER [=y])
│ -> IP: Netfilter Configuration
│ Selects: NETFILTER_XTABLES
--
Best regards,
Daniel
--
gentoo-user@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [gentoo-user] DNAT not working
2008-01-13 23:18 ` Daniel Iliev
@ 2008-01-14 16:31 ` Konstantinos Agouros
0 siblings, 0 replies; 13+ messages in thread
From: Konstantinos Agouros @ 2008-01-14 16:31 UTC (permalink / raw
To: gentoo-user
In <20080114011831.5289a466@ilievnet.com> daniel.iliev@gmail.com (Daniel Iliev) writes:
>On Sun, 13 Jan 2008 20:01:04 +0000 (UTC)
>Konstantinos Agouros <elwood@agouros.de> 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
>> iptables -t nat -I PREROUTING -s ... -d ... -p tcp --dport ... -j
>> DNAT --to-destination destaddr
>>=20
>> gives me:
>>=20
>> iptables: No chain/target/match by that name
>>=20
>> Also I had to manually modprobe iptable_nat since iptables -L didn't
>> initialize everything. I rebuilt iptables to match the current kernel
>> (2.6.23-gentoo-r3) no luck. Strace on the command showed me
>> setsockopt(3, SOL_IP, 0x40 /* IP_??? */,
>> "nat\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"...,
>> 920) =3D -1 ENOENT (No such file or directory)
>>=20
>> Anybody got an idea what I am doing from?
>>=20
>> Regards,
>>=20
>> Konstantin
>I believe you've forgotten to build support for NAT in your kernel:
Nope that's not it
grep IP_NF_IPTABLES .config
CONFIG_IP_NF_IPTABLES=m
And it's not that I can't insert anything in the chain. It's --dport
that gets me the error message. I played around and started with inserting
a blank rule.
>=E2=94=82 Symbol: IP_NF_IPTABLES [=3Dm]
>=E2=94=82 Prompt: IP tables support (required for filtering/masq/NAT)
>=E2=94=82 Defined at net/ipv4/netfilter/Kconfig:45=20
>=E2=94=82 Depends on: NET && INET && NETFILTER=20
>=E2=94=82 Location:
>=E2=94=82 -> Networking
>=E2=94=82 -> Networking support (NET [=3Dy])=20
>=E2=94=82 -> Networking options
>=E2=94=82 -> Network packet filtering framework (Netfilter) (NETFILTER [=3D=
>y])=20
>=E2=94=82 -> IP: Netfilter Configuration=20
>=E2=94=82 Selects: NETFILTER_XTABLES
>--=20
>Best regards,
>Daniel
>--
>gentoo-user@lists.gentoo.org mailing list
--
Dipl-Inf. Konstantin Agouros aka Elwood Blues. Internet: elwood@agouros.de
Otkerstr. 28, 81547 Muenchen, Germany. Tel +49 89 69370185
----------------------------------------------------------------------------
"Captain, this ship will not survive the forming of the cosmos." B'Elana Torres
--
gentoo-user@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [gentoo-user] DNAT not working
2008-01-13 20:01 [gentoo-user] DNAT not working Konstantinos Agouros
2008-01-13 23:18 ` Daniel Iliev
@ 2008-01-16 12:01 ` Mick
2008-01-16 12:23 ` Alan McKinnon
1 sibling, 1 reply; 13+ messages in thread
From: Mick @ 2008-01-16 12:01 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 644 bytes --]
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 me:
>
> iptables: No chain/target/match by that name
before --dport you may need the match option: -m --dport 1234 -j DNAT ....
You might also need to specify a policy for PREROUTING before inserting the
rule (but I'm not sure). Try these suggestions one at a time and see what
gives.
HTH.
--
Regards,
Mick
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [gentoo-user] DNAT not working
2008-01-16 12:01 ` Mick
@ 2008-01-16 12:23 ` Alan McKinnon
2008-01-16 16:49 ` Konstantinos Agouros
0 siblings, 1 reply; 13+ messages in thread
From: Alan McKinnon @ 2008-01-16 12:23 UTC (permalink / raw
To: gentoo-user
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 --dport ... -j
> > DNAT --to-destination destaddr
> >
> > gives me:
> >
> > iptables: No chain/target/match by that name
>
> before --dport you may need the match option: -m --dport 1234 -j
> DNAT ....
no, his syntax is OK
> You might also need to specify a policy for PREROUTING before
> inserting the rule (but I'm not sure). Try these suggestions one at
> a time and see what gives.
That doesn't matter, a chain always has a policy (ACCEPT by default).
Most likely he doesn't have the correct module loaded int he kernel
--
Alan McKinnon
alan dot mckinnon at gmail dot com
--
gentoo-user@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [gentoo-user] DNAT not working
2008-01-16 12:23 ` Alan McKinnon
@ 2008-01-16 16:49 ` Konstantinos Agouros
2008-01-16 18:13 ` Alan McKinnon
0 siblings, 1 reply; 13+ messages in thread
From: Konstantinos Agouros @ 2008-01-16 16:49 UTC (permalink / raw
To: gentoo-user
In <200801161423.38386.alan.mckinnon@gmail.com> alan.mckinnon@gmail.com (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 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
>>
>> before --dport you may need the match option: -m --dport 1234 -j
>> DNAT ....
>no, his syntax is OK
>> You might also need to specify a policy for PREROUTING before
>> inserting the rule (but I'm not sure). Try these suggestions one at
>> a time and see what gives.
>That doesn't matter, a chain always has a policy (ACCEPT by default).
>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. What would be the right module in Your opinion?
Also is there a kernel configuration option I might have overseen?
Regards,
Konstantin
>--
>Alan McKinnon
>alan dot mckinnon at gmail dot com
>--
>gentoo-user@lists.gentoo.org mailing list
--
Dipl-Inf. Konstantin Agouros aka Elwood Blues. Internet: elwood@agouros.de
Otkerstr. 28, 81547 Muenchen, Germany. Tel +49 89 69370185
----------------------------------------------------------------------------
"Captain, this ship will not survive the forming of the cosmos." B'Elana Torres
--
gentoo-user@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [gentoo-user] DNAT not working
2008-01-16 16:49 ` Konstantinos Agouros
@ 2008-01-16 18:13 ` Alan McKinnon
2008-01-16 19:19 ` Etaoin Shrdlu
2008-01-17 17:23 ` Konstantinos Agouros
0 siblings, 2 replies; 13+ messages in thread
From: Alan McKinnon @ 2008-01-16 18:13 UTC (permalink / raw
To: gentoo-user
On Wednesday 16 January 2008, Konstantinos Agouros wrote:
> In <200801161423.38386.alan.mckinnon@gmail.com>
alan.mckinnon@gmail.com (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. What would be the right module in Your
> opinion? Also is there a kernel configuration option I might have
> overseen?
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
the modules that load on my machine after running that same iptbales
command are:
xt_tcpudp 3712 1
iptable_nat 7812 1
nf_nat 20524 1 iptable_nat
nf_conntrack_ipv4 18952 2 iptable_nat
nf_conntrack 66376 3 iptable_nat,nf_nat,nf_conntrack_ipv4
nfnetlink 6424 3 nf_nat,nf_conntrack_ipv4,nf_conntrack
ip_tables 14284 1 iptable_nat
x_tables 15748 3 xt_tcpudp,iptable_nat,ip_tables
alan
--
Alan McKinnon
alan dot mckinnon at gmail dot com
--
gentoo-user@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [gentoo-user] DNAT not working
2008-01-16 18:13 ` Alan McKinnon
@ 2008-01-16 19:19 ` Etaoin Shrdlu
2008-01-17 17:23 ` Konstantinos Agouros
2008-01-17 17:23 ` Konstantinos Agouros
1 sibling, 1 reply; 13+ messages in thread
From: Etaoin Shrdlu @ 2008-01-16 19:19 UTC (permalink / raw
To: gentoo-user
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 tracking, like
NF_CONNTRACK_ENABLED:
Networking -> Networking Options -> Network packet filtering framework
(Netfilter) -> Core Netfilter Configuration -> Netfilter connection
tracking support
--
gentoo-user@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [gentoo-user] DNAT not working
2008-01-16 18:13 ` Alan McKinnon
2008-01-16 19:19 ` Etaoin Shrdlu
@ 2008-01-17 17:23 ` Konstantinos Agouros
2008-01-18 16:29 ` Konstantinos Agouros
1 sibling, 1 reply; 13+ messages in thread
From: Konstantinos Agouros @ 2008-01-17 17:23 UTC (permalink / raw
To: gentoo-user
In <200801162013.49843.alan.mckinnon@gmail.com> alan.mckinnon@gmail.com (Alan McKinnon) writes:
>On Wednesday 16 January 2008, Konstantinos Agouros wrote:
>> In <200801161423.38386.alan.mckinnon@gmail.com>
>alan.mckinnon@gmail.com (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. What would be the right module in Your
>> opinion? Also is there a kernel configuration option I might have
>> overseen?
>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
>the modules that load on my machine after running that same iptbales
>command are:
>xt_tcpudp 3712 1
>iptable_nat 7812 1
>nf_nat 20524 1 iptable_nat
>nf_conntrack_ipv4 18952 2 iptable_nat
>nf_conntrack 66376 3 iptable_nat,nf_nat,nf_conntrack_ipv4
>nfnetlink 6424 3 nf_nat,nf_conntrack_ipv4,nf_conntrack
>ip_tables 14284 1 iptable_nat
>x_tables 15748 3 xt_tcpudp,iptable_nat,ip_tables
This is what I have:
Module Size Used by
iptable_filter 6400 1
iptable_nat 10116 0
ip_tables 14404 2 iptable_filter,iptable_nat
nf_nat 19116 1 iptable_nat
x_tables 14084 2 iptable_nat,ip_tables
nf_conntrack_ipv4 11908 2 iptable_nat
nf_conntrack 53192 3 iptable_nat,nf_nat,nf_conntrack_ipv4
nfnetlink 8088 3 nf_nat,nf_conntrack_ipv4,nf_conntrack
xt_tcpudp is the difference as it seems
>alan
>--
>Alan McKinnon
>alan dot mckinnon at gmail dot com
>--
>gentoo-user@lists.gentoo.org mailing list
--
Dipl-Inf. Konstantin Agouros aka Elwood Blues. Internet: elwood@agouros.de
Otkerstr. 28, 81547 Muenchen, Germany. Tel +49 89 69370185
----------------------------------------------------------------------------
"Captain, this ship will not survive the forming of the cosmos." B'Elana Torres
--
gentoo-user@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [gentoo-user] DNAT not working
2008-01-16 19:19 ` Etaoin Shrdlu
@ 2008-01-17 17:23 ` Konstantinos Agouros
0 siblings, 0 replies; 13+ messages in thread
From: Konstantinos Agouros @ 2008-01-17 17:23 UTC (permalink / raw
To: gentoo-user
In <200801162019.40781.shrdlu@unlimitedmail.org> shrdlu@unlimitedmail.org (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 options below it
>I guess it also needs some kind of connection tracking, like
>NF_CONNTRACK_ENABLED:
>Networking -> Networking Options -> Network packet filtering framework
>(Netfilter) -> Core Netfilter Configuration -> Netfilter connection
>tracking support
got that:
CONFIG_NF_CONNTRACK_ENABLED=m
>--
>gentoo-user@lists.gentoo.org mailing list
--
Dipl-Inf. Konstantin Agouros aka Elwood Blues. Internet: elwood@agouros.de
Otkerstr. 28, 81547 Muenchen, Germany. Tel +49 89 69370185
----------------------------------------------------------------------------
"Captain, this ship will not survive the forming of the cosmos." B'Elana Torres
--
gentoo-user@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [gentoo-user] DNAT not working
2008-01-17 17:23 ` Konstantinos Agouros
@ 2008-01-18 16:29 ` Konstantinos Agouros
2008-01-18 17:36 ` Alan McKinnon
0 siblings, 1 reply; 13+ messages in thread
From: Konstantinos Agouros @ 2008-01-18 16:29 UTC (permalink / raw
To: gentoo-user
In <1200590596.662469@rumba> elwood@agouros.de (Konstantinos Agouros) writes:
>In <200801162013.49843.alan.mckinnon@gmail.com> alan.mckinnon@gmail.com (Alan McKinnon) writes:
>>On Wednesday 16 January 2008, Konstantinos Agouros wrote:
>>> In <200801161423.38386.alan.mckinnon@gmail.com>
>>alan.mckinnon@gmail.com (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. What would be the right module in Your
>>> opinion? Also is there a kernel configuration option I might have
>>> overseen?
>>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
>>the modules that load on my machine after running that same iptbales
>>command are:
>>xt_tcpudp 3712 1
>>iptable_nat 7812 1
>>nf_nat 20524 1 iptable_nat
>>nf_conntrack_ipv4 18952 2 iptable_nat
>>nf_conntrack 66376 3 iptable_nat,nf_nat,nf_conntrack_ipv4
>>nfnetlink 6424 3 nf_nat,nf_conntrack_ipv4,nf_conntrack
>>ip_tables 14284 1 iptable_nat
>>x_tables 15748 3 xt_tcpudp,iptable_nat,ip_tables
>This is what I have:
>Module Size Used by
>iptable_filter 6400 1
>iptable_nat 10116 0
>ip_tables 14404 2 iptable_filter,iptable_nat
>nf_nat 19116 1 iptable_nat
>x_tables 14084 2 iptable_nat,ip_tables
>nf_conntrack_ipv4 11908 2 iptable_nat
>nf_conntrack 53192 3 iptable_nat,nf_nat,nf_conntrack_ipv4
>nfnetlink 8088 3 nf_nat,nf_conntrack_ipv4,nf_conntrack
>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.
>>alan
>>--
>>Alan McKinnon
>>alan dot mckinnon at gmail dot com
>>--
>>gentoo-user@lists.gentoo.org mailing list
>--
>Dipl-Inf. Konstantin Agouros aka Elwood Blues. Internet: elwood@agouros.de
>Otkerstr. 28, 81547 Muenchen, Germany. Tel +49 89 69370185
>----------------------------------------------------------------------------
>"Captain, this ship will not survive the forming of the cosmos." B'Elana Torres
>--
>gentoo-user@lists.gentoo.org mailing list
--
Dipl-Inf. Konstantin Agouros aka Elwood Blues. Internet: elwood@agouros.de
Otkerstr. 28, 81547 Muenchen, Germany. Tel +49 89 69370185
----------------------------------------------------------------------------
"Captain, this ship will not survive the forming of the cosmos." B'Elana Torres
--
gentoo-user@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [gentoo-user] DNAT not working
2008-01-18 16:29 ` Konstantinos Agouros
@ 2008-01-18 17:36 ` Alan McKinnon
2008-01-19 9:29 ` Konstantinos Agouros
0 siblings, 1 reply; 13+ messages in thread
From: Alan McKinnon @ 2008-01-18 17:36 UTC (permalink / raw
To: gentoo-user
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 McKinnon
alan dot mckinnon at gmail dot com
--
gentoo-user@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [gentoo-user] DNAT not working
2008-01-18 17:36 ` Alan McKinnon
@ 2008-01-19 9:29 ` Konstantinos Agouros
0 siblings, 0 replies; 13+ messages in thread
From: Konstantinos Agouros @ 2008-01-19 9:29 UTC (permalink / raw
To: gentoo-user
In <200801181936.27056.alan.mckinnon@gmail.com> alan.mckinnon@gmail.com (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 old .config and that option name has changed?
Actually quite the opposite. This machine was set up rather fresh. I think
this is deactivated after a fresh install of gentoo-sources and make
menuconfig.
Konstantin
>alan
>--
>Alan McKinnon
>alan dot mckinnon at gmail dot com
>--
>gentoo-user@lists.gentoo.org mailing list
--
Dipl-Inf. Konstantin Agouros aka Elwood Blues. Internet: elwood@agouros.de
Otkerstr. 28, 81547 Muenchen, Germany. Tel +49 89 69370185
----------------------------------------------------------------------------
"Captain, this ship will not survive the forming of the cosmos." B'Elana Torres
--
gentoo-user@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2008-01-19 9:30 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-13 20:01 [gentoo-user] DNAT not working Konstantinos Agouros
2008-01-13 23:18 ` Daniel Iliev
2008-01-14 16:31 ` Konstantinos Agouros
2008-01-16 12:01 ` Mick
2008-01-16 12:23 ` Alan McKinnon
2008-01-16 16:49 ` Konstantinos Agouros
2008-01-16 18:13 ` Alan McKinnon
2008-01-16 19:19 ` Etaoin Shrdlu
2008-01-17 17:23 ` Konstantinos Agouros
2008-01-17 17:23 ` Konstantinos Agouros
2008-01-18 16:29 ` Konstantinos Agouros
2008-01-18 17:36 ` Alan McKinnon
2008-01-19 9:29 ` Konstantinos Agouros
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox