How to Add the sip register port in VOS3000 2.1.4.0

How to  Add the sip register port in VOS3000 2.1.4.0

Vos3000 sip default port is 5060 and 6060
The rc4 is 5070(the encryption is defined by linknat.com)
You can modify the mbx3000 config file to add the register port
by editing   “/home/kunshi/mbx3000/etc/softswitch.conf ”

nano /home/kunshi/mbx3000/etc/softswitch.conf

Read more

fail2ban missing whois program

fail2ban missing whois program

missing whois program in fail2ban email alerts . you are not able to receive IP information .

#yum search whois

gnome-nettool.x86_64 : A GNOME interface for various networking tools
jwhois.x86_64 : Internet whois/nicname client.
perl-Net-Whois.noarch : Get and parse “whois” domain data from InterNIC
perl-Net-Whois-IP.noarch : Perl extension for looking up the whois information
: for ip addresses

# yum install jwhois.x86_64

now test whois command

Read more

How to use another sip port on Elastix or Asterisk

How to use another sip port on Elastix or Asterisk

I was trying to configure  Elastix PBX SIP client but the SIP port UDP 5060  was blocked from the ISP .

I don’t wanted to change server SIP port 5060 .  I google the internet and get the trick and tested and

its worked for me .elastix

Hope it will work for others also

 

 

 

 

Read more

Windows Server 2008 TCP /IP Default gateway missing

Windows Server 2008 TCP /IP Default gateway missing After rebooting of Windows 2008 server there TCP/IP setting Default gateway configuration removed . Event putting back Default gateway configuration its not taking . So you need to reset TCP/IP configuration . Refer to Microsoft Knowledge Base  299357. 1- Open Command Prompt with Admin privilege. 2-  netsh int … Read more

How to get ESXi HBA information PowerCLI

How to get ESXi HBA information PowerCLI

If you want to gather information about you VMware ESXi Storage Connection information about HBA.

Below are the script which I tested and its works for me Its generate Cluster Name , ESXi Host name ,HBA card No, WWPN.

hbainfo

 

 

 

Below are the script. copy in notepad and save as hbainfo.ps1

Read more

How to change VOS3000 server sip port 5060

How to change VOS3000 server sip port 5060 If you want to change vos3000 default sip port 5060 , 6060. you can change the SIP port no by editing file  softswitch.conf   /usr/kunshi/mbx3000/etc/softswitch.conf #!/bin/sh SS_NAME=”MBX3000″ SS_H323RASPORT=”1719″ SS_H323RC4RASPORT=”3719″ SS_H323SIGNALPORT=”1720″ SS_H323RC4SIGNALPORT=”3720″ SS_SIPPORT=”5060,6060″       (Change port no here) SS_SIPRC4PORT=”5070″ SS_EMBEDDEDSERVICEIP=”192.168.1.1″ SS_EMBEDDEDSERVICEPORT=”5065″ SS_MEDIAPROXYMODENABLE=”1″  

How to get list of Virtual Machines with RDM PowerCLI

How to get list of Virtual Machines with RDM PowerCLI

Today we had a requirement to know all virtual machines with RDM LUN mapped .So we can plan the carefully move that machine to another ESXi hots .I found a PowerCLI script that gave me good information about Virtual machines mapped with RDM LUNs. Source link

I got the below result .It show all VM and there connected RDM with LUN ID and HDD Details.

LUNID

 

 

Read more

How to add driver in VMware ESX ISO

How to add driver in VMware ESX ISO .

While installing or upgrading VMware Vsphere servers some time we have to add the drivers in the ISO .which is not available in the  ISO .

In example I have to add Nexus 1000v VEM module in the ESXi 5.5 update 3 ISO . Which required to upgrade my ESXi 5.0 and support current running my Nexus 1000v VSM.

1- we have to get VMware Vsphere 5.5 update 3 bundle as ZIP from VMware website .

download link

 

 

 

 

2-  Now create a folder and copy in it . in My Example I am copying in C:\Patch

Read more