D
D
Denis Radchenko2010-09-27 16:18:31
linux
Denis Radchenko, 2010-09-27 16:18:31

DMZ using iptables

Please advise how to set up DMZ in iptables - forward all ports from the external Internet to a computer on the local network? OS Ubuntu Server 10.04

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
verwolfdotss, 2010-09-27
@verwolfdotss

The DMZ must be separate from the local network.
That is, it must be a separate subnet.
I usually make the following rules for the DMZ.
1) from the Internet to the server in the DMZ, I forward only the necessary ports.

Y
Yur4eg, 2010-10-02
@Yur4eg

iptables -A PREROUTING -t nat -i $ETH -m state --state NEW -j SNAT --to-destination $
IP And it's not DMZ

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question