Subject: Re: How can I make use of ipnat?
To: None <netbsd-users@NetBSD.org>
From: Pavel Trubl <trubl@katel.cz>
List: netbsd-users
Date: 01/31/2004 15:52:10
Oliver Egginger wrote:
> I would like to configure a port forwarding from port 465/tcp to port
> 25/tcp. I tempted to use ipnat for this, but if I call ipnat I receive
> every time:
> ioctl(SIOCGNATS): Operation not supported by device
Hello, look at this:
# /etc/rc.d/ipfilter stop ; /etc/rc.d/ipnat start
Disabling ipfilter.
Installing NAT rules ... ioctl(SIOCGNATS): Operation not supported by device
# /etc/rc.d/ipfilter start ; /etc/rc.d/ipnat start
Enabling ipfilter.
Installing NAT rules ... 0 entries flushed from NAT table
IPnat is not work without ipfilter on my server.
P.Trubl