Procurve Grundlegendes: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
Zeile 3: Zeile 3:
 
*show system-information
 
*show system-information
 
==Host-name Setzen==
 
==Host-name Setzen==
hostname XXXXXX
+
hostname hp2824
 
==Default Gateway setzen==
 
==Default Gateway setzen==
 
*confgure terminal
 
*confgure terminal
 
*ip default 192.168.240.100
 
*ip default 192.168.240.100
==ssh verbindung zulassen==
+
==ssh verbindung aufbauen==
 
configure modus
 
configure modus
 
*configure terminal
 
*configure terminal
Zeile 14: Zeile 14:
 
ssh aktiviren
 
ssh aktiviren
 
*ip ssh
 
*ip ssh
 +
ssh verbindung aufbauen (linux)
 +
*ssh ip -p 22
 
copy & paste
 
copy & paste
 
  configure terminal
 
  configure terminal
 
  crypto key generate ssh
 
  crypto key generate ssh
 
  ip ssh
 
  ip ssh
=ssh verbindung aufbauen (linux)=
+
==telnet deaktiviren==
*ssh ip -p 22
 
=Terminal Settings=
 
Anzeigen
 
*show terminal
 
Terminal width: 80 length: 24
 
Ändern
 
*terminal length 48
 
 
 
==Telnet deaktiviren==
 
 
configure modus
 
configure modus
 
*configure terminal
 
*configure terminal
Zeile 39: Zeile 32:
 
  no telnet-server
 
  no telnet-server
 
  write memory
 
  write memory
=Passwort setzen=
+
 
==Admin Password setzen==
 
*configure terminal
 
*password manager user-name admin
 
New password for Manager: ******
 
Please retype new password for Manager: ******
 
*exit
 
==Operator Password setzen==
 
*configure terminal
 
*password operator user-name xinux
 
New password for Manager: ******
 
Please retype new password for Manager: ******
 
*exit
 
  
  

Version vom 11. April 2016, 10:48 Uhr

system information anzeigen lassen

  • show system-information

Host-name Setzen

hostname hp2824

Default Gateway setzen

  • confgure terminal
  • ip default 192.168.240.100

ssh verbindung aufbauen

configure modus

  • configure terminal

key generieren

  • crypto key generate ssh

ssh aktiviren

  • ip ssh

ssh verbindung aufbauen (linux)

  • ssh ip -p 22

copy & paste

configure terminal
crypto key generate ssh
ip ssh

telnet deaktiviren

configure modus

  • configure terminal

telnet server deaktiviren

  • no telnet-server

speichern

  • write memory
  • Copy & Paste
configure terminal 
no telnet-server
write memory