08-22-2011 07:46 PM
I encountered a strange problem
The firewall is running SSG 350 and it is running firmware 6.2.0r10
I loaded factory default
And use cli to set the basic information of ethernet0/0
set it manageable and set all manage option (SSH, Ping, Telnet and Web)
I can go to the Web and telnet. But somehow I just can't SSH to it.
I used tcpdump to trace the packet and the firewall simply not responsing the Sync packet.
I have setup another in DR site and it is working fine and It can SSH to it with the same method
And I have tried to direct connect to the firewall and using different client
The result is still the same
Anyone have idea how can I debug what have happenned?
I have two firewall now and both have this symptom.
And I tried to load a 6.3.0r7 and it is still the same.
08-22-2011 10:20 PM
Hi,
Try the following:
set interface e0/0 manage ssh
set ssh version v2
set ssh enable
08-22-2011 11:54 PM
I missed the last command to enable SSH
Thanks for your help!