How to squid proxy not detected as a proxy

How to squid proxy not detected as a proxy Edit   /etc/squid/squid.conf and add the following lines ====== via off forwarded_for off request_header_access Allow allow all request_header_access Authorization allow all request_header_access WWW-Authenticate allow all request_header_access Proxy-Authorization allow all request_header_access Proxy-Authenticate allow all request_header_access Cache-Control allow all request_header_access Content-Encoding allow all request_header_access Content-Length allow all request_header_access … Read more

Cisco Feature Navigator

Cisco Feature Navigator Define a specific software image in order to view its supported features http://tools.cisco.com/ITDIT/CFN/jsp/SearchBySoftware.jsp Search Cisco  IOS features and there flash / memory  requirement.

Tracing of MAC Addresses in UCS with Nexus 1000V

Tracing of MAC Addresses in UCS with Nexus 1000V This document describes how to trace MAC addresses of a virtual machine (VM) and VMkernel (VMK) interface at these network levels: Cisco Nexus 5000 Series Switches Cisco Unified Computing System (UCS) 6248 Fabric Interconnect (FI) VMware ESXi host Cisco Nexus 1000V Switch http://www.cisco.com/c/en/us/support/docs/servers-unified-computing/unified-computing-system/116277-maintain-mc-ucs-00.html

Cisco UCS HW and SW Interoperability

UCS HW and SW Interoperability This form provides interoperability information for Cisco Unified Computing System (UCS) components and configurations that have been tested and validated by Cisco, by Cisco partners, or both. Use this form as a reference for supported hardware and software. http://www.cisco.com/web/techdoc/ucs/interoperability/matrix/matrix.html Troubleshooting Alerts http://www.cisco.com/c/en/us/support/servers-unified-computing/ucs-b-series-blade-servers/products-tech-notes-list.html

Cisco Nexus 1000V and VMware ESX/ESXi Upgrade

Cisco Nexus 1000V and VMware ESX/ESXi Upgrade Before upgrade check the matrix This document describes how to upgrade the Cisco Nexus 1000V VEM and VSM software and VMware vCenter and ESX/ESXi software. http://www.cisco.com/c/dam/en/us/td/docs/Website/datacenter/nexus1000/upgrade/n1kvmatrix.html Cisco Nexus 1000V Troubleshooting and alerts http://www.cisco.com/c/en/us/support/switches/nexus-1000v-switch-vmware-vsphere/products-troubleshooting-guides-list.html

How to search text in linux

How to search text in linux You can use grep command in Linux  for example grep -Ril “text-to-find-here” / i stands for upper/lower case (optional in your case). R stands for recursive. l stands for “show the file name, not the result itself`.

nymgo sip trunk with Elastix or Asterisk

nymgo sip trunk with Elastix or Asterisk

After a long trial and testing I manage to use sip trunk with nymgo on my Elastix PBX at my home.

Create a sip trunk with below information

videosupport=no
type=friend
username=”your nymgo user name”
secret=”your nymgo password”
nat=auto
insecure=very
qualify=yes
dtmfmode=RFC2833
disallow=all
allow=ulaw
host=87.236.147.56
fromuser=”your nymgo user name”
fromdomain=ata.nymgo.com
disallowed_methods=UPDATE
directmedia=no
defaultuser=”your nymgo user name”
context=from-pstn

Read more