All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Aldo S. Lagana" <alagana@discmail.com>
To: "'Tiziano Müller'" <tiziano@ifi.unizh.ch>, netfilter@lists.netfilter.org
Subject: RE: 1:1 NAT, DMZ and Masq
Date: Tue, 18 Feb 2003 16:43:32 -0500	[thread overview]
Message-ID: <00ba01c2d796$c854ebb0$3864a8c0@discmail.com> (raw)
In-Reply-To: <1045602046.3e529efe1672f@mail.2wire.ch>

You may need FORWARD rules to your DMZ server(s):
iptables -A FORWARD -d <DMZServer> -j ACCEPT

or for more security (I'd recommend):
iptables -A FORWARD -p tcp -d <DMZserver) 80 -j ACCEPT

> -----Original Message-----
> From: netfilter-admin@lists.netfilter.org 
> [mailto:netfilter-admin@lists.netfilter.org] On Behalf Of 
> Tiziano Müller
> Sent: Tuesday, February 18, 2003 4:01 PM
> To: netfilter@lists.netfilter.org
> Subject: 1:1 NAT, DMZ and Masq
> 
> 
> Hi guys
> 
> I apologize for my first message, it was crap.
> sorry.
> 
> Now, I\'ve a little problem and no idea how to
> solve it, I hope, someone could give me a hint.
> 
> Situation:
> 
> Internet -- Firewall 1 -- DMZ -- Firewall 2 -- LAN
>                            |-- Webserver = WWW
>                            |-- FTP
>                            |-- DNS
> 
> now, for the Server in the DMZ, I wanted to use a 1:1
> NAT, for the hole rest Masq. So did I the follow (for the 
> WWW) on the Linux-Router:
> 
> 10.0.0.4 = DMZ IP WWW; x.x.x.165 = Official IP WWW
> 
> ifconfig eth1:1:0 add x.x.x.165
> (as described in the NAT HowTo, necessary for the ARP-Packets)
> 
> iptables -t nat -A PREROUTING -d x.x.x.165 -j DNAT --to 
> 10.0.0.4 iptables -t nat -A POSTROUTING -s 10.0.0.4 -j SNAT 
> --to x.x.x.165 iptables -t nat -A POSTROUTING -o eth1 -j MASQUERADE
> 
> So far it works well from the inside. From outside I can only 
> ping the WWW and connect with SSH, but not connect via FTP or 
> WWW (the services are up and running).
> 
> Has someone an idea, why this happens? Or a better idea to do this?
> 
> Thanks very much in advance
> Tiziano
> 



      reply	other threads:[~2003-02-18 21:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-18 21:00 1:1 NAT, DMZ and Masq Tiziano Müller
2003-02-18 21:43 ` Aldo S. Lagana [this message]

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='00ba01c2d796$c854ebb0$3864a8c0@discmail.com' \
    --to=alagana@discmail.com \
    --cc=netfilter@lists.netfilter.org \
    --cc=tiziano@ifi.unizh.ch \
    /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.