cancel
Showing results for 
Search instead for 
Did you mean: 

RoamAbout RBT3K

RoamAbout RBT3K

Gilles
New Contributor
Hello,
what's the latest firmware for the Enterays RoamAbout RBT3K access point and where can I download it?

Gilles
2 REPLIES 2

marchuf
New Contributor
A 3.1.20 firmware was available as read on https://driverlaptops.wordpress.com/2010/11/25/enterasys-roamabout-drivers/
but https://www.extremenetworks.com/software/RoamAbout/RBT3Kpatch/ is not available anymore

marchuf
New Contributor
The last Firmware I got in 2014 was 3.1.6

if not using serial port or telnet, the sshd is so old you need 2 options for your today's ssh client
https://askubuntu.com/questions/836048/ssh-returns-no-matching-host-key-type-found-their-offer-ssh-d...
https://unix.stackexchange.com/questions/340844/how-to-enable-diffie-hellman-group1-sha1-key-exchang...

code:
ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 -oHostKeyAlgorithms=+ssh-dss admin@my_AP_IP



or in your .ssh/config
code:
Host my_AP_IP
KexAlgorithms +diffie-hellman-group1-sha1
HostKeyAlgorithms=+ssh-dss
GTM-P2G8KFN