My system is very very basic... nothing fancy.
RB600 with Hotspot (no logon just a page with info) (10.1.1.1/24)
i then have PPPoE server (172.16.0.0/24)
both the above networks are bound to ether2
ether1 is for WAN
Then I installed a CF 4 gig memory card and the rb600 reads it as fine..
I added the following rules..
Code: Select all
;;; masquerade
chain=srcnat action=masquerade src-address=172.16.0.0/24
;;; transparent proxy
chain=dstnat action=redirect to-ports=8080 protocol=tcp dst-port=80
Code: Select all
[admin@MikroTik] /ip proxy> print
enabled: yes
src-address: 0.0.0.0
port: 8080
parent-proxy: 0.0.0.0
parent-proxy-port: 0
cache-administrator: "webmaster"
max-cache-size: unlimited
cache-on-disk: yes
max-client-connections: 1000
max-server-connections: 1999
max-fresh-time: 3d
serialize-connections: no
always-from-cache: no
cache-hit-dscp: 4
cache-drive: CF1
the web proxy shows "RUNNING"
what could be wrong? pls help! (RouterOS Version: 4.5)