Hello
I want to achieve the firewall script in the official iptables tutorial
1.20 version practices here
http://iptables-tutorial.frozentux....MZ.firewall.txt
typically a well known set up is
to receive traffic from the ISP via dhcp which assigns IP to eth0
and eth0 forwords traffic to eth1 (NAT) which is the default gateway for a
laptop .
Now the machine has eth0 eth1 and eth2 so far we have spoken
for eth1 . Eth2 i wanted to be a DMZ for servers who need passive
connections
FTP etc...
The concept of DMZ confuses me , can you suggest any resources
for the topic ?
Really appreciated