안녕하세요.
오늘은 윈도우서버에서 로그인시 cisco DUO랑 2FA 연동하고 추후에 다시 로그인 시도시 아래처럼 에러 메시지가 발생하였습니다.
VMware ESXi에서 NTP를 설정 합니다.
CLI모드에서 수동으로 설정 하는 방법
# NTP 클라이언트 활성화
esxcli network firewall ruleset set -e true -r ntpClient
# NTP 서버 추가 (예: 0.sg.pool.ntp.org)
esxcli system ntp set -s 203.123.48.1
# NTP 서비스 시작
esxcli system ntp set -e true
esxcli system ntp start
# 시작 시 자동 실행 설정
chkconfig ntpd on
그리고 다시 로그인을 시도 합니다.
그래도 로그인이 않되면 그냥 LAN를 Disable합니다.
그러면 Cisco DUO 2FA없이 로그인을 시도 합니다.
아래처럼 로그인 되었습니다.
cisco duo error message 관련 공식 문서
https://help.duo.com/s/article/3600?language=en_US
How do I resolve the error "Bad request timestamp" when using Duo Authentication for Windows Logon?
Title How do I resolve the error "Bad request timestamp" when using Duo Authentication for Windows Logon?
help.duo.com
'CISCO > Cisco DUO' 카테고리의 다른 글
CISCO DUO - Service Port - RADIUS, LDAP 제약사항 (0) | 2025.01.17 |
---|---|
[Cisco DUO][#4]- synchronize active directory user to cisco duo cloud (0) | 2024.11.16 |
[Cisco DUO][#2]- Windows Server Login or RDP 2FA - Bypass function (0) | 2024.11.15 |
[Cisco DUO][#1]- Windows Server Login or RDP 2FA인증 (1) | 2024.11.15 |