Author: mystajones
-
-
+
+
+
+
+
+
How’s that for a new toy, took it out for a spin on Sunday and loved it!
-
+
+
+
+
+
+
Configuration Examples and TechNotes
-
+
+
+
+
+
+
Useful link for the Nexus-9K Configuring HSRP
-
+
+
+
+
+
+
1-Download and Install GNS3 from the below url: http://www.gns3.net/download 2- Download the required files from the below address: http://www.mediafire.com/download.php?ssadit26tl3llms or https://rapidshare.com/files/2538881267/asa.zip 3- Configure GNS3 preferrences -> QEMU -> ASA with below settings RAM: 1024 MiB Number of NICs: 6 Qemu options: -m 1024 -icount auto -hdachs 980,16,32 Initrd: C:\ASA\asa842-initrd.gz Kernel:…
-
-
+
+
+
+
+
+
I ran into this issue where SMTP would not send from within Outlook 2016 running on Win 10, tried every known configuration of SMTP; both encrypted and unencrypted with the same outcome. I used the System File Checker by right clicking on the Start button and selecting Command Prompt (Admin). (You’ll need to click…
-
+
+
+
+
+
+
-
+
+
+
+
+
+
“debug ip packet detail” will thrash the router if it is in production. Probably best to create an extended access-list for source/destination you are pinging. eg; access-list 101 permit icmp host 1.1.1.1 host 2.2.2.2 debug ip packet 101 detail This shows detailed ICMP debugging between the 2 hosts specified in the ACL.