How to customize vos3000 login page

How to customize vos3000 login page

You can customize vos3000 login page by editing following files

/usr/kunshi/vos3000/webclient/jsp/index.html

/usr/kunshi/vos3000/webclient/jsp/js/lang_en_us.js

 

Posted in Uncategorized | Leave a comment

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 Content-Type allow all
request_header_access Date allow all
request_header_access Expires allow all
request_header_access Host allow all
request_header_access If-Modified-Since allow all
request_header_access Last-Modified allow all
request_header_access Location allow all
request_header_access Pragma allow all
request_header_access Accept allow all
request_header_access Accept-Charset allow all
request_header_access Accept-Encoding allow all
request_header_access Accept-Language allow all
request_header_access Content-Language allow all
request_header_access Mime-Version allow all
request_header_access Retry-After allow all
request_header_access Title allow all
request_header_access Connection allow all
request_header_access Proxy-Connection allow all
request_header_access User-Agent allow all
request_header_access Cookie allow all
request_header_access All deny all

================================

Now you will be geeting for proxy server IP address on www.whatismyip.com it will not say this is proxy server.check before and after adding above lines.

Source link 
Posted in Uncategorized | Leave a comment

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.

Posted in Uncategorized | Leave a comment

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

Posted in VMware | Leave a comment

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

Posted in Uncategorized | Leave a comment

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

Posted in VMware | Leave a comment

Linksys support site for download drivers and firmwares

Linksys support site for download drivers and firmwares
http://support.linksys.com/

Posted in Uncategorized | Leave a comment

How to block vos3000 client to access vos3000 server

How to block vos3000 client  to access vos3000 server

VOS3000 client work on port  1202 tcp port .

Just drop the traffic from anywhere  and allow only known ip addresses .
who is not having static ip address connecting through DSL or mobile internet they are not having fix IP address .
For Support email support@gkhan.in

Posted in Uncategorized | Leave a comment

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`.
Posted in Linux | Leave a comment

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 Continue reading

Posted in Uncategorized | Leave a comment