All of lore.kernel.org
 help / color / mirror / Atom feed
* SNAT rule
@ 2002-10-22 12:36 William L. Childers
  0 siblings, 0 replies; only message in thread
From: William L. Childers @ 2002-10-22 12:36 UTC (permalink / raw)
  To: netfilter

[-- Attachment #1: Type: text/plain, Size: 1047 bytes --]

All,

	Now that I have made myself look like a fool, by sending the wrong
rules.  Please excuse my other email.  

        I have a network with 4 computers behind the firewall.  Three of
these
are workstations.  The firewall works fine for these.  Here is the fun
part.  

One of the computers is a server with the Windows 2000 Operating System
installed.  It is running IIS, and a mail server.  The SMTP portion of
IIS is configured to send email out on port 1125.  I have DNAT working
for the WEB server and SMTP.  There is, however, an issue with one of
the applications that is running on the web server.  It will not send
email out on port 1125.  The rule that I am trying to get to work is:

## Outgoing from IIS Web Server
$IPTABLES -t nat -A POSTROUTING -p tcp -o $EXTERNALIF -j SNAT --to
$MYADDR:1125


$INTERNALIF is the Private Interface
$MYADDR is the Public IP Address

192.168.0.4 is the Private IP of the IIS Server 

Thank you in advance for any assistance that you may be able to provide.

Bill



[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 232 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-10-22 12:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-22 12:36 SNAT rule William L. Childers

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.