This is what we have so far.
User Manager setup; The IP we have listed for the router is the same IP as the WLAN that the users connect on. But we are looking at giving PPPOE users an address from a PPPOE Pool, although their wireless CPE has an IP that allows to connect to the WLAN.
Code: Select all
/tool user-manager customer
add backup-allowed=yes currency="\$" disabled=no login=admin password=snoopy paypal-accept-pending=no paypal-allowed=no paypal-secure-response=no permissions=owner signup-allowed=no time-zone=-00:00
add backup-allowed=no currency="\$" disabled=no login=ellse parent=admin password=snoopy paypal-accept-pending=no paypal-allowed=no paypal-secure-response=no permissions=read-only signup-allowed=no \
time-zone=-00:00
/tool user-manager profile
add name="3GB per month" name-for-users=3GB override-shared-users=off owner=admin price=20 starts-at=logon validity=4w2d
/tool user-manager profile limitation
add address-list="" download-limit=0B group-name="" ip-pool="" name=3GB rate-limit-burst-rx=524288B rate-limit-burst-time-rx=3s rate-limit-burst-time-tx=3s rate-limit-burst-treshold-rx=204800B \
rate-limit-burst-treshold-tx=204800B rate-limit-burst-tx=524288B rate-limit-min-rx=262144B rate-limit-min-tx=262144B rate-limit-priority=3 rate-limit-rx=262144B rate-limit-tx=262144B transfer-limit=\
3221225472B upload-limit=0B uptime-limit=0s
add address-list="" download-limit=0B group-name="" ip-pool="" name=1GB rate-limit-burst-rx=524288B rate-limit-burst-time-rx=3s rate-limit-burst-time-tx=3s rate-limit-burst-treshold-rx=204800B \
rate-limit-burst-treshold-tx=204800B rate-limit-burst-tx=524288B rate-limit-min-rx=262144B rate-limit-min-tx=262144B rate-limit-priority=3 rate-limit-rx=262144B rate-limit-tx=262144B transfer-limit=\
1073741824B upload-limit=0B uptime-limit=0s
/tool user-manager profile profile-limitation
add from-time=0s limitation=3GB profile="3GB per month" till-time=23h59m59s weekdays=sunday,monday,tuesday,wednesday,thursday,friday,saturday
/tool user-manager router
add coa-port=1700 customer=admin disabled=no ip-address=10.254.253.254 log=auth-ok,auth-fail,acct-ok,acct-fail name="MainHiSite Router" shared-secret=1234
/tool user-manager user
add caller-id=bind customer=admin disabled=no ip-address=172.16.10.254 name=ellse password=snoopy shared-users=1 wireless-enc-algo=none wireless-enc-key="" wireless-psk=""
Code: Select all
/radius
add accounting-backup=no accounting-port=1813 address=10.254.253.254 authentication-port=1812 called-id="" disabled=no domain="" realm="" secret=1234 service=ppp timeout=300ms
/radius incoming
set accept=yes port=3799
Code: Select all
/ppp profile
set 0 change-tcp-mss=yes name=default only-one=default remote-ipv6-prefix-pool=none use-compression=default use-encryption=default use-ipv6=yes use-mpls=default use-vj-compression=default
add change-tcp-mss=default dns-server=8.8.8.8,8.8.4.4 local-address=10.254.253.254 name=pppoe-profile only-one=default remote-address=pppoe-users-pool use-compression=default use-encryption=default \
use-ipv6=no use-mpls=default use-vj-compression=default
set 2 change-tcp-mss=yes name=default-encryption only-one=default remote-ipv6-prefix-pool=none use-compression=default use-encryption=yes use-ipv6=yes use-mpls=default use-vj-compression=default
/ppp aaa
set accounting=yes interim-update=0s use-radius=yes
/ppp secret
add caller-id="" disabled=yes limit-bytes-in=0 limit-bytes-out=0 name=ellse password=snakeman76 profile=pppoe-profile routes="" service=pppoe
Any assistance in overcoming this problem will be greatly appreciated.
Thanks
Brian