/* Config */

This commit is contained in:
Astro 2011-02-18 21:16:07 +00:00
parent c9f53f5dee
commit b9f81047c3

View File

@ -40,7 +40,6 @@ Eine Projektidee um das Bewusstsein für Freie Netze zu stärken.
hostapd /etc/hostapd/hostapd.conf
address 10.0.0.1
netmask 255.255.255.0
All interfaces have '''fe80::''' addresses so '''ssh''' is reachable.
===iptables===
@ -48,7 +47,6 @@ 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