Community discussions

MikroTik App
 
kazanova
Member
Member
Topic Author
Posts: 406
Joined: Tue Sep 06, 2005 11:52 am

pcc and download

Wed Jul 14, 2010 8:38 pm

i work with pcc all look fine
my question in isn't internet download manager work with many estblition conection so this prog can achive speed 1m if i have 2 connection speed 512+512
 
fewi
Forum Guru
Forum Guru
Posts: 7717
Joined: Tue Aug 11, 2009 3:19 am

Re: pcc and download

Wed Jul 14, 2010 8:42 pm

Google "download manager".
 
User avatar
Chupaka
Forum Guru
Forum Guru
Posts: 8709
Joined: Mon Jun 19, 2006 11:15 pm
Location: Minsk, Belarus
Contact:

Re: pcc and download

Wed Jul 14, 2010 10:56 pm

and use 'both-addresses-and-ports' as pcc-classifier
 
kazanova
Member
Member
Topic Author
Posts: 406
Joined: Tue Sep 06, 2005 11:52 am

Re: pcc and download

Wed Jul 14, 2010 11:07 pm

man what is that perfect
i will add karam to all my life :d ( only one)
 
User avatar
Chupaka
Forum Guru
Forum Guru
Posts: 8709
Joined: Mon Jun 19, 2006 11:15 pm
Location: Minsk, Belarus
Contact:

Re: pcc and download

Wed Jul 14, 2010 11:16 pm

if we want perfect setup, there should be several PCC sets, like:

port 80 (http) commonly balance with 'both-addresses-and-ports' for efficient use of download managers;
port 443 (https) is known to suffer from previous setup, so here we'd better use 'src-address' or 'both-addresses';
the rest - 'both-addresses' classifier;

and, of course, some exceptions, when 'src-address' is needed...
 
fewi
Forum Guru
Forum Guru
Posts: 7717
Joined: Tue Aug 11, 2009 3:19 am

Re: pcc and download

Wed Jul 14, 2010 11:20 pm

I think ideally you'd want to grab things that break on 'both-addresses-and-ports' like HTTPS, IMAPS, POP3S, VPN protocols etc. and then have everything else fall through to a generic 'both-addresses-and-ports' rule. It makes sense to have that as the default.
 
kazanova
Member
Member
Topic Author
Posts: 406
Joined: Tue Sep 06, 2005 11:52 am

Re: pcc and download

Wed Jul 14, 2010 11:31 pm

i make change with

add chain=prerouting dst-address-type=!local in-interface=Local per-connection-classifier=both-addresses:2/0 \
action=mark-connection new-connection-mark=wan1_conn passthrough=yes

form both addresses to 'both-addresses-and-ports'

who can i add ones for 80 and other for 443 should i add it twise
 
kazanova
Member
Member
Topic Author
Posts: 406
Joined: Tue Sep 06, 2005 11:52 am

Re: pcc and download

Thu Jul 15, 2010 6:47 pm

how i can use port 80 and 443 in pcc do you mean to mark conection
plz more explaine i real in need
Last edited by kazanova on Thu Jul 15, 2010 7:00 pm, edited 1 time in total.
 
fewi
Forum Guru
Forum Guru
Posts: 7717
Joined: Tue Aug 11, 2009 3:19 am

Re: pcc and download

Thu Jul 15, 2010 6:53 pm

add chain=prerouting connection-mark=none protocol=tcp dst-port=443 dst-address-type=!local in-interface=Local per-connection-classifier=src-address:2/0 action=mark-connection new-connection-mark=wlan1_conn passthrough=yes
add chain=prerouting connection-mark=none protocol=tcp dst-port=443 dst-address-type=!local in-interface=Local per-connection-classifier=src-address:2/1 action=mark-connection new-connection-mark=wlan2_conn passthrough=yes
add chain=prerouting connection-mark=none protocol=tcp dst-port=80 dst-address-type=!local in-interface=Local per-connection-classifier=both-addresses-and-ports:2/0 action=mark-connection new-connection-mark=wlan1_conn passthrough=yes
add chain=prerouting connection-mark=none protocol=tcp dst-port=80 dst-address-type=!local in-interface=Local per-connection-classifier=both-addresses-and-ports:2/1 action=mark-connection new-connection-mark=wlan2_conn passthrough=yes
add chain=prerouting connection-mark=none dst-address-type=!local in-interface=Local per-connection-classifier=both-addresses:2/0 action=mark-connection new-connection-mark=wlan1_conn passthrough=yes
add chain=prerouting connection-mark=none dst-address-type=!local in-interface=Local per-connection-classifier=both-addresses:2/1 action=mark-connection new-connection-mark=wlan2_conn passthrough=yes
 
kazanova
Member
Member
Topic Author
Posts: 406
Joined: Tue Sep 06, 2005 11:52 am

Re: pcc and download

Thu Jul 15, 2010 7:04 pm

thx so much


:D i has 30 account use it pcc that mean 30*3=90 nicelol


thx

Who is online

Users browsing this forum: Ahrefs [Bot], Nullcaller, volkirik and 9 guests