Hi friends.
I need your help.
I have a micrktoik 3.28 with PCC, now I'd like to apply WebProxy, but that is not working... I read in a past post one way to do that but I couldn't do it.
This is my configuration:
[marco@MikroTik] /interface> print
Flags: D - dynamic, X - disabled, R - running, S - slave
NAME TYPE MTU L2M
0 R RedInterna ether 1500
1 R Internet1 ether 1500 160
2 R Internet2 ether 1500 160
[marco@MikroTik] /ip firewall mangle> print
Flags: X - disabled, I - invalid, D - dynamic
0 chain=input action=mark-connection new-connection-mark=Internet1_conn passthrough=yes in-interface=Internet1
1 chain=input action=mark-connection new-connection-mark=Internet2_conn passthrough=yes in-interface=Internet2
2 chain=output action=mark-routing new-routing-mark=to_Internet1 passthrough=yes connection-mark=Internet1_conn
3 chain=output action=mark-routing new-routing-mark=to_Internet2 passthrough=yes connection-mark=Internet2_conn
4 chain=prerouting action=accept dst-address=172.168.1.0/24 in-interface=RedInterna
5 chain=prerouting action=accept dst-address=172.168.2.0/24 in-interface=RedInterna
6 chain=prerouting action=mark-connection new-connection-mark=Internet1_conn passthrough=yes dst-address-type=!local in-interface=RedInterna
per-connection-classifier=both-addresses:2/0
7 chain=prerouting action=mark-connection new-connection-mark=Internet2_conn passthrough=yes dst-address-type=!local in-interface=RedInterna
per-connection-classifier=both-addresses:2/1
8 chain=prerouting action=mark-routing new-routing-mark=to_Internet1 passthrough=yes in-interface=RedInterna connection-mark=Internet1_conn
9 chain=prerouting action=mark-routing new-routing-mark=to_Internet2 passthrough=yes in-interface=RedInterna connection-mark=Internet2_conn
[marco@MikroTik] /ip firewall nat> print
Flags: X - disabled, I - invalid, D - dynamic
0 chain=srcnat action=masquerade out-interface=Internet1
1 chain=srcnat action=masquerade out-interface=Internet2
[marco@MikroTik] /ip route> print
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
DST-ADDRESS PREF-SRC GATEWAY-STATE GATEWAY DISTANCE INTERFACE
0 A S 0.0.0.0/0 reachable 172.168.2.1 1 Internet2
1 A S 0.0.0.0/0 reachable 172.168.1.1 1 Internet1
2 A S 0.0.0.0/0 reachable 172.168.1.1 1 Internet1
3 S 0.0.0.0/0 reachable 172.168.2.1 2 Internet2
4 ADC 172.168.1.0/24 172.168.1.2 0 Internet1
5 ADC 172.168.2.0/24 172.168.2.2 0 Internet2
6 ADC 192.168.1.0/24 192.168.1.254 0 RedInterna
That's all
First, I don't understand Why do appear the lines 4,5 and 6 in the route section?
Second, there is not the webproxy configuration, now is disabled.
Third, I'm using simple queue.
Well, I hope this is all you need...
Thanks for your help