hi
I have just deployed a 6450 and it is working fine apart from remote access.
in default the http port is 80 and https is 443
I have port forwarded my public address to xxx.xxx.xxx.xxx:443 on my router but I cannot access switch ?
is there anther setting to allow remote access ?
regards
pH
remote login
-
cavagnaro
Re: remote login
HTTP service is up? Did you test locally?
Enviado de meu E6633 usando Tapatalk
Enviado de meu E6633 usando Tapatalk
Re: remote login
Yes local connection is fine.
If i type show http in terminal
It states port 80 http and port 443 for https
If i type show http in terminal
It states port 80 http and port 443 for https
Re: remote login
Have you activated:
aaa authentication http local
or
aaa authentication default local (for all remote services)
regards
Silvio
aaa authentication http local
or
aaa authentication default local (for all remote services)
regards
Silvio
Re: remote login
Hi
When setting up the switch , first time via setup document , I have typed both strings in.
-> aaa authentication http local
-> aaa authentication telnet local
-> aaa authentication ftp local
And
-> aaa authentication default local
Is there a command I can enter to check which accesses are available ?
Thank you.
When setting up the switch , first time via setup document , I have typed both strings in.
-> aaa authentication http local
-> aaa authentication telnet local
-> aaa authentication ftp local
And
-> aaa authentication default local
Is there a command I can enter to check which accesses are available ?
Thank you.
Re: remote login
show aaa authentication...
You have written local is working: local with serial or local with http/ssh/telnet (without portforwarding)?
If the remote login without portforwarding is working than the route is missing (default gw).
ip static route 0.0.0.0/0 gateway .....
regards
Silvio
You have written local is working: local with serial or local with http/ssh/telnet (without portforwarding)?
If the remote login without portforwarding is working than the route is missing (default gw).
ip static route 0.0.0.0/0 gateway .....
regards
Silvio
Re: remote login
Thank you I will try this tomorrow

