Skip to main content

Posts

Cisco IOS images for GNS3 Simulator

During these days, I've idea to refresh my memory for Cisco Knowledge and Install GNS3 into my Computer but GNS3 need Cisco IOS to do simulation test. As usual, Googling then and found out a lot of Cisco IOS in some FTP site. It's have Anonymous access and you can get what Cisco IOS uploaded in that site. But I recommend to use FTP client Software like Filezilla to save your time. OK. It's party time! Go to below link and have fun! ftp://ftp.unikon-ua.net/pub/Cisco/IOS/ May you all be happy. (Be knowledgeable, pass it on then)

How to solve if your Sophos Enterprise Console is not updated?

If your Sophos Enterprise Console is not updated, what will you do to resolve it? It's simple and easy to resolve. Check your Sophos Update Source URL are properly connected with your network or not first. Go to Update Manager and check Username and Password for Source is correct or not. If all are correct, follow below steps. Open a web browser and enter the following three addresses into the address box. dci.sophosupd.com d1.sophosupd.com d2.sophosupd.com If the connection fails the most like cause is a firewall (including Windows 2008 server's software firewall) or a proxy blocking the connection or EnterpriseConsole.exe To resolve the connection issue, allow connections on the above addresses (or for simplicity: *.sophosupd.com and *.sophosupd.net) on port 80 for your Sophos Management server (and any other Sophos Update Manager servers) and add EnterpriseConsole.exe.  If a successful connection is made you will see the message "it works - authed...

My Beloved Mom...

A good housewife... A good adviser... A good nurse... A good chef... A good teacher... This 5 in 1 Lady is "my mom" ... She is not,the one,educated. But she was given her whole life to me and supported to become the one that she didn't. She devoted her life for the family... She handled the house and family without being maid... Her hands were busy through the day. She took after us (My Elder Siste, My Elder Brother and I) like a child till this time... She looks like a gardener... We are flowers in her garden... Now, we had bloomed... Is there any profit for the gardener? Has she got worthy prize for giving up her identity? ... ... I love you so much mother.

Troubleshooting password lockout in Lotus Notes Traveler for iPhone/iPad

During these days, I had to resolve Lotus notes account password lockout issues for iPhone/iPad users in one of Customer Company. Actually, this kind of issue may appear when user forget to update to new password in their iPhone/iPad after updating their lotus notes password from webmail. Why password lockout? It's simple because of since the synchronization of the iPhone is largely done in the background on the device, the device continues to try and log in and this can often result in your account getting locked out on the server. So, when it is time to change your lotus notes traveler password, it is recommended that you follow these steps with your iPhone/iPad. Note: If you have more than one device, follow these steps for each device but make sure that you perform step 1 on all of the devices before performing steps 2-4 on any of the devices; otherwise, you lock yourself out on the second device. 1) On your iPhone/iPad, enable airplane mode so that all WiFi and phone...

Fortigate guide for Begineer - 9

In general, Computer from Finicial Department of Company Network have to be IP Reserved to working properly with their Finicial Software. For example, the Computer that installed Blommberg Software need to get fixed IP address to connect Bloomberg server for Transaction. If that Computer changed IP address frequently, Bloomberg unable to connect to it's server. So, you have to reserved the IP address of that Computer within the DHCP Range that provide from Fortigate Unit in Company Network. Here is the steps to Reserved IP Address in Fortigate for exact Computer. 1) Log in to Fortigate Unit and Go to System > Network > DHCP Server and Edit the DHCP server. 2) Select IP Reservation and select Create New and add a MAC IP address pair. (The IP address must be within the range defined by the DHCP server.) The above steps are for the Computer that hasn't connect to Fortigate Unit yet. If the PC is already connected and has acquired an IP address from the DHCP se...

How to upgrade Symantec Backup Exec 2010 to 2012?

Last one month ago, I've got one experience in upgrading of Symantec backup exec 2010 to 2012. I'd like to share my experience of it. Let's do question what we will need before do the upgrading process, 1) Before upgrade it , what should I do? (Backup what?) 2) will the existing setting can directly import to 2012? 3) If fail, can I roll back to old version? 4) After download and extract SBE 2012, can I directly run it & auto upgrade to 2012? 5) Remote agent, CPS (Continuous Protection Server) console also need to upgrade to lastest version? Here is the answer for above question, 1) Before upgrading stop SQL server BKUPEXEC service and make a copy of the DATA and     CATALOGS folder. These folders are located at X:\Program Files\Symantec\Backup Exec 2) When you perform an Inplace upgrade, all the jobs, policies, media sets and other settings are     retained and imported into the new version. 3) If it fails, it will roll back to older ...

How to fix boot error 0xc000000f in Windows Server 2008?

If you face with error like above picture, take note it's your BCD corrupted. You can fix that error as below. Boot your server with Windows CD/DVD and go to commmand prompt when you reach repair option. Type following command when you reach in Command Prompt Windows. >rename C:\Boot\BCD bcd.old >Boortrec /rebuildbcd >dispart >select disk 0 >select partition 1 >active >exit Restart the Server and Boot up with Hard Disk. You can see that your Server Windows is as in good working condition. Why this error come out??? It might be if meet with one/two or all of the following condition, - Virus infected system files - You had to use force shutdown the server that installed Hard Disk controller such as SCSI or RAID or etc. - You had to attach or deattach the NAS or USB Drive that connect with Server and that make change BIOS configuration. But you didn't notice to re-configure changed configuration and boot up server. Then server will...