UNCATEGORIZED
Consultant for hire
I am the user known as omega-00 on the mikrotik forums (see here) and as always am happy to be of assistance in all mikrotik related matters.
I can be contacted via the email address listed in my forum profile or alternatively send an email to: admin at this domain dot com
(if you canβt work that out then youβre probably going to need a highly paid consultant sorry :-P)
I will eventually be putting up some useful information on this site, as soon as I figure out what isnβt already covered by other sites or mikrotik themselves π
Advertisement
I apologise, but, in my opinion, you commit an error. Write to me in PM, we will communicate.
Hey Nikolas, please feel free to email me β see the βAboutβ page for my email address.
Or respond on the Mikrotik PCC forum thread β http://forum.mikrotik.com/viewtopic.php?f=2&t=31415
Hola que tal estube probando el balanceo con PCC que dejastes y no me funciono con 3 adsl,
add action=mark-connection chain=input comment=Input connection-state=new disabled=no in-interface=HDSNET3@SPEEDY2M_FIJO new-connection-mark=adsl1_conn \
passthrough=yes
add action=mark-connection chain=input comment=ββ connection-state=new disabled=no in-interface=HNDSNET@SPEEDYPLUS new-connection-mark=adsl2_conn \
passthrough=yes
add action=mark-connection chain=input comment=ββ connection-state=new disabled=no in-interface=HDSNET1@SPEEDYPLUS new-connection-mark=adsl3_conn \
passthrough=yes
add action=mark-routing chain=output comment=Output connection-mark=adsl1_conn disabled=no new-routing-mark=adsl1 passthrough=no
add action=mark-routing chain=output comment=ββ connection-mark=adsl2_conn disabled=no new-routing-mark=adsl2 passthrough=no
add action=mark-routing chain=output comment=ββ connection-mark=adsl3_conn disabled=no new-routing-mark=adsl3 passthrough=no
add action=mark-connection chain=prerouting comment=Prerouting disabled=no dst-address-type=!local in-interface=LAN-BALANCEO-1 new-connection-mark=adsl1_conn \
passthrough=yes per-connection-classifier=both-addresses-and-ports:3/0
add action=mark-connection chain=prerouting comment=ββ disabled=no dst-address-type=!local in-interface=LAN-BALANCEO-1 new-connection-mark=adsl2_conn \
passthrough=yes per-connection-classifier=both-addresses-and-ports:3/1
add action=mark-connection chain=prerouting comment=ββ disabled=no dst-address-type=!local in-interface=LAN-BALANCEO-1 new-connection-mark=adsl3_conn \
passthrough=yes per-connection-classifier=both-addresses-and-ports:3/2
add action=mark-routing chain=prerouting comment=Prerouting connection-mark=adsl1_conn disabled=no in-interface=LAN-BALANCEO-1 new-routing-mark=adsl1 \
passthrough=no
add action=mark-routing chain=prerouting comment=ββ connection-mark=adsl2_conn disabled=no in-interface=LAN-BALANCEO-1 new-routing-mark=adsl2 passthrough=no
add action=mark-routing chain=prerouting comment=ββ connection-mark=adsl3_conn disabled=no in-interface=LAN-BALANCEO-1 new-routing-mark=adsl3 passthrough=no
con estas reglas si me funciono , pero tengo algunos problemas con el msn, https etc.
Espero mejoras.
Saludos.
/ip firewall mangleadd action=mark-connection chain=input comment="Input - New" connection-state=new disabled=no in-interface=HDSNET3@SPEEDY2M_FIJO new-connection-mark=adsl1_conn \
passthrough=yes
add action=mark-connection chain=input comment="" connection-state=new disabled=no in-interface=HNDSNET@SPEEDYPLUS new-connection-mark=adsl2_conn \
passthrough=yes
add action=mark-connection chain=input comment="" connection-state=new disabled=no in-interface=HDSNET1@SPEEDYPLUS new-connection-mark=adsl3_conn \
passthrough=yes
add action=mark-connection chain=prerouting comment="Input - Established" connection-state=established disabled=no in-interface=HDSNET3@SPEEDY2M_FIJO new-connection-mark=adsl1_conn passthrough=yes
add action=mark-connection chain=prerouting comment="" connection-state=established disabled=no in-interface=HNDSNET@SPEEDYPLUS new-connection-mark=adsl2_conn passthrough=yes
add action=mark-connection chain=prerouting comment="" connection-state=established disabled=no in-interface=HDSNET1@SPEEDYPLUS new-connection-mark=adsl3_conn passthrough=yes
add action=mark-connection chain=prerouting comment="Input - Related" connection-state=related disabled=no in-interface=HDSNET3@SPEEDY2M_FIJO new-connection-mark=adsl1_conn passthrough=yes
add action=mark-connection chain=prerouting comment="" connection-state=related disabled=no in-interface=HNDSNET@SPEEDYPLUS new-connection-mark=adsl2_conn passthrough=yes
add action=mark-connection chain=prerouting comment="" connection-state=related disabled=no in-interface=HDSNET1@SPEEDYPLUS new-connection-mark=adsl3_conn passthrough=yes
add action=mark-routing chain=output comment="Output - Route Marking" connection-mark=adsl1_conn disabled=no new-routing-mark=adsl1 passthrough=no
add action=mark-routing chain=output comment="" connection-mark=adsl2_conn disabled=no new-routing-mark=adsl2 passthrough=no
add action=mark-routing chain=output comment="" connection-mark=adsl3_conn disabled=no new-routing-mark=adsl3 passthrough=no
add action=mark-connection chain=prerouting comment="Prerouting - New" connection-state=new disabled=no \
dst-address-type=!local in-interface=LAN-BALANCEO-1 new-connection-mark=adsl1_pcc_conn passthrough=yes per-connection-classifier=both-addresses:3/0
add action=mark-connection chain=prerouting comment="" connection-state=new disabled=no \
dst-address-type=!local in-interface=LAN-BALANCEO-1 new-connection-mark=adsl2_pcc_conn passthrough=yes per-connection-classifier=both-addresses:3/1
add action=mark-connection chain=prerouting comment="" connection-state=new disabled=no \
dst-address-type=!local in-interface=LAN-BALANCEO-1 new-connection-mark=adsl3_pcc_conn passthrough=yes per-connection-classifier=both-addresses:3/2
add action=mark-connection chain=prerouting comment="Prerouting - Established" connection-state=\
established disabled=no dst-address-type=!local in-interface=LAN-BALANCEO-1 new-connection-mark=adsl1_pcc_conn passthrough=yes per-connection-classifier=\
both-addresses:3/0
add action=mark-connection chain=prerouting comment="" connection-state=\
established disabled=no dst-address-type=!local in-interface=LAN-BALANCEO-1 new-connection-mark=adsl2_pcc_conn passthrough=yes per-connection-classifier=\
both-addresses:3/1
add action=mark-connection chain=prerouting comment="" connection-state=\
established disabled=no dst-address-type=!local in-interface=LAN-BALANCEO-1 new-connection-mark=adsl3_pcc_conn passthrough=yes per-connection-classifier=\
both-addresses:3/2
add action=mark-connection chain=prerouting comment="Prerouting - Related" connection-state=related \
disabled=no dst-address-type=!local in-interface=LAN-BALANCEO-1 new-connection-mark=adsl1_pcc_conn passthrough=yes per-connection-classifier=both-addresses:3/0
add action=mark-connection chain=prerouting comment="" connection-state=related \
disabled=no dst-address-type=!local in-interface=LAN-BALANCEO-1 new-connection-mark=adsl2_pcc_conn passthrough=yes per-connection-classifier=both-addresses:3/1
add action=mark-connection chain=prerouting comment="" connection-state=related \
disabled=no dst-address-type=!local in-interface=LAN-BALANCEO-1 new-connection-mark=adsl3_pcc_conn passthrough=yes per-connection-classifier=both-addresses:3/2
add action=mark-routing chain=prerouting comment="Prerouting - Route Marking " connection-mark=adsl1_pcc_conn disabled=no new-routing-mark=adsl1 passthrough=\
yes
add action=mark-routing chain=prerouting comment="" connection-mark=adsl2_pcc_conn disabled=no new-routing-mark=adsl2 passthrough=\
yes
add action=mark-routing chain=prerouting comment="" connection-mark=adsl3_pcc_conn disabled=no new-routing-mark=adsl3 passthrough=\
yes