Displaying 1 result from an estimated 1 matches for "proxy_rul".
Did you mean:
proxy_rule
2003 Jun 08
1
redirect unauthorized users to a login page (natd as a transparent proxy)
...he server
What happens is
In [TCP] [TCP] 10.0.0.7:1036 -> 195.250.155.29:80 aliased to
[TCP] 10.0.0.1:1036 -> 195.113.17.94:80
The natd configuration file:
-------------------------------------------------------------------------
interface wi0
port 1234
#proxy_only yes
reverse
proxy_rule port 80 server 195.113.17.94:80
-------------------------------------------------------------------------
Natd was run as natd -f /etc/natd.conf -v with
00010 divert 1234 tcp from any to any via wi0
I was hoping proxy_only will do the trick but it does not seem to have
any impact and the source...