Hello to all,
I have this problem:
I have the router1 that has PPPoe-server running on ether1, and router2 (rb450) that has two pppoe-clients on the same interface ether1. Here is the configuration of the rb450:
[admin@multiplex-xxx] > interface pppoe-client print
Flags: X - disabled, R - running
0 R name="pppoe-out1" max-mtu=1480 max-mru=1480 mrru=disabled
interface=ether1 user="user1" password="xxxxxx"
profile=default-encryption service-name="" ac-name=""
add-default-route=yes dial-on-demand=no use-peer-dns=yes
allow=pap,chap,mschap1,mschap2
1 X name="pppoe-out2" max-mtu=1480 max-mru=1480 mrru=disabled
interface=ether1 user="user2" password="yyyyyyy"
profile=default-encryption service-name="" ac-name=""
add-default-route=yes dial-on-demand=no use-peer-dns=yes
allow=pap,chap,mschap1,mschap2
My intention is to set up two ip-pools to use on the ether2 and ether3 so two different pppoe customers can surf the internet using both the rb450 as pppoe-client. The rb450 pull up the two pppoeclients to the pppoe server without problems (authenticated ok).
Now the problem: every pppoe account is ok on the radius, and singularry works well. But when I activate both the router stop working... internet is no more reached from the PC connected to the rb450. here are the routing table when only one pppoe client is active:
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
DST-ADDRESS PREF-SRC G GATEWAY DISTANCE IN..
0 ADS 0.0.0.0/0 r 172.1.2.1 1 pp..
1 ADC 172.1.2.1/32 172.1.2.2 0 pp..
2 ADC 192.168.2.0/24 192.168.2.1
here are the routes when two pppoe-client are actives:
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
DST-ADDRESS PREF-SRC G GATEWAY DISTANCE IN..
0 ADS 0.0.0.0/0 r 172.1.2.1 1 pp..
1 DS 0.0.0.0/0 r 172.1.2.1 1 pp..
2 ADC 172.1.2.1/32 172.1.2.2 0 pp..
3 DC 172.1.2.1/32 172.1.2.10 0 pp..
4 ADC 192.168.2.0/24 192.168.2.1 0 et..
Please help me... I need to authenticate more than one pppoe-client on the same ether1 of the rb450!!!
A.