iptables DNAT with MAC pool
- From: NeCrOS <necros@xxxxxxxxxxxxx>
- Date: Wed, 09 Aug 2006 22:10:27 GMT
firewall : iptables v1.3.3
MACS : A - B , forward traffic without filter, direct internet access
MACS : D - E - F , POSTROUTING DNAT --to $APACHE:DNAT, my DMZ
$IPTABLES -t nat -A PREROUTING -p TCP -i $WIRELESS_eth --dport 80 -m mac --
mac-source ! A_MAC -j DNAT --to $APACHE:80
$IPTABLES -t nat -A PREROUTING -p TCP -i $WIRELESS_eth --dport 80 -m mac --
mac-source ! B_MAC -j DNAT --to $APACHE:80
This no function !!!
HOW ????
a lot of thxs
--
--------------------------
FreE wOrlD = FrEe cOdE
By NeCrOS.
-------------------------
---------------------
------------------
---------------
------------
--------
-----
--
.
- Prev by Date: Re: /etc/resolv.conf in SUSE 10.1 (2.6.16.13-4-smp)
- Next by Date: Re: Error: eth2: transmit timed out
- Previous by thread: /etc/resolv.conf in SUSE 10.1 (2.6.16.13-4-smp)
- Next by thread: Denying a range of IP addresses
- Index(es):
Relevant Pages
|