Buon giorno tutti ho un problema di questo tipo.
Allo stato attuale ho una connettività VDSL 30/3 collegata a un modem, l'autenticazione PPPoE la esegue un RB750.
La RB 750 fa anche da server PPPoE verso i pc collegati in rete i quali in base al tipo di autenticazione gli viene assegnato indirizzo ip pubblico/privato e limitazioni di banda.
fin qua tutto funziona corretamente.
Ora vorrei aggiungere una seconda VDSL 100/30 da mettere in bonding.
Ho fatto un po di prove e il bonding funziona correttamente, ma abilitando nuovamente il server PPPoE non riesco ad associare gli ip pubblici ai client.
Allego immagine e script usati, sperando di essermi spiegato
http://imageshack.com/a/img921/231/rkXaCP.png
BONDING
/interface ethernet
set [ find default-name=ether5 ] name=GESTIONE
set [ find default-name=ether1 ] comment="ETH 1" name=Local
set [ find default-name=ether2 ] comment="ETH 2" name=WAN1
set [ find default-name=ether3 ] comment="ETH 3" name=WAN2
/interface pppoe-client
add ac-name=SERVER disabled=no interface=WAN2 max-mru=1480 max-mtu=1480 mrru=\
1600 name=pppoe-out1 password=12345678 service-name=internet user=\
pippoPIPPO
/ip neighbor discovery
set Local comment="ETH 1"
set WAN1 comment="ETH 2"
set WAN2 comment="ETH 3"
/ip pool
add name=dhcp_pool1 ranges=192.168.0.2-192.168.0.254
/ip dhcp-server
add address-pool=dhcp_pool1 disabled=no interface=Local name=dhcp1
/ip address
add address=192.168.0.1/24 interface=Local network=192.168.0.0
add address=172.16.0.254 interface=WAN1 network=172.16.0.1
/ip dhcp-server lease
add address=192.168.0.254 mac-address=20:82:C0:60:28:A3 server=dhcp1
/ip dhcp-server network
add address=192.168.0.0/24 gateway=192.168.0.1
/ip dns
set allow-remote-requests=yes cache-size=5000KiB max-udp-packet-size=512 \
servers=221.132.112.8,8.8.8.8
/ip firewall mangle
add action=mark-connection chain=input in-interface=WAN1 new-connection-mark=\
WAN1_conn
add action=mark-connection chain=input in-interface=pppoe-out1 \
new-connection-mark=WAN2_conn
add action=mark-routing chain=output connection-mark=WAN1_conn \
new-routing-mark=to_WAN1
add action=mark-routing chain=output connection-mark=WAN2_conn \
new-routing-mark=to_WAN2
add chain=prerouting dst-address=192.168.1.0/24 in-interface=Local
add chain=prerouting dst-address=192.168.99.0/24 in-interface=Local
add action=mark-connection chain=prerouting dst-address-type=!local \
in-interface=Local new-connection-mark=WAN1_conn \
per-connection-classifier=both-addresses-and-ports:2/0
add action=mark-connection chain=prerouting dst-address-type=!local \
in-interface=Local new-connection-mark=WAN2_conn \
per-connection-classifier=both-addresses-and-ports:2/1
add action=mark-routing chain=prerouting connection-mark=WAN1_conn \
in-interface=Local new-routing-mark=to_WAN1
add action=mark-routing chain=prerouting connection-mark=WAN2_conn \
in-interface=Local new-routing-mark=to_WAN2
/ip firewall nat
add action=masquerade chain=srcnat out-interface=WAN1
add action=masquerade chain=srcnat out-interface=pppoe-out1
/ip route
add check-gateway=ping distance=1 gateway=172.16.0.1 routing-mark=to_WAN1
add check-gateway=ping distance=1 gateway=pppoe-out1 routing-mark=to_WAN2
add check-gateway=ping distance=1 gateway=WAN1
add check-gateway=ping distance=1 gateway=pppoe-out1
/system clock
set time-zone-name=Europe/Rome
/system identity
set name="BONDING"
/system routerboard settings
set protected-routerboot=disabled
SERVER PPPoE
/interface ethernet
set [ find default-name=WAN2 ] comment="Interfaccia di ingresso ADSL"
/interface pppoe-client
add add-default-route=yes default-route-distance=1 disabled=no interface=\
WAN2 max-mru=1480 max-mtu=1480 name=pppoe-out1 password=111222333444 \
use-peer-dns=yes user=USER_PROVIDER
/ip neighbor discovery
set WAN2 comment="Interfaccia di ingresso ADSL"
/ip ipsec proposal
set [ find default=yes ] enc-algorithms=aes-128-cbc
/ip pool
add name="LOCAL IP" ranges=192.168.99.2-192.168.99.254
add name="REMOTE IP" ranges=192.168.90.1-192.168.90.254
/ppp profile
add dns-server=8.8.8.8,4.4.4.4 local-address="LOCAL IP" name=\
"EXT1 30/3" rate-limit=3m/30720k remote-address=\
95.100.0.57
add dns-server=8.8.8.8 local-address="LOCAL IP" name="INTRA 30/3" rate-limit=\
3m/30720k remote-address="REMOTE IP" wins-server=208.67.222.222
add dns-server=8.8.8.8,208.67.222.222 local-address="LOCAL IP" name=\
"INTRA 4/1" rate-limit=1024K/4096k remote-address="REMOTE IP"
add dns-server=8.8.8.8,208.67.222.222 local-address="LOCAL IP" name=\
"INTRA 7/1" rate-limit=1m/7168k remote-address="REMOTE IP"
add dns-server=8.8.8.8,208.67.222.222 local-address="LOCAL IP" name=\
"INTRA 7/2" rate-limit=2048k/7168k remote-address="REMOTE IP"
add dns-server=8.8.8.8,4.4.4.4 local-address="LOCAL IP" name="Pubblica test2" \
rate-limit=30m/30720k remote-address=95.100.0.56
/interface pppoe-server server
add authentication=pap default-profile="INTRA 7/1" disabled=no interface=\
Local max-mru=1480 max-mtu=1480 mrru=1600 service-name=internet
/ip dhcp-server network
add address=192.168.99.0/24 gateway=192.168.99.1 netmask=24
/ip dns
set allow-remote-requests=yes
/ip firewall nat
add action=masquerade chain=srcnat disabled=yes out-interface=pppoe-out1
add action=dst-nat chain=dstnat dst-address=95.100.0.61 to-addresses=\
192.168.90.1-192.168.90.254
add action=src-nat chain=srcnat src-address=192.168.90.1-192.168.90.254 \
to-addresses=95.100.0.61
/ppp secret
add name=USER1 password=PW1 profile="INTRA 30/3" service=pppoe
add name=USER2 password=PW2 profile="EXT1 30/3" service=pppoe
add name=USER3 password=PW3 profile="INTRA 4/1" service=pppoe
add name=USER4 password=PW4 profile="INTRA 7/1" service=pppoe
add name=USER5 password=PW5 profile="INTRA 7/2" service=pppoe
Saluti a tutti Zxmaster