tetzlav wrote:
> hatten wir das nicht schon diese Woche im Chat?
> stellt mal euren Proxy im Südwesten ordentlich ein... :-P

a) proxy nur bei http, nicht bei https
b) proxy nur für ! 104er und ! 105er adressen
iptables -t nat -I PREROUTING -p tcp -i $WIFIDEV -d ! 104.0.0.0/7 
--dport 80 -j DNAT --to-destination 192.168.0.1:8080
iptables -t nat -I PREROUTING -p tcp -i gate0 -d ! 104.0.0.0/7 --dport 
80 -j DNAT --to-destination 192.168.0.1:8080

Es könnte ja vllt. am NAT liegen... :-P
_______________________________________________
freifunk-leipzig mailing list
[email protected]
https://lists.subsignal.org/mailman/listinfo/freifunk-leipzig

Antwort per Email an