[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: port forwarding
- To: luci-discuss@luci.org
- Subject: Re: port forwarding
- From: Danny Sauer <sauer@cloudmaster.com>
- Date: Thu, 7 Dec 2000 14:58:09 -0600
- In-Reply-To: <Pine.LNX.4.21.0011271022020.8909-100000@ns1.lunarmedia.net>; from charles@lunarmedia.net on Mon, Nov 27, 2000 at 10:24:04AM -0600
- Organization: Linux Users of Central Illinois
- References: <Pine.LNX.4.21.0011271022020.8909-100000@ns1.lunarmedia.net>
- Reply-To: luci-discuss@luci.org
- Sender: owner-luci-discuss@luci.org
Don't you need the ipmasqadm program from the kernelnotes.org site? I
seem to think you do...
Or, wait a moment for 2.4 and use "iptables -t nat -A PREROUTING -s 0.0.0.0/0 -d x.x.x.x:2200 -j DNAT --to 10.1.1.2:22" or something pretty similar to that.
iptables is cool.
--Danny, running 2.4 on his production router for the last 1.5 months with 0 problems
On Mon, Nov 27, 2000 at 10:24:04AM -0600, C Menzes wrote:
> i'm just looking for the point in the right direction on this one. i have
> ipchains set up on a machine performing nat for several machines on its
> inside eth1 segment using rfc1918 address space.
> is there an ipchains param for forwarding inbound packets based on port to
> these private based machines?
> for example, any packets going to x.x.x.x:22000 will be forwarded to
> 10.1.1.2:22?
>
> thanks -cjm
-
To unsubscribe, send email to majordomo@luci.org with
"unsubscribe luci-discuss" in the body.