|
||||||||
On 10/1/05, Phil Carinhas <pac at fortuitous dot com> wrote: > On Thu, Sep 29, 2005 at 04:41:04PM -0400, Chris Buechler wrote: > > Like manually put something like this in your config.xml backup and restore it. > > > > <nat> > > <rule> > > <protocol>tcp</protocol> > > <external-port>25</external-port> > > <target>192.168.1.5</target> > > <local-port>25</local-port> > > <interface>lan</interface> > > <descr>redirect SMTP to LAN SMTP server</descr> > > </rule> > > </nat> > > Will this work if <target> is in the DMZ network as well? Yeah it should, it doesn't really care about the location of the destination for that type of rule. -Chris |