id author title date pages extension mime words sentence flesch summary cache txt ital-3280 Sondag, Tyler; Feher, Jim Open Source Wifi Hotspot Implementation 2007-06-01 9 .pdf application/pdf 5008 266 62 eth2 ­s 10.5.3.30 ­j ACCEPT # Set up transparent proxy for wireless network, but allow # connections that go through to the campus network # to bypass proxy iptables ­t nat ­A PREROUTING ­i eth2 ! \ ­d 66.99.172.0/23 ­p tcp ­­dport 80 ­s 10.5.0.0/16 \ ­j DNAT ­­to­destination 10.4.1.90:3128 # nat iptables ­t nat ­A POSTROUTING ­o eth0 \ ­j MASQUERADE # simple port knocking to allow port 22 connection adapted # from www.shorewall.net/PortKnocking.html1 another # excellent document can be found at # www.debian-administration.org/articles/26814 # once connection started let it continue iptables cache/ital-3280.pdf txt/ital-3280.txt