no web-proxy in mt v2.9.6

hi all…why in the hell i dont have web-proxy in my mikrotik router…?

only have proxy…!
:angry:

Absence of the web-proxy package?

ive check the package…theres none web-proxy…!

ive got level 6…

eugeane meant to say that you HAVE TO INSTALL the web proxy package to use it. if you have problems, email support

what i find in my packages is webproxy-test only…!
and i cant find where and what this thing for…?

@normis sorry…ive got my web-proxy finally…! :slight_smile:

@normis can you show how to blok everything exepct port 80…?
ive done this:

  1. chain=forward ; connect-state=invalid ; action=drop
  2. chain=forward ; in-interface=wan ; connect-state=established ; action=accept
  3. chain=forward ; in-interface=wan ; connct-state=invalid ; action=accept
  4. chain=forward ; protocol=tcp ; dst-port=!80 ; src-address-list=sample ; action=drop
  5. chain=forward ; in-interface=lan ; out-interface=wan ; action=accept
  6. chain=forward ; action=drop
  7. chain=dst-nat ; protocol=tcp ; dst-port=80 ; in-interface=wan ; action=redirect ; to-port=8080(proxy)

but somehow i cant use port 80…!is it something wrong with it…?
please need help…?

of course .. u already redirect it to port 8080

okey now when i disabled the redirect to port 8080…
i cant browsing the internet…!
port 8080 is my proxy port…

and when i disabled the proxy same thing happen…!


:imp: