All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Stephen Lawrence Jr." <slawrence@ucdavis.edu>
To: netfilter@lists.netfilter.org
Subject: forwarding groupwise live remote services
Date: Mon, 23 Sep 2002 09:30:46 -0700	[thread overview]
Message-ID: <3D8F41B6.30906@ucdavis.edu> (raw)

Hi all, I am having a problem forwarding groupwise live remote services
from my firewall->groupwise mta.

The setup:

remoteuser -> Firewall:1678 -> Groupwiseserver:1679
Groupwiseserver:1679 -> MASQ -> remoteuser

Here is what I have so far:
<snip>

$IPTABLES -t nat -A POSTROUTING -o eth0  -s 192.168.0.0/16 -j SNAT
--to-source $EXTIP

# Port Forward - Send port 1678 to grpws-server:1679 for Groupwise Live
Remote Services
$IPTABLES -t nat -A PREROUTING  -p tcp   --destination-port 1678 -j DNAT
--to-destination 192.168.1.254:1679

$IPTABLES -A OUTPUT -p tcp -m multiport --destination-ports
8080,25,465,22,80,443,515,1679,1678 -m state --state NEW -j ACCEPT
$IPTABLES -A INPUT -p tcp -m multiport --destination-ports
8080,25,465,22,80,443,515,1679,1678 -m state --state NEW -j ACCEPT
$IPTABLES -A FORWARD -p tcp -m multiport --destination-ports
8080,25,465,22,80,443,515,1679,1678 -m state --state NEW -j ACCEPT
<snip>

What am I missing?

-- 
Stephen Lawrence Jr. - Programmer
slawrence@ucdavis.edu
California Animal Health & Food Safety Laboratory System, UC Davis
(530)-752-4614





             reply	other threads:[~2002-09-23 16:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-23 16:30 Stephen Lawrence Jr. [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-09-23 15:56 forwarding groupwise live remote services Stephen Lawrence Jr.

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3D8F41B6.30906@ucdavis.edu \
    --to=slawrence@ucdavis.edu \
    --cc=netfilter@lists.netfilter.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.