답변 감사드립니다.
해당 내역을 확인을 해 봤습니다만, 해제가 되어 있습니다.
다른 문제가 있는 것 같은데, 좀더 확인을 해 보아야 할 것 같아요..
설정은 아래와 같습니다.
---------------------------------------------------------------------------------------------
!
aaa profile "Cap"
enforce-dhcp
!
aaa authentication captive-portal "Cap"
redirect-pause 1
no logout-popup-window
login-page "http://x.x.x.x/wifi_guide.html"
!
web-server profile
switch-cert "imsi_Cert"
captive-portal-cert "imsi_Cert"
---------------------------------------------------------------------------------------------
혹시 위의 aaa profile의 enforce-dhcp가 enable되어 있어서 그런 것일까요? 이 기능은 dhcp ip만을 받은 사용자가 들어올 수 있도록 하는 설정으로 알고 있습니다.
또한, Controller에 cert 인증서와 관련해서 Controller 접속이 되질 않아 Open-SSL로 예전에 web-server profile을 넣었는데, 혹시 이것 때문일까요?
[ENG]
Thank you for your reply.
I tried to check the details, but it is disabled.
I think there is another problem, I think I should try to confirm it more.
The settings are as follows.
-------------------------------------------------- -------------------------------------------
!
aaa profile "Cap"
enforce-dhcp
!
aaa authentication captive-portal "Cap"
redirect-pause 1
no logout-popup-window
login-page "http: //x.x.x.x/wifi_guide.html"
!
web-server profile
switch-cert "imsi_Cert"
captive-portal-cert "imsi_Cert"
-------------------------------------------------- -------------------------------------------
Is it because enforce-dhcp of the above aaa profile is enabled? I know this is a setting that allows users who only receive dhcp ip to come in.
Also, since I can not connect Controller to Controller in relation to cert certificate, I used web-server profile with Open-SSL before. Is this because of this?