HI there

I have FreeBSD 8.1 and just updated to the current version (1.550) of webmin, 
trying to get around the following error:

error parsing IPNAT line rdr fxp0 from any to 192.168.33.3 -> 192.168.1.5 at 
192.168.33.3 line 7

Here is the IPFNat config file, which works just fine:

# Active FTP map rules
map fxp0 192.168.1.0/24 -> 0/32 proxy port 21 ftp/tcp
map fxp0 0.0.0.0/0 -> 0/32 proxy port 21 ftp/tcp
#
# NAT Internal Traffic
map fxp0 192.168.1.0/24 -> 0.0.0.0/32
# Web Server
rdr fxp0 from any to 192.168.33.3 -> 192.168.1.5
rdr fxp0 from any to 192.168.33.4 -> 192.168.2.2
rdr fxp0 from any to 192.168.33.5 -> 192.168.2.4
map fxp0 192.168.2.0/24 -> 0.0.0.0/32


Any suggestions on what the issue/bug is?

Many thanks

David


_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to