I have ver. 3.3 installed on pc, i need to know how to add http proxy and port setting on mikrotik server because i have bluecoat web proxy and the internet not working without add http proxy and port in client browser so there’s any way to add the proxy and port to mikrotik server to make the internet working on clients without add proxy setting manually.
Specific answers require specific questions. When in doubt, post the output of “/ip address print detail”, “/ip route print detail”, “/interface print detail”, “/ip firewall export”, and an accurate network diagram.
Need help? help us to know better about your network
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
0 A S dst-address=0.0.0.0/0 gateway=10.10.11.254 interface=WAN
gateway-state=reachable distance=1 scope=30 target-scope=10
I see that your wan IP (10.10.10.200/23) is not in the same network as Parent Web proxy (20.20.100.100). No problem, because you have 10.10.11.254 as your Default Gateway. But, Does DG(10.10.11.254) know anything about web proxy(20.20.100.100)? I mean does it route to you to Web proxy? test>>> try to ping 20.20.100.100 via Mikrotik ping tool.
If it is OK,