Hi all,
I'm running OpenBSD on a soekris box 4.3 current.
sis0=192.168.3.32
sis1=192.168.2.1
I have a proxy server IP address 192.168.3.106
I want a rule to have all users on the .2 network to go thru the proxy.
Tried the following in /etc/inetd.conf
127.0.0.1:5000 stream tcp nowait nobody /usr/bin/nc nc -w \
20 192.168.3.106 8080
rdr on $int_if proto tcp from $int_net to $ext_if port 80 -> \
127.0.0.1 port 5000
I can access websites but thing is the proxy server is running dans
guardian on 8080 and I do not see a denied page when I access unwanted
sites.
Thanks
BSD Networking, Microsoft Notworking