Archivo del Autor: carlosap

Cisco ASA 8.4 on GNS3

Cisco ASA 8.4 on GNS3 ASA, GNS3, Security by xerunetworks I struggled quite a lot of get ASA 8.4 working on GNS3. I had 8.0(2) working and was helping to test the configurations and VPNs but now wanted to get 8.4 running such that I can prepare myself for new NAT statements and migration from… Leer más »

ssh cisco

S1(config)#ip domain-name s1swi S1(config)#crypto key generate rsa S1(config)#username jeremy secret 123456 S1(config)#line vty 0 4 S1(config-line)#transport ? input Define which protocols to use when connecting to the terminal server output Define which protocols to use for outgoing connections preferred Specify the preferred protocol to use S1(config-line)#transport in S1(config-line)#transport input ? all All protocols none No… Leer más »

logging synchronous

(evita que los mensajes inesperados que aparecen en pantalla, nos desplacen los comandos que estamos escribiendo en el momento.) line console 0 logging synchronous El comando no ip domain-lookup desactiva la traducción de nombres a dirección del dispositivo, ya sea éste un Router o Switch. SW(config)#no ip domain-lookup   Para líneas largas CTRL a —>… Leer más »

CISCO CAB-OCTAL-ASYNC=

CISCO CAB-OCTAL-ASYNC= 8 Lead Octal Cable 68pin To 8 Male RJ45s Item #: 9B-33-993-028|Mfr. Part #: CAB-OCTAL-ASYNC=|UNSPSC: 26121609 Be the first to review this product… $128.99 $189.99 Save: $61.00 (32%) Earn BizPoints as a member. Learn how. CAB-OCTAL-ASYNC= Cable Free Shipping Available In stock. Sold and shipped by: Newegg +– Add To Cart Add to… Leer más »

Connecting to Raspberry Pi via SSH: Connection Timeout

When trying to connect to my new Raspberry Pi via SSH, this only worked when done locally. It turned out to be caused by the /ect/hosts file. I had set the hostname using the raspi-config tool, which linked it with the loopback address instead of the real one (192.168.x.x). Changing it to the proper address… Leer más »

raspberry USB to serial cable it the PL-2303 workaround

workaround However. There is a strange work around. I did: # sudo modprobe -r pl2303 # sudo modprobe pl2303 cambiar el usuario al grupo para utilizar el serial usermod -g dialout usuario   #chmod a+rwx /dev/ttyUSB0   UDEV With current, udev-based, kernels its necessary to reset the permissions of /dev/ttyS[0-9] each time the device is… Leer más »