How to enable SNMP Client on ESX5

How to enable SNMP Client on ESX5 In this example I am assuming your detals as below but it will change according to your setup. ESX Host IP is 192.168.1.10 Username root Password P@ssw0rd SNMP Server IP 192.168.1.100 Note:- on VMware support site is shows all commands as “vicfg-snmp” for SNMP you will not get … Read more

How to add static ARP entry in windows 2008 or Windows 7

How to add static ARP entry in windows 2008 or Windows 7 netsh -c interface ipv4 add neighbors “Network Card Name” “IP Address” “MAC Address” store=persistent For Example :- Your Network Card Name is :- Local Area Connection IP Address is :- 192.168.10.10 MAC Address is :- 00-1d-71-83-6c-00 netsh -c interface ipv4 add neighbors “Local … Read more

How to install PPTP Server on Cent OS

Step-1 Forward GRE protocol and TCP port 1723 through your firewall Step-2 Add the Poptop Yum Repository rpm -Uhv http://poptop.sourceforge.net/yum/stable/rhel5/pptp-release-current.noarch.rpm Step-3 Configure iptables Create iptables_set.sh, chmod +x iptables_set.sh, and run the script. Note: The following will work but you may wish to change the source address from 10.10.9.0/24 to the network range of your choosing … Read more

How To Find Out My Linux Distribution Name and Version

$ cat /etc/*-release output CentOS release 5.9 (Final) $ lsb_release -a output LSB Version: :core-4.0-ia32:core-4.0-noarch:graphics-4.0-ia32:graphics-4.0-noarch:printing-4.0-ia32:printing-4.0-noarch Distributor ID: CentOS Description: CentOS release 5.9 (Final) Release: 5.9 Codename: Final