Web Proxy wont start up

Hello,

I have successfully configured the web proxy server on a new router but when I check the status, it still shows “stopped” even after i have confirmed that it is enabled. I have tried restarting the router severally with no luck. Any ideas/suggestions?

I am using a working on a RB1100AH.

Regards,

Femi

Need more details.. Post your settings..

-tp

Hello,

Please see below:


[mikrotik@ROUTER] /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: User
max-cache-size: none
cache-on-disk: no
max-client-connections: 600
max-server-connections: 600
max-fresh-time: 3d
serialize-connections: no
always-from-cache: no
cache-hit-dscp: 4
cache-drive: system
[mikrotik@ROUTER] /ip proxy> monitor
status: stopped
requests: 0
hits: 0
cache-used: 0KiB
total-ram-used: 32KiB
received-from-servers: 0KiB
sent-to-clients: 0KiB
hits-sent-to-clients: 0KiB

Regards,

Femi

To the point, can you show you’re NAT rules?

Hello,

Here’s the NAT rule applied:


/ip firewall nat
add chain=dstnat protocol=tcp dst-port=80 action=redirect to-ports=8080


Regards,

Femi