First race on the new All Star-2016 🙂 Go the Freo Pod!

If you're not making mistakes, then you're not doing anything.
+
+
+
+
+
+
How’s that for a new toy, took it out for a spin on Sunday and loved it!
+
+
+
+
+
+
1-Download and Install GNS3 from the below url:
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: C:\ASA\asa842-vmlinuz
Kernel cmd line: -append ide_generic.probe_mask=0x01 ide_core.chs=0.0:980,16,32 auto nousb console=ttyS0,9600 bigphysarea=65536
4- Activate the licenses using below codes:
activation-key 0x4a3ec071 0x0d86fbf6 0x7cb1bc48 0x8b48b8b0 0xf317c0b5
activation-key 0xb23bcf4a 0x1c713b4f 0x7d53bcbc 0xc4f8d09c 0x0e24c6b6
+
+
+
+
+
+
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 Yes to allow it to make changes to the computer.)

When the Command Prompt appears, type (or paste) sfc /scannow then hit Enter.

Restart the PC once the verification process has finished.
+
+
+
+
+
+

+
+
+
+
+
+
“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.