Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Apr 2002 22:25:30 -0500
From:      "John" <sephtin@techgodz.com>
To:        "fictif" <fictif@mysticjah.org>, <freebsd-stable@freebsd.org>
Subject:   Re: ipnat.conf syntax ?
Message-ID:  <009a01c1f0bf$d8e439e0$6501a8c0@techgodz.com>
References:  <20020501012246.A10347@mysticjah.org>

next in thread | previous in thread | raw e-mail | index | archive | help
I may not be the foremost expert on this, but I'm going to take a swing at
this one...
If you take a look at man ipnat(5), all examples include the /mask.
Try this and see if it brings joy:
rdr ed0 192.168.1.1/32 port 21 -> 192.168.1.2 port 21 tcp

(I tested one of my rdr lines without the mask, and got:
10: no netmask on LHS
10: syntax error in "rdr"

when I tried to ipnat -f /etc/ipnat.rules.

HTH,
John Ricker

Microsoft:      "Where do you want to go today?"
Linux:          "Where do you want to go tomorrow?"
FreeBSD:        "Are you guys coming or what?"
----- Original Message -----
From: "fictif" <fictif@mysticjah.org>
To: <freebsd-stable@freebsd.org>
Sent: Tuesday, April 30, 2002 8:22 PM
Subject: ipnat.conf syntax ?


Basicly, here is my trouble :

mysticjah# cat ipnat.conf
rdr ed0 192.168.1.1 port 21 -> 192.168.1.2 port 21 tcp
mysticjah# ipnat -f ipnat.conf
1: syntax error in "rdr"


What's wrong ?

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?009a01c1f0bf$d8e439e0$6501a8c0>