Computer Support - Rated E for Everyone

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Saturday, 25 August 2012

Basic Cisco QoS for IP Phone System to IP Phone VoIP System Voice Garbled

Posted on 08:15 by Unknown
Share/Save/Bookmark

Sample Cisco QoS for IP Phone System to IP Phone System to Solve Distorted Voice Quality

In this situation, the remote office's router is a Cisco 1841. The VoIP (voice) over a  legacy T1 Point-to-Point was garbled. The conversations sounded like the callers were underwater. There was need to clear up the voice quality and the best method to do so was to use QoS.  The unclear voice occurred on nearly all phone conversations both internal and external. The phone sets at the remote office were digital but the phone system is IP (VoIP) based. The remote office phone sytsem and the the phone system at the main office communicated via IP.  The simple solution, using the existing hardware already installed,  for this problem was to implement QoS on the router. The goal was to prioritize the voice packets that were sent in and out of the router from one system to another. At the same time, the goal was to also keep the solution as simple as possible.

Cisco Remote Office Router - QoS class-map, policy-map, and access-list on router for Voice Quality

This simple basic QoS example firstly required a simple access list that contained both of the phone systems' ip addresses. After the simple access-list, a class-map and policy-map were also configured on the router. In the end, the the policy map is applied to an interface.
 First, in configuration mode of the router,  the access-list. is created.  The access list basically will contain a lists of our phone system ip addresses for the main office and the remote.

Replace the ip addresses shown below with the ip addresses of your phone system. Also, if the access-list number is already taken on your router for another access-list, use another number. This example uses 101 for an extended access list.

   access-list 101 permit ip any host 192.168.1.10
   access-list 101 permit ip any host 192.168.2.10

 Next, create a class-map on the branch router. The class-map is basically a map or list of the match criteria.If you haven't guessed it already, the match criteria will be the ip addresses of the phone systems. In the class-map, we add "match access-group 101. 101 is the access list that contains our phone systems' ip addresses.
    class-map match-any IPPhoneSys-to-IPPhoneSys
   match access-group 101

 After the access-list and class-map is configured, the class-map is applied to the policy map. The policy map can contain more than one class-map.  So the policy-map is like a list of class-maps. The policy-map is  applied to an interface. In this example it will be the serial interface corresponding to the T1 (point-to-point T1).: The bandwidth staement is key to what we are trying to accomplish. This is a simple example of QoS so I have just merely taken 20 percent of the bandwidth and pretty much assigned it to voice (VoIP)

    policy-map QoS_Policy_Priority
    class IPPhoneSys-to-IPPhoneSys
    bandwidth percent 20
    class class-default fair-queue

In this example it is a legacy point-to-point T1 that connects the two offices. The interface you use may differ. To apply the policy-map that contains the class-map with 20 percent bandwidth defined for voice change to the interface level commands by entering the interface on which you plan to apply the QoS policy map. In this example it is a serial interface for the t1 (S0/0/0)

    config# interface serial0/0/0

 Then apply the policy on the interface by running the command

    service-policy output QoS_Policy_Priority

 The above is a simple basic QoS policy using one of the many Cisco Modular QoS solutions. Once applied, it cleared the voice issues immediately. In the example above the bandwidth reserved for voice over ip (VoIP) was 20 percent. You can change that percentage to fit your environment.
Read More
Posted in | No comments

Sunday, 15 January 2012

small-portable-fast-malware-anti-virus-scanner

Posted on 10:50 by Unknown



For a fast small portable malware removal scanner try superantispyware portable edition scanner. It is free and can run from the infected computer's hard-drive or from a USB drive. Often malware and other bad-ware will disable internet access or sites that contain tools that can clean the computer.
Superantispyware portable does not need to be installed and can run from a USB or other drive.
I have used this program ofetn over the years and even before they had the portable edition. Works very well.




Share/Save/Bookmark
Read More
Posted in malware, portable, removal, scanner, superantispyware, virus | No comments

Posted on 10:43 by Unknown
Share/Save/Bookmark
Read More
Posted in | No comments

Tuesday, 20 December 2011

Outlook Web App didn't initialize - Exchange 2010

Posted on 07:20 by Unknown
Desktops, Servers, and Networks, oh MY!


Outlook Web App didn't initialize - Exchange 2010


OWA version: 14.1.355.2



Exchange 2010 Outlook Web App loads the login form page for users of OWA but after login an error page is displayed that displays an error indicating that Outloo kWeb App cannot initialize. This is an authentication issue.

In the case of the blogged server situation. The SSL cert was purchased form digicert.com and pplied successfully. The problem was the settings in IIS and in Exchange management console for client access of outlook web access (woops, outlook web app) were not "matching".

Server configuration > client access > owa properties > Authentication Tab

Select Use Forms Based, User name only. Enter your logon domain (your local internal Active Directory domain).

Next, in IIS7, go to the following spot in the tree under Default Website and set the authentication like the following image shows.



That's all I had to do on my Exchange 2010 server to get past the OWA error message after login in of :

Outlook Web App didn't initialize

Share/Save/Bookmark

Read More
Posted in exchange 2010, outlook web app, OWA, web | No comments

Sunday, 20 November 2011

Citrix Session Printers Registry Key Location

Posted on 06:41 by Unknown
Share/Save/Bookmark




Session printers created via policy in Citrix XenApp are considered local printers. As such they are in the registry key that is common for local printer definitions. That registry key location on Windows 2008 R2 is :

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Printers

Problem with session printers such as additional printers appearing in the user's list of available printers while in a session, most often is a result of driver corruption. Once the corrupt driver has been fixed or removed, you may have printers still showing up in user sessions that do not belong.

One of the things you can check is the key in the registry where the session printers are defined.
For stuck printers, as option to get rid of them is often to delete the users profile but that's not always the best option so removing the session printers defined for that user can be done through the registry. Be cautious when removing but when there are no users logged into the Cirix Xenapp server, there should be no session printers defined.
Read More
Posted in 2008 r2, 6, citrix, printers, session printers, stuck, windows, xenapp | No comments

Monday, 4 January 2010

God Mode in Windows 7

Posted on 11:10 by Unknown
Windows 7 interface (and desktop) is rather clean and minimalist. Control panel as XP, 2000, and other previous OS version before offers a place to acess and change settings. There's a lot of cliking into the different applets in control panel to get to the setting you may need at the time. It won’t allow you to see and easily use all those nested settings included in the main options.

Did you know that you can become a God? Well, at least on Windows 7!
One of the less known options on Windows 7 is the God Mode feature. Basically, it lets you have every setting and option right in front of you, ready to be used without having to browse among different settings before getting what you are looking for. Here is how to enable it:
Right click on any bank space on your desktop.
Click new from the menu and create a New Folder.
Rename the folder as follow: GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}
DO NOT use this trick on Vista and Windows 7 64X. It will cause your Windows to crash! (read comments below)

This simple command will create a special shortcut to the God Mode option letting you access all Windows 7 functions via a handy GUI!
EDIT: GodMode also works on Windows Vista!
[credit: stadt-bremerhaven.de]

I HAVE NOT TRIED THIS YET....



Share/Save/Bookmark

Read More
Posted in control panel, microsoft, win7, windows 7 | No comments

Monday, 8 June 2009

List Users With Forwarding Enabled Exchange 2003

Posted on 11:13 by Unknown
List Users With Forwarding Enabled Exchange 2003

To find all users in AD that have forwarding turned and enabled for their account and mailbox create a new saved query in AD Users and Computers and use the following LDAP query.

(&(mailNickname=*)(altRecipient=*))


List Users With Forwarding Enabled Exchange 2003


This is very useful obviously if there a many accounts and you need to find all users that have had forwarding turned on for their account. The alternative to this is to select the properties of each user account one at a time and look at the delivery options configuration.





Share/Save/Bookmark




Read More
Posted in email, enabled, exchange, exchange 2003, find, forwarding, users | No comments
Older Posts Home
Subscribe to: Comments (Atom)

Popular Posts

  • (no title)
    test
  • remote support
    Yes, the lingo could definately be confusing. I want to be sure the service would be a fit for what you are trying to do. What the system pr...
  • Computer Support - Forum,Tech Information,Downloads, Etc.
    Really cool site I found - my.techsupport.ca They have way too much to list. It's not just the information and links they have but the f...
  • Citrix printing nightmare.
    Computer Support - Adventure (Rated PG) Added a second Citrix server to our network. The old one ia presentation server 3.0 and the new on...
  • PC Remote Control Software for Computer Desktop support over the Internet
      On Demand PC Remote Control Online Over The Internet.   For pretty affordable computer remote support software  on demand over the I...
  • Cisco 2811XM Installed fine
    A local bank has asked my company to swap out some aging routers for new Cisco 2811XM series routers for the branches and a couple of 3825 s...
  • Software for Remote Support - Blog
    The entry in this blog describes an online remote support software solutions. http://spaces.msn.com/remotesupport/blog This next blog is sim...
  • Desktop Remote Support Software
    Desktop Remote Support Software Supporting multiple desktops dispersed in a large geographical areas is challenging. In some cases, the geog...
  • Cisco 2811 Branch Router Install - Remote & On-site Support
    This project for the bank is a small piece of a larger project and its scope is straight forward and fairly simple. The bank is a very good ...
  • A Browser Active Sync Test URL
    https://owa.{yourdomain.gr}/Microsoft-Server-ActiveSync/ The URL could even be http if SSL is not configured on the server to be required....

Categories

  • 2007
  • 2008 r2
  • 2811XM
  • 4.5
  • 6
  • access
  • access denied
  • Active
  • adtran
  • assist
  • attachment
  • bandwidth
  • barracuda
  • blackberry
  • block
  • boot
  • Browser
  • Browser Active Sync Test URL
  • busy
  • calendar
  • cisco
  • citrix
  • client
  • cloud
  • computer
  • computer desktop server control access support
  • conferencing
  • config
  • control
  • control panel
  • database
  • desktop
  • desktop remote support software
  • DVD
  • email
  • enabled
  • exchange
  • exchange 2003
  • exchange 2010
  • filter
  • find
  • firewall
  • forwarding
  • frame-relay
  • free
  • gigabit
  • handheld
  • help desk
  • helpdesk
  • HMC
  • HMC 4.5
  • hosted
  • IaaS
  • IAD
  • iis
  • information. calendar
  • Internet
  • ISO
  • ISP
  • kaseya
  • kentrox
  • linksys
  • livemeeting
  • MAC
  • malware
  • manage
  • meeting
  • microsoft
  • NDR
  • network
  • networking
  • odbc
  • online
  • outlook
  • outlook 2000
  • outlook 2002
  • outlook 2003
  • outlook web app
  • OWA
  • pc
  • pc anywhere
  • pcanywhere
  • PDA
  • permission
  • portable
  • printers
  • q series
  • QoS
  • radmin
  • relay
  • remote
  • remote access
  • remote access tool
  • remote administrator
  • remote control tool
  • remote support
  • removal
  • router
  • scanner
  • send as
  • server
  • session printers
  • software
  • solution
  • sonicwall
  • spam
  • SRW2024
  • stuck
  • superantispyware
  • support
  • switch
  • Sync
  • T1
  • telecommuting
  • Test
  • to open
  • tool
  • trojan
  • unable
  • URL
  • users
  • utility
  • vbscript
  • virtualized
  • virus
  • Vista
  • VMWare
  • vnc
  • VoIP
  • web
  • web based
  • win7
  • windows
  • windows 7
  • workstation
  • xenapp

Blog Archive

  • ▼  2012 (3)
    • ▼  August (1)
      • Basic Cisco QoS for IP Phone System to IP Phone Vo...
    • ►  January (2)
  • ►  2011 (2)
    • ►  December (1)
    • ►  November (1)
  • ►  2010 (1)
    • ►  January (1)
  • ►  2009 (2)
    • ►  June (1)
    • ►  May (1)
  • ►  2008 (11)
    • ►  December (1)
    • ►  August (2)
    • ►  May (1)
    • ►  April (1)
    • ►  March (2)
    • ►  February (4)
  • ►  2007 (11)
    • ►  November (1)
    • ►  October (1)
    • ►  June (1)
    • ►  May (3)
    • ►  March (1)
    • ►  February (3)
    • ►  January (1)
  • ►  2006 (76)
    • ►  December (3)
    • ►  October (1)
    • ►  September (1)
    • ►  August (1)
    • ►  July (1)
    • ►  June (7)
    • ►  May (2)
    • ►  April (8)
    • ►  March (10)
    • ►  February (13)
    • ►  January (29)
Powered by Blogger.

About Me

Unknown
View my complete profile