Displaying 1 result from an estimated 1 matches for "7nzr1".
Did you mean:
nzr1
2004 Sep 08
2
web redirect question
Hello
Is it possible to add exceptions to a web redirection rule such as
iptables -t nat -A POSTROUTING -s 192.168.1.0/24 -d 0.0.0.0/24 -p tcp
--dport 80 -j DNAT --to 10.10.10.1
the idea is to redirect all traffic to a web login page, and once
authenticated (by an external program). add an exception rule to avoid the
web redirection
what would be the way to set up the default redirect rule on