Intel SS4000-E NAS: Skirtumas tarp puslapio versijų

Iš Žinynas.
Jump to navigation Jump to search
 
(nerodoma 2 tarpinės versijos, sukurtos to paties naudotojo)
11 eilutė: 11 eilutė:
 
     Ciphers aes128-cbc,3des-cbc,aes192-cbc,aes256-cbc
 
     Ciphers aes128-cbc,3des-cbc,aes192-cbc,aes256-cbc
 
     HostKeyAlgorithms +ssh-rsa
 
     HostKeyAlgorithms +ssh-rsa
 +
 +
== Serial prisijungimas ==
 +
 +
[[Vaizdas:Serial pinout Intel SS4000-E NAS.png|600px]]
 +
 +
Ilgalaikiam naudojimui rekomenduotina išsivesti RS232 portą per šoną. Gamyklinį perėimą iš esančio DH10 porto į DB9 galima rasti paieškoje suvedus "dh10 to db9". [https://www.aliexpress.com/item/32625466245.html pvz1] [https://www.aliexpress.com/item/1005007592504954.html pvz2].
  
 
== Installing Debian ==
 
== Installing Debian ==
  
 +
* [https://wiki.golem.linux.it/Installare_Debian_GNU/Linux_su_NAS_Intel_SS4000-E_ARM_e_cloni step by step Italian tutorial]
 
* [https://web.archive.org/web/20120105024016/http://www.tomjudge.com/index.php/SS4000-E/Serial_Cable serial cable]
 
* [https://web.archive.org/web/20120105024016/http://www.tomjudge.com/index.php/SS4000-E/Serial_Cable serial cable]
 
* https://web.archive.org/web/20170328022704/http://d-i.alioth.debian.org/manual/en.armel/ch05s01.html
 
* https://web.archive.org/web/20170328022704/http://d-i.alioth.debian.org/manual/en.armel/ch05s01.html
22 eilutė: 29 eilutė:
 
* [https://lists.debian.org/debian-arm/2011/03/msg00095.html booting debian linux mail list]
 
* [https://lists.debian.org/debian-arm/2011/03/msg00095.html booting debian linux mail list]
 
* [https://lists.debian.org/debian-arm/2010/12/msg00023.html save original firmware]
 
* [https://lists.debian.org/debian-arm/2010/12/msg00023.html save original firmware]
 +
* [https://lists.debian.org/debian-arm/2011/03/msg00093.html from serial to boot procedure on a mailing list]
 +
* [http://www.openbsd.org/armish.html OpenBSD Port]
 +
* [https://openwrt.org/docs/techref/instructionset/arm_xscale ARM XScale OpenWRT Support]
 +
 +
  
  

Dabartinė 19:23, 24 gegužės 2025 versija

LaCie Ethernet Disk INNS04-4200-LAC arba tas pats Intel SS4000-E NAS yra labai senas NAS pagamintas 2006 metais.


SSH įjungimas[keisti]

https://host/ssh_controlF.cgi įjungia ssh.

Pasijungimas kaip root, su jūsų admin nustatytu slaptažodžiu, pasijungimas yra į seną ssh todėl reikalinga aprašyti ssh konfige šias eilutes:

Host NAS_HOSTAS
   KexAlgorithms +diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
   Ciphers aes128-cbc,3des-cbc,aes192-cbc,aes256-cbc
   HostKeyAlgorithms +ssh-rsa

Serial prisijungimas[keisti]

Serial pinout Intel SS4000-E NAS.png

Ilgalaikiam naudojimui rekomenduotina išsivesti RS232 portą per šoną. Gamyklinį perėimą iš esančio DH10 porto į DB9 galima rasti paieškoje suvedus "dh10 to db9". pvz1 pvz2.

Installing Debian[keisti]