Proplem with cpanel port 2083, 2082,2086 And pcc

hello
i have aproplem i have 5 adsl lines using nth ifound aproplem when i itry to login to my cpanel same http://xxx.xxx:2083 i saw this
http://fahrezy.wordpress.com/2012/04/26/problem-cpanel-login-bonding-mikrotik/
but my proplem not solved so i chanages my nth with pcc and try again this code above but same proplem he gave me error
he told me when itry connect to cpanel

Your IP address has changed. Please log in again.

any one can help :frowning:

Which options of the PCC is your setup?

Sent from my XT928 using Tapatalk 2

my config

/ip firewall mangle
add action=mark-connection chain=prerouting disabled=no dst-port=2083 \
    in-interface=lan new-connection-mark=Cpanel passthrough=yes protocol=tcp
add action=mark-routing chain=prerouting connection-mark=Cpanel disabled=no \
    in-interface=lan new-routing-mark=Cpanel passthrough=yes
add action=mark-connection chain=input disabled=no in-interface=Client1 \
    new-connection-mark=Client1_conn passthrough=yes
add action=mark-connection chain=input disabled=no in-interface=Client2 \
    new-connection-mark=Client2_conn passthrough=yes
add action=mark-connection chain=input disabled=no in-interface=Client3 \
    new-connection-mark=Client3_conn passthrough=yes
add action=mark-connection chain=input disabled=no in-interface=Client4 \
    new-connection-mark=Client4_conn passthrough=yes
add action=mark-connection chain=input disabled=no in-interface=Client5 \
    new-connection-mark=Client5_conn passthrough=yes
add action=mark-routing chain=output connection-mark=Client1_conn disabled=no \
    new-routing-mark=Client1 passthrough=yes
add action=mark-routing chain=output connection-mark=Client2_conn disabled=no \
    new-routing-mark=Client2 passthrough=yes
add action=mark-routing chain=output connection-mark=Client3_conn disabled=no \
    new-routing-mark=Client3 passthrough=yes
add action=mark-routing chain=output connection-mark=Client4_conn disabled=no \
    new-routing-mark=Client4 passthrough=yes
add action=mark-routing chain=output connection-mark=Client5_conn disabled=no \
    new-routing-mark=Client5 passthrough=yes
add action=mark-connection chain=prerouting disabled=no dst-address-type=\
    !local in-interface=lan new-connection-mark=Client1_conn passthrough=yes \
    per-connection-classifier=both-addresses-and-ports:5/0
add action=mark-connection chain=prerouting disabled=no dst-address-type=\
    !local in-interface=lan new-connection-mark=Client2_conn passthrough=yes \
    per-connection-classifier=both-addresses-and-ports:5/1
add action=mark-connection chain=prerouting disabled=no dst-address-type=\
    !local in-interface=lan new-connection-mark=Client3_conn passthrough=yes \
    per-connection-classifier=both-addresses-and-ports:5/2
add action=mark-connection chain=prerouting disabled=no dst-address-type=\
    !local in-interface=lan new-connection-mark=Client4_conn passthrough=yes \
    per-connection-classifier=both-addresses-and-ports:5/3
add action=mark-connection chain=prerouting disabled=no dst-address-type=\
    !local in-interface=lan new-connection-mark=Client5_conn passthrough=yes \
    per-connection-classifier=both-addresses-and-ports:5/4
add action=mark-routing chain=prerouting connection-mark=Client1_conn \
    disabled=no in-interface=lan new-routing-mark=Client1 passthrough=yes
add action=mark-routing chain=prerouting connection-mark=Client2_conn \
    disabled=no in-interface=lan new-routing-mark=Client2 passthrough=yes
add action=mark-routing chain=prerouting connection-mark=Client3_conn \
    disabled=no in-interface=lan new-routing-mark=Client3 passthrough=yes
add action=mark-routing chain=prerouting connection-mark=Client4_conn \
    disabled=no in-interface=lan new-routing-mark=Client4 passthrough=yes
add action=mark-routing chain=prerouting connection-mark=Client5_conn \
    disabled=no in-interface=lan new-routing-mark=Client5 passthrough=yes



/ip route
add check-gateway=ping disabled=no distance=1 dst-address=0.0.0.0/0 gateway=\
    Client1 routing-mark=Client1 scope=30 target-scope=10
add check-gateway=ping disabled=no distance=1 dst-address=0.0.0.0/0 gateway=\
    Client2 routing-mark=Client2 scope=30 target-scope=10
add check-gateway=ping disabled=no distance=1 dst-address=0.0.0.0/0 gateway=\
    Client3 routing-mark=Client3 scope=30 target-scope=10
add check-gateway=ping disabled=no distance=1 dst-address=0.0.0.0/0 gateway=\
    Client4 routing-mark=Client4 scope=30 target-scope=10
add check-gateway=ping disabled=no distance=1 dst-address=0.0.0.0/0 gateway=\
    Client5 routing-mark=Client5 scope=30 target-scope=10
add disabled=no distance=1 dst-address=0.0.0.0/0 gateway=Client2 \
    routing-mark=Cpanel scope=30 target-scope=10
add check-gateway=ping disabled=no distance=1 dst-address=0.0.0.0/0 gateway=\
    Client1 scope=30 target-scope=10
add check-gateway=ping disabled=no distance=2 dst-address=0.0.0.0/0 gateway=\
    Client2 scope=30 target-scope=10
add check-gateway=ping disabled=no distance=3 dst-address=0.0.0.0/0 gateway=\
    Client3 scope=30 target-scope=10
add check-gateway=ping disabled=no distance=4 dst-address=0.0.0.0/0 gateway=\
    Client4 scope=30 target-scope=10
add check-gateway=ping disabled=no distance=5 dst-address=0.0.0.0/0 gateway=\
    Client5 scope=30 target-scope=10



/ip firewall nat
add action=masquerade chain=srcnat disabled=no out-interface=Client1
add action=masquerade chain=srcnat disabled=no out-interface=Client2
add action=masquerade chain=srcnat disabled=no out-interface=Client3
add action=masquerade chain=srcnat disabled=no out-interface=Client4
add action=masquerade chain=srcnat disabled=no out-interface=Client5

using pppoe Clients
Now i know that ihaven`t any proplem in my nth :frowning:

try both-addresses or others。


Sent from my iPad using Tapatalk HD

iknow That if iuse Dst address and ports it worked but i lose download combine so i need any rule marked this connection and routing them some thing same that

well, I catch what you mean now.
You need add a routes rulrs.

i add it from 1st

add disabled=no distance=1 dst-address=0.0.0.0/0 gateway=Client2
routing-mark=Cpanel scope=30 target-scope=10

or what u mean ?

show the cpanel ip table

/ip route rule
add comment=“Cpanel” dst-address=x.x.x.x./x table=Cpanel

/ip route rule
add comment=“Cpanel” dst-address=x.x.x.x./x table=Cpanel

2083 port friend told me it`s whm port and he blocked but iworking on this port for long time .. example
http://modern-trade-eg.com:2083/

Hi I face same problem, I do as you say but still not work, maybe because i’m not using pppoe i use hotspot. so any idea for solve this issue the codes i ass as follows:

/ip firewall mangle
add chain=prerouting action=mark-connection new-connection-mark=cpanel   passthrough=yes protocol=tcp src-address-list=ip_local in-interface=bridge1 dst-port=2082 port=2082 

add chain=prerouting action=mark-routing new-routing-mark=cpanel passthrough=yes in-interface=bridge1 connection-mark=cpanel


/ip route 
add dst-address=0.0.0.0/0 gateway=bridge1 gateway-status=bridge1 reachable distance=1 scope=30 target-scope=10 routing-mark=cpanel

/ip route rule
add comment="Cpanel" dst-address=192.168.88.0/24 table=cpanel