no valid profile found for user <mac address>
Posted: Wed Nov 16, 2011 12:10 am
Hi
I'm trying to prepare POC for DHCP management using User-Manager. I took Mikrotik v5.8 installed in VirtualBox and made the configuration as below:
/tool user-manager profile
add name=dhcp name-for-users="" override-shared-users=off price=0 starts-at=now validity=521w3d
/tool user-manager customer
add backup-allowed=yes disabled=no login=admin parent=admin password="" paypal-accept-pending=no paypal-allowed=no \
paypal-secure-response=no permissions=owner signup-allowed=no time-zone=-00:00
add backup-allowed=yes disabled=no login=mikrotik parent=mikrotik password=qwerty paypal-accept-pending=no paypal-allowed=no \
paypal-secure-response=no permissions=owner signup-allowed=no time-zone=-00:00
/tool user-manager router
add coa-port=1700 customer=mikrotik disabled=no ip-address=192.168.5.100 log=auth-fail name=router1 shared-secret=12345
/tool user-manager user
add caller-id=1:8:0:27:c0:ae:e7 customer=mikrotik disabled=no ip-address=192.168.6.2 name=08:00:27:C0:AE:E7 password="" \
shared-users=1 wireless-enc-algo=none wireless-enc-key="" wireless-psk=""
/ip dhcp-server
add address-pool=static-only address-pool6="" authoritative=after-2sec-delay bootp-support=static disabled=no interface=\
ether2 lease-time=3d name=dhcp1 use-radius=yes
/ip dhcp-server config
set store-leases-disk=5m
/ip dhcp-server network
add address=192.168.6.0/24 dns-server=192.168.5.254 gateway=192.168.6.1
while trying to obtain ip address from my Mikrotik I got the log entry:
customer=mikrotik user-orig="08:00:27:C0:AE:E7" nas-port=2198863940 nas-port-type=ethernet
calling-station-id="1:8:0:27:c0:ae:e7" host-ip=192.168.5.100 status=authorization-failure time=nov/15/2011 23:07:05
description="no valid profile found for user <08:00:27:C0:AE:E7>"
Q1: why my profile is invalid?
Q2: is there any description of user-manager which is more complete than the one in wiki?
any help appreciated
Ser@fin
I'm trying to prepare POC for DHCP management using User-Manager. I took Mikrotik v5.8 installed in VirtualBox and made the configuration as below:
/tool user-manager profile
add name=dhcp name-for-users="" override-shared-users=off price=0 starts-at=now validity=521w3d
/tool user-manager customer
add backup-allowed=yes disabled=no login=admin parent=admin password="" paypal-accept-pending=no paypal-allowed=no \
paypal-secure-response=no permissions=owner signup-allowed=no time-zone=-00:00
add backup-allowed=yes disabled=no login=mikrotik parent=mikrotik password=qwerty paypal-accept-pending=no paypal-allowed=no \
paypal-secure-response=no permissions=owner signup-allowed=no time-zone=-00:00
/tool user-manager router
add coa-port=1700 customer=mikrotik disabled=no ip-address=192.168.5.100 log=auth-fail name=router1 shared-secret=12345
/tool user-manager user
add caller-id=1:8:0:27:c0:ae:e7 customer=mikrotik disabled=no ip-address=192.168.6.2 name=08:00:27:C0:AE:E7 password="" \
shared-users=1 wireless-enc-algo=none wireless-enc-key="" wireless-psk=""
/ip dhcp-server
add address-pool=static-only address-pool6="" authoritative=after-2sec-delay bootp-support=static disabled=no interface=\
ether2 lease-time=3d name=dhcp1 use-radius=yes
/ip dhcp-server config
set store-leases-disk=5m
/ip dhcp-server network
add address=192.168.6.0/24 dns-server=192.168.5.254 gateway=192.168.6.1
while trying to obtain ip address from my Mikrotik I got the log entry:
customer=mikrotik user-orig="08:00:27:C0:AE:E7" nas-port=2198863940 nas-port-type=ethernet
calling-station-id="1:8:0:27:c0:ae:e7" host-ip=192.168.5.100 status=authorization-failure time=nov/15/2011 23:07:05
description="no valid profile found for user <08:00:27:C0:AE:E7>"
Q1: why my profile is invalid?
Q2: is there any description of user-manager which is more complete than the one in wiki?
any help appreciated
Ser@fin