lunedì 24 marzo 2014

Modifica hotspot per mancata generazione reports

edit /etc/chilli/ipup.sh and change the following line

ipt -I PREROUTING -t nat -i $TUNTAP -p tcp -s $NET/$MASK -d ! $ADDR –dport
80 -j REDIRECT --to 3128

to

ipt -I PREROUTING -t nat -i $TUNTAP -p tcp -s $NET/$MASK ! -d $ADDR –dport
80 -j REDIRECT --to 3128

The key for those who can't see the difference is the exclamation mark after
the -d, is now before the -d.

Nessun commento:

Posta un commento