Community discussions

MikroTik App
 
cristian
just joined
Topic Author
Posts: 4
Joined: Thu Nov 10, 2005 6:18 pm

webproxy and queue problem

Thu Nov 10, 2005 7:08 pm

Hi guys.

I have one queue for each ip. When i enabled the webproxy and do redirection the queue same not work, i download without limit.
What i am doing wrong?? i want to use transparent proxy but limiting with queue.
Cris
 
User avatar
jager
Trainer
Trainer
Posts: 295
Joined: Mon Oct 31, 2005 2:44 am
Location: Germany
Contact:

Thu Nov 10, 2005 11:51 pm

Instead using webproxy, why dont you nat all traffic to port 80 directly to your external proxy server?
 
cristian
just joined
Topic Author
Posts: 4
Joined: Thu Nov 10, 2005 6:18 pm

Fri Nov 11, 2005 1:12 am

you mean nat port 80 tcp to external proxy??? I don't have external proxy
I want to make the mikrotik webproxy.
I have 2.9.7 version
 
ajescobar
newbie
Posts: 25
Joined: Tue Jul 26, 2005 1:47 am

Mon Nov 28, 2005 7:59 pm

I have the same problem.

I have one queue for each IP address of my customers. Each queue has his own limit at and max limit.

If I enable Webproxy in transparent mode, my custmers don't have any bandwidth limit when they are browsing the net.

I have searched this whole list and there is not a similar topic.

Any help will be appreciated.
 
Testingpepe
newbie
Posts: 42
Joined: Tue Apr 19, 2005 6:25 pm

Mon Nov 28, 2005 9:44 pm

Same problem here.....simple queues stop working when I enable de webproxy. Try everything and nothing works, the problem persist........
 
proxy
Frequent Visitor
Frequent Visitor
Posts: 82
Joined: Wed Dec 15, 2004 1:18 am

Mon Nov 28, 2005 10:17 pm

try limiting to=target-address .
thnx
 
Testingpepe
newbie
Posts: 42
Joined: Tue Apr 19, 2005 6:25 pm

Mon Nov 28, 2005 10:28 pm

you mean.................
 
proxy
Frequent Visitor
Frequent Visitor
Posts: 82
Joined: Wed Dec 15, 2004 1:18 am

Mon Nov 28, 2005 10:34 pm

i said , if you are limiting with Simple queues , set the IP address of the host in the flied TARGET ADDRESS not to DST Address.. if you understood what i mean
 
Testingpepe
newbie
Posts: 42
Joined: Tue Apr 19, 2005 6:25 pm

Tue Nov 29, 2005 3:58 pm

yes me understand.....but, if I put the target address whit interface ether2(internet) the queue dont count the traffic and if I put it whit interface wlan3(internal) the downstream is the upstream and vice versa.
I dont know if I explain ......
 
proxy
Frequent Visitor
Frequent Visitor
Posts: 82
Joined: Wed Dec 15, 2004 1:18 am

Tue Nov 29, 2005 9:32 pm

man i'm using webproxy too , set interface to ALL do not specify interface and it will work
 
ajescobar
newbie
Posts: 25
Joined: Tue Jul 26, 2005 1:47 am

Fri Dec 02, 2005 11:13 pm

I am not using Simple Queues. I am using Queue Tree.

I have one queue for each IP address of my customers. Each queue has his own limit at and max limit. Like this one:

/ ip firewall nat add chain=srcnat out-interface=Public src-address=10.132.243.33 dst-address=0.0.0.0/0 \
action=masquerade comment="Nodo Poblado - Jose F Molina" disabled=no

/ ip firewall mangle add chain=prerouting src-address=10.132.243.33 action=mark-connection \
new-connection-mark=JoseFMolina-con comment="Nodo Poblado - Jose F Molina" disabled=no

/ ip firewall mangle add chain=prerouting connection-mark=JoseFMolina-con action=mark-packet \
new-packet-mark=JoseFMolina comment="" disabled=no

/ queue tree add name="JoseFMolina-Download" parent=Private packet-mark=JoseFMolina limit-at=140000 \
queue=default priority=7 max-limit=160000 burst-limit=0 burst-threshold=0 burst-time=0s disabled=no

/ queue tree add name="JoseFMolina-Upload" parent=Public packet-mark=JoseFMolina limit-at=140000 \
queue=default priority=7 max-limit=160000 burst-limit=0 burst-threshold=0 burst-time=0s disabled=no


If I enable Webproxy in transparent mode, my custmers don't have any bandwidth limit when they are browsing the net.

Any help will be appreciated.

Who is online

Users browsing this forum: Bing [Bot] and 36 guests