chi mi da una mano a configurare un pool di ip pubblici pppoe?

interface pppoe-server server add service-name="prova" interface=ether1 max-mtu=1480 \
max-mru=1480 mrru=disable authentication=pap,chap keepalive-timeout=10 \
one-session-per-host=yes max-sessions=unlimited pado-delay=0 \
default-profile=profilo-prova
ppp profile add name="profilo-prova" local-address=<IP LOOPBACK DEL TUO PPPOE SERVER> \
remote-address=pppoe-pool change-tcp-mss=yes dns-server=1.1.1.1,1.0.0.1
ip pool add name=pppoe-pool ranges=192.168.10.1-192.168.10.254
ppp secret add service=pppoe profile=default-encryption \
remote-address=192.168.10.10 name=utente1 password=password1
ip firewall mangle add chain=prerouting src-address=192.168.10.0/24 \
action=mark-routing new-routing-mark=wan2
ip route add gateway=10.0.0.1 routing-mark=wan2
TSI-Troccoli ha scritto:Ma la /28 come ti viene consegnata?
ip address add address=x.x.x.2 interface=ether1
ip address add address=x.x.x.3 interface=ether1
ip address add address=x.x.x.4 interface=ether1
...
ip firewall mangle add chain=prerouting src-address-list=UTENTI_PUBB \
action=mark-routing new-routing-mark=wan2
ip route add gateway=x.x.x.1 routing-mark=wan2
Visitano il forum: Nessuno e 5 ospiti