R2(config)# no service config
Ansatz 1: Domain Lookups verbieten
R2(config)# no ip domain lookup
Ansatz 2: Ausgehende Telnet Verbindungen verbieten
R2(config)# ip domain lookup R2(config-line)# line con 0 R2(config-line)# transport preferred none
Ansatz 3: Reduzierung des Timeouts für TCP Verbindungen:
R2(config)# ip tcp synwait-time 5
Mac
ctrl + ü
Windows
ctrl + +
Ctrl-^
beim Ping bzw Ctrl-^ + x
Zeichen | Beschreibung |
---|---|
! | Each exclamation point indicates receipt of a reply. |
. | Each period indicates the network server timed out while waiting for a reply. |
U | A destination unreachable error PDU was received. |
Q | Source quench (destination too busy). |
M | Could not fragment. |
? | Unknown packet type. |
& | Packet lifetime exceeded. |
Bisher habe ich immer zTerm verwendet. Das funktioniert toll, ist aber nur 32-bit Software und wird nicht mehr weiter entwickelt. Einige Alternativen, alle mit Ecken und Kanten:
#allow a standard user to write the lock-file sudo chmod g+w /var/spool/uucp/ sudo chgrp staff /var/spool/uucp/ #start cu: terminates via ~. cu -l /dev/cu.usbserial-FTF8T2BZ -s 115200
Achtung: immer auf cu.usbserial
und nicht auf tty.usbserial
verbinden, sonst 'hängt' die Konsole