Quantcast
Viewing all articles
Browse latest Browse all 2954

5324 SSH running but not prompting for password, and not running through my firewall

I've picked up a Dell Powerconnect 5324 off ebay and wiped the configs, updated the firmware and got it mostly set up for what my needs are but I'm not sure why SSH while enabled and working locally in the same subnet as the vlan ip has the following two problems:

1. SSH works but only asks for "login as:" then "User Name:" and never prompts for password. It goes straight to an enable prompt

2. I can't get it to work through my firewall's DNAT. This isn't critical but I removed the access-list I had just to test and still no go.

Here's my config:

interface port-channel 1
description Fiber4GE
flowcontrol auto
exit
interface port-channel 2
description Copper2GE
flowcontrol auto
exit
interface port-channel 1
switchport mode trunk
exit
interface port-channel 2
switchport mode trunk
exit
interface range ethernet g(19-20)
switchport mode trunk
exit
vlan database
vlan 96,172,192
exit
interface ethernet g1
switchport access vlan 96
exit
interface range port-channel (1-2)
switchport trunk allowed vlan add 96
exit
interface range port-channel (1-2)
switchport trunk allowed vlan add 172
exit
interface range ethernet g(2-18)
switchport access vlan 192
exit
interface range port-channel (1-2)
switchport trunk allowed vlan add 192
exit
interface ethernet g1
switchport forbidden vlan add 192
exit
interface vlan 96
name Comcast
exit
interface vlan 172
name iSCSI-SAN
exit
interface vlan 192
name Network
exit
interface range ethernet g(19-20)
channel-group 2 mode auto
exit
interface range ethernet g(21-24)
channel-group 1 mode auto
exit
interface vlan 192
ip address 192.168.1.251 255.255.255.0
exit
line console
exec-timeout 20
exit
line ssh
exec-timeout 20
exit
line ssh
password ***redacted*** encrypted
exit
line console
password ***redacted*** encrypted
exit
enable password level 15 ***redacted*** encrypted
username admin password ***redacted*** encrypted
username davery password ***redacted*** level 15 encrypted
ip ssh server
ip https server
clock timezone -8
sntp client enable vlan 192
clock source sntp
sntp unicast client enable
sntp unicast client poll
sntp server 192.168.1.1 poll
ip domain-name local.dom


Viewing all articles
Browse latest Browse all 2954

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>