Authentication Proxy
ip auth-proxy 수정 문제로 config 수정 작업을 하고 있었습니다.
기본 적인 명령어는
ip auth-proxy name auth-proxy-name http [auth-cache-time min] [list std-access-list]
입니다.
사용하고 있던 ip auth-proxy name banggae http 를 지우고
ip auth-proxy name banggae http list 10 을 적용 해야 합니다.
사용하고 있던 ip auth-proxy를
no ip auth-proxy name banggae 로 지워 주고 작업을 진행 했습니다.
ip auth-proxy auth-proxy-banner ^
hi~ hello~ ^
ip auth-proxy auth-cache-time 480
ip auth-proxy name banggae http list 10
access-list 10 permit host 10.10.10.0
를 넣어 줬는데 page를 표시하지 못하더군요.
예전 config와 비교를 해봤더니 interface에 ip auth-proxy banggae가 빠져 있더군요.
처음 삭제할때 같이 삭제 된 걸 몰랐었나 봅니다.
자.. 여기까지 했는데도 정상적인 작동을 하지 않습니다.
standard access list 가 잘못 되어 있었습니다.
access-list 10 permit host 10.10.10.0 0.0.0.255 로 setting 되어야 정상적으로 작동 합니다.
Documentation
http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122cgcr/fsecur_r/ftrafwlr/srfauthp.htm
Cisco IOS Software Configuration
http://www.cisco.com/univercd/cc/td/doc/product/software/
ip auth-proxy 수정 문제로 config 수정 작업을 하고 있었습니다.
기본 적인 명령어는
ip auth-proxy name auth-proxy-name http [auth-cache-time min] [list std-access-list]
입니다.
사용하고 있던 ip auth-proxy name banggae http 를 지우고
ip auth-proxy name banggae http list 10 을 적용 해야 합니다.
사용하고 있던 ip auth-proxy를
no ip auth-proxy name banggae 로 지워 주고 작업을 진행 했습니다.
ip auth-proxy auth-proxy-banner ^
hi~ hello~ ^
ip auth-proxy auth-cache-time 480
ip auth-proxy name banggae http list 10
access-list 10 permit host 10.10.10.0
를 넣어 줬는데 page를 표시하지 못하더군요.
예전 config와 비교를 해봤더니 interface에 ip auth-proxy banggae가 빠져 있더군요.
처음 삭제할때 같이 삭제 된 걸 몰랐었나 봅니다.
자.. 여기까지 했는데도 정상적인 작동을 하지 않습니다.
standard access list 가 잘못 되어 있었습니다.
access-list 10 permit host 10.10.10.0 0.0.0.255 로 setting 되어야 정상적으로 작동 합니다.
Documentation
http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122cgcr/fsecur_r/ftrafwlr/srfauthp.htm
Cisco IOS Software Configuration
http://www.cisco.com/univercd/cc/td/doc/product/software/
반응형