following environment:
- hp 2650
- win 2003 ads/ias/ca
- win xp client
- peap(ms-chapv2) security
all working fine with peap(ms-chapv2) and dyn vlans via radius-attribute.
but i've one problem...with dyn vlan enabled (via radius attribute) SOMETIMES the user does not become his home-directory mapped. when the user logoff from win xp and login again then he gets his homedir.
it looks like a timing-problem.
a 802.1x-login without dyn vlan (via radius-attribute) works without any problems.
any ideas!?
config hp 2650:
vlan 1
name "DEFAULT_VLAN"
untagged 13-50
ip address 192.168.0.249 255.255.255.0
no untagged 1-12
exit
vlan 2
name "testvlan"
untagged 1-12
tagged 49-50
exit
aaa authentication port-access eap-radius
radius-server host 192.168.0.2 key 123456789
aaa port-access authenticator 11-12
aaa port-access authenticator 11 unauth-vid 2
aaa port-access authenticator 12 unauth-vid 2
aaa port-access authenticator active
aaa port-access 11-12
config ias:
peap(ms-chapv2)
tunnel-medium-type: 802
tunnel-pvt-group: 1
tunnel-type: virtual lans
thanks in advance...