Start a Conversation

Unsolved

This post is more than 5 years old

58824

April 30th, 2008 18:00

Powerconnect 3348 cannot access via web browser

I have a 3348 switch that I want to manage via a web browser. Here is the running-configuration:

 

interface range ethernet all
spanning-tree portfast
exit
interface vlan 1
ip address 192.168.1.254 255.255.255.0
exit
ip default-gateway 192.168.1.1
hostname BPL_Dell3348
management access-list myacl
permit service https
permit service http
permit service ssh
permit service snmp

exit
aaa authentication enable default line
aaa authentication login default line
line telnet
password ********* encrypted
exit
line ssh
password ********* encrypted
exit
enable password level 15 ************* encrypted
username admin password ************* level 15 encrypted
ip ssh pubkey-auth
ip https server

 

 

When I http or https to the switch using explorer with the IP, I get the 404 error message. I can now telnet into the switch where before I could not. If someone could look at the configuration and tell me what I am missing or doing wrong, I would appreciate it.

 

Thank you. 

 

 

 

 

April 30th, 2008 18:00

I only see secure web page services enabled in your config - HTTPS (443), if you want normal web access you need to enable port 80 services with

 

ip http server

 

Also for SSH session have you generated your encryption keys yet ?

 

crypto key generate

8 Posts

April 30th, 2008 19:00

Yes, it is enabled. At least that is what I see here:

 

BPL_Dell3348# show ip http
HTTP server enabled. Port: 80
BPL_Dell3348# show ip https
HTTPS server enabled. Port: 443
Certificate was generated.

 

Just getting the thing to to work http would be the best right now. And as for https, I did generate a certificate. But in either case I don't get anything, not even a log in. I did clear my browser cache and I have reduced my internet security to low an enabled pop-ups. I can ping the IP address.  

 

 

Anyother thoughts.

 

 

8 Posts

April 30th, 2008 20:00

Here is another wrinkle.

 

I tried to http to this switch via the "Run" command. A browser opened, I did get a user/password logon screen. When I enter that information the browser continues, but I only see a frame down the left hand side of the page and across the top. The frame does not fil out and the status line says it's done. So far I have only tried this on one PC with Explorer.

 

Any additional thoughts.

 

Thanks.

April 30th, 2008 21:00

That was my suspicion -does your PC have a current version of IE or Firefox and proxy-server disabled in your Browse options.

 

Please try from a different PC to check this theory.....as it does sound like the 3348 is responding okay.

8 Posts

May 1st, 2008 02:00

I finally got around to testing this on another PC running Windows 2000 and IE 6.0. It works. Go figure. I guess the older the better in this case. But it will only launch by entering the http into the Run Command box instead of into the URL window in the browser. I will try some different things next chance I get.

 

Thanks for your input and thought it is appreciated.  :robothappy:

 

 

No Events found!

Top