Procurve Grundlegendes: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Thomas (Diskussion | Beiträge) |
Thomas (Diskussion | Beiträge) |
||
| Zeile 3: | Zeile 3: | ||
*show system-information | *show system-information | ||
==Host-name Setzen== | ==Host-name Setzen== | ||
| − | hostname | + | 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 | + | ==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 | ||
| − | = | + | ==telnet deaktiviren== |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
configure modus | configure modus | ||
*configure terminal | *configure terminal | ||
| Zeile 39: | Zeile 32: | ||
no telnet-server | no telnet-server | ||
write memory | write memory | ||
| − | + | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
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