Categories
- Blog (1)
- Grandstream UCM (1)
- IP Telephony (45)
- KVM (1)
- Linux (54)
- Microsoft (5)
- Mikrotik (14)
- Network (16)
- Paloalto Firewall (1)
- Uncategorized (196)
- Vicidial (6)
- VMware (67)
-
Recent Posts
- Integrating VICIdial with CRM: Solving Custom Field and Data Sync Issues
- How to Remove +91 / 91 from Incoming Caller ID in VICIdial (Fix Lead Matching Issue)
- How to Retrieve VICIdial Admin Password from MySQL Database
- How to Manage KVM Virtual Machines on Ubuntu Server Using virsh
- Palo Alto UNAT Configuration – Step-by-Step Lab Guide (LAN → DMZ via WAN)
Author Archives: Gkhan
How to configure Cisco Router T1 for MGCP
How to configure Cisco Router T1 for MGCP Below steps checked on Cisco 2811 and 2911 Routers 1- Check the VVIC location R1#sh inventory NAME: “2811 chassis”, DESCR: “2811 chassis” PID: CISCO2811 , VID: V05 , NAME: “VWIC2-1MFT-T1/E1 – 1-Port … Continue reading
How to read config files in Cisco Router or Switch
How to read config files in Cisco Router or Switch Check the name of the file and location. R1#dir Directory of flash:/ 1 -rw- 67929600 Dec 12 2016 02:58:20 +00:00 c2800nm-adventerprisek9-mz.151-4.M12a.bin 2 -rw- 1622 May 26 2017 16:54:46 +00:00 Default … Continue reading
how to configure Static IP on Centos 6
how to configure Static IP on Centos 6 ## Configure eth0 # # vi /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=”eth0″ NM_CONTROLLED=”yes” ONBOOT=yes HWADDR=A4:BA:DB:37:F1:04 TYPE=Ethernet BOOTPROTO=static NAME=”System eth0″ UUID=5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03 IPADDR=192.168.1.44 NETMASK=255.255.255.0
Get Virtual Machine list reside on VMware Datastore
Get Virtual Machine list reside on VMware Datastore Virtual machine reside on datastore and you do not care in which cluster they are (Get-Datastore -Name ‘datastore_name’).Extensiondata.Vm|%{(Get-View -Id $_.toString()).name}
GL-inet allow clients access from other Network
GL-inet allow clients ( behind the LAN ) access from other Network Edit the firewall add following lines vi /etc/config/firewall config forwarding option dest ‘lan’ option src ‘VPN_client’ Restart firewall service /etc/init.d/firewall restart
Protect your Asterisk PBX server from Black listed IP address
Protect your Asterisk PBX server from Black listed IP address VoIPBL is a distributed VoIP blacklist that is aimed to protects against VoIP Fraud and minimizing abuse for network that have publicly accessible PBX’s. For more details http://www.voipbl.org/ For Asterisk PBX you need to install Fail2ban. This … Continue reading
How configure crontab in ESXi to schedule a job every 5 min
How configure crontab in ESXi to schedule a job every 5 min For scheduling a command or script every 5 min in ESXi we need to edit following file /var/spool/cron/crontabs/root vi /var/spool/cron/crontabs/root #min hour day mon dow command 1 1 * … Continue reading
How to remove the ESXi web welcome page
How to remove the ESXi web welcome page For any reason if you want to change VMware ESXi welcome page. Follow the following steps . Rename the following page /usr/lib/vmware/hostd/docroot/index.html create new index.html page if you want to redirect your … Continue reading
VMware ESX / ESXi services restarting
VMware ESX / ESXi services restarting Restart the ESXi host daemon /etc/init.d/hostd restart Restart vCenter Agent services /etc/init.d/vpxa restart
VMware ESXi Datastores refresh issue incorrect free space
VMware ESXi Datastores refresh issue incorrect free space We do manual datastore scan or HBA scan to show the correct free space . We can change the refresh interval manually to edit config.xml file in esxi host. To change the … Continue reading