hi all…why in the hell i dont have web-proxy in my mikrotik router…?
only have proxy…!
Eugene
October 31, 2005, 12:09pm
2
Absence of the web-proxy package?
ive check the package…theres none web-proxy…!
ive got level 6…
normis
October 31, 2005, 2:43pm
4
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…!
@normis can you show how to blok everything exepct port 80…?
ive done this:
chain=forward ; connect-state=invalid ; action=drop
chain=forward ; in-interface=wan ; connect-state=established ; action=accept
chain=forward ; in-interface=wan ; connct-state=invalid ; action=accept
chain=forward ; protocol=tcp ; dst-port=!80 ; src-address-list=sample ; action=drop
chain=forward ; in-interface=lan ; out-interface=wan ; action=accept
chain=forward ; action=drop
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…?
mengong
November 7, 2005, 12:54pm
7
larmaid:
@normis sorry…ive got my web-proxy finally…!
@normis can you show how to blok everything exepct port 80…?
ive done this:
chain=forward ; connect-state=invalid ; action=drop
chain=forward ; in-interface=wan ; connect-state=established ; action=accept
chain=forward ; in-interface=wan ; connct-state=invalid ; action=accept
chain=forward ; protocol=tcp ; dst-port=!80 ; src-address-list=sample ; action=drop
chain=forward ; in-interface=lan ; out-interface=wan ; action=accept
chain=forward ; action=drop
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…!
…
…