I've followed the example of enabling http/https access on an interface on this page: http://kb.juniper.net/InfoCenter/index?page=content&id=KB16647 but http access still doesn't work for the interface. Any ideas if I'm missing anything?
Config below:
Interface -
ge-0/0/6.0 up up inet 192.168.15.3/24
Configuration -
services {
ssh;
telnet;
xnm-clear-text;
web-management {
http {
interface [ vlan.0 ge-0/0/6.0 ];
}
https {
system-generated-certificate;
interface [ vlan.0 ge-0/0/6.0 ];
}
When I try http://192.168.15.3 or https://192.168.15.3 I get
Access Error: 401 -- Unauthorized
Interface is not authorized for HTTP access
Any guidance in the right direction would be appreciated.
#SRX240H#httpaccess#httpsaccess