/* Config */ iptables

This commit is contained in:
Astro 2011-02-18 21:15:28 +00:00
parent 850fb833fd
commit c9f53f5dee

View File

@ -43,6 +43,12 @@ Eine Projektidee um das Bewusstsein für Freie Netze zu stärken.
All interfaces have '''fe80::''' addresses so '''ssh''' is reachable.
===iptables===
Catch-all rules for cached DNS entries:
iptables -t nat -A PREROUTING -p tcp --dport 80 -j DNAT --to-destination 10.0.0.1:80
iptables -t nat -A PREROUTING -p udp --dport 53 -j DNAT --to-destination 10.0.0.1:53
===/etc/udhcpd.conf===
start 10.0.0.2
end 10.0.0.254