pcc and download

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

Google “download manager”.

and use ‘both-addresses-and-ports’ as pcc-classifier

man what is that perfect
i will add karam to all my life :d ( only one)

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…

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.

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

how i can use port 80 and 443 in pcc do you mean to mark conection
plz more explaine i real in need

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

thx so much


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


thx