2 pppoe

hello guys first i want to thank this forum for helping me in setting my router
and i want to ask a simple question
if i added 2 pppoe clients for the same ISP with 2 different NIC but with same dns

[admin@aaanet] > interface 
[admin@aaanet] interface> print
Flags: X - disabled, D - dynamic, R - running 
 #    NAME                         TYPE             RX-RATE    TX-RATE    MTU  
 0  R public                       ether            0          0          1500 
 1  R local                        ether            0          0          1500 
 2  R pppoe-out1                   pppoe-out        0          0          1480 
 3  R ether1                       ether            0          0          1500 
 4  R pppoe-out2                   pppoe-out        0          0          1480

and here is the dns

[admin@aaanet] ip dns> print
            primary-dns: 2.2.2.10
          secondary-dns: 4.5.6.7
  allow-remote-requests: no
             cache-size: 2048KiB
          cache-max-ttl: 1w
             cache-used: 17KiB

my question is if the first accout is 512kb and the second is 512kb does this make the speed for my clinets 1mb
and thx in advance

no, this does not

and how to make load balancing to the same dns and gatway form 2 differnet pppoe accouts

Post your route list after connected with both PPPoE account.

You can try mangle for the load balancing if you got same IP for each time you logged-in.

Rafiq…

well, when I asked support about load-balancing on lines with same gateways, I was advised to use two MTs. maybe such capabilities appeared in ROS 3.0…

ok here is the route table

[admin@aaanet] ip route> print
Flags: X - disabled, A - active, D - dynamic, 
C - connect, S - static, r - rip, b - bgp, o - ospf 
 #     DST-ADDRESS        PREF-SRC        G GATEWAY         DISTANCE INTERFACE 
 0 ADC 172.16.221.1/32    172.16.221.30                              pppoe-out2
 1  DC 172.16.221.1/32    172.16.221.31                              pppoe-out1
 2 ADC 192.168.0.0/24     192.168.0.254                              local     
 3 AD  0.0.0.0/0                          r 172.16.221.1    1        pppoe-out2
 4  D  0.0.0.0/0                          r 172.16.221.1    1        pppoe-out2
[admin@aaanet] ip route>

192.168.0.254 is the ip of of local card and all others are dynamic
besides how do i use mangle to try this