Archives :

  • vSphere Unable to Edit Version 10

    “You cannot use the vSphere Client to edit the settings of virtual machines of version 10 or higher.” After using the VMware 5.5 Convertor to perform a physical to virtual migration, I noted the following error when attempting to edit the properties of the VM in vSphere: “You cannot use the vSphere Client to edit […]

    READ MORE
  • Wireless Printer – EAP-TLS

    <SSID NAME><EAP-TLS>

    READ MORE
  • Microsoft Server Core – NFS

    Can be deployed via Server manager for Core Needs to be installed to manage core —-Mounting NFS Share Install-WindowsFeature-Name NFS-Client OR Install-WindowsFeature NFS-Client Mount 10.1.1.4:/vZillaANFShare n: OR mount.exe \\<IP>\16tb Q: ——Windows Core share a folder locally net share share2=C:\share1 /grant:everyone,full

    READ MORE
  • Ubuntu

    —Install PHPipam sudo apt-get install apache2 sudo service apache2 restart apt install libapache2-mod-php php-curl apt install libapache2-mod-php php-gmp sudo apt-get install php sudo a2enmod rewrite apt-get install mysqld mysql_secure_installation ALTER USER ‘root’@’localhost’ IDENTIFIED WITH mysql_native_password BY ‘Passworrd’; FLUSH PRIVILEGES; —Create a loopback ifconfig lo:0 127.0.0.2 netmask 255.0.0.0 up —www.webmin.com GUI For LAMP —-Initialise mysql Installation […]

    READ MORE
  • HP Switches

    BAUD 38400 —Show interfaces display interface brief admin <PASSWORD> 2. xtd-cli-mode to restore the default 3.password foes-bent-pile-atom-ship —Enable mode system-view Re: HP 1950 JG961A “xtd-cli-mode” Hello.I’m here, thinking…What is the purpose of this password?That’s absolutely ridiculous.The password needed take away my freedom to configure advanced resources in the equipment that I bought to this purpose.Please […]

    READ MORE
  • Cisco – ASA VPN Concepts

    —-IPSEC Neogiation protocol – AH,ESP,ESP + AH  //which IPSEC encyption,authenication,proteection used encryption – DES, 3DES, AES, RSA, DH   //scramble data Authenication – MD5, SHA1              //makes sure keys go to person X. Protection – DH1,2,5,7 —-2 modes of VPN Transport – Can be used on the internal LAN environment to […]

    READ MORE
  • Cisco – ASDM (GUI Setup)

    1. Install Java 6u26 + Cisco ADSM to machineTFTP the adsm.bin file to the flash of the ASA router Set the ip of the interfaceconf tint gig0ip addnameif inside//higher is less secureno sh Prepare the ASA for ASDM hostname ASAdomain-name CISCOhttp server enablehttp 172.16.0.0 255.255.0.0 inside //allowed networks to accessusername USERNAME password CISCO priv 15asdm […]

    READ MORE
  • Cisco – Nexus – VPC

    —vPC Allows ether-channel between 2 different devices to communicate at the same time to a single device. Layer 2 protocol //show vpc brief Nexus 7K A feature vpc vpc domain 5 peer-switch int eth3/25 no switch no shut ip add 1.1.1.1 255.255.255.0 vpc domain 5 peer-keepalive destination 1.1.1.2 source 1.1.1.1 vrf default int port 20 […]

    READ MORE
  • Cisco – Nexus BGP / VDC

    ————–BGP————- feature BGP router bgp 65000 template peer-session SESSION neighbour 192.168.1.1 remote-as 65000 inherit peer-session SESSION address-family ipv4 unicast Router bgp 65000 template peer-policy POLICY neighbour 192.168.1.1 remote-as 65000 address-family ipv4 unicast inherit peer-policy POLICY 1 Router bgp 65000 address-family ipv4 unicast network 1.1.1.1 mask 255.255.255.0 —FEX Fabric Extender FEX is a technology where you […]

    READ MORE
  • Cisco – Datacenter Nexus

    —-Upgrading a Nexus———————— –Check BGP neighbors–Check OSPF Neighbors–Dump route table–VPC’s–VLANs–Port-channels and status–show interface status 2. Save configuration– copy running start. Backup config for NX-OS– copy startup-config tftp://172.20.1.50 5. Copy the EPLD + NX-OS image file to bootflashcopy SCP://172.168.1.50/n9000-epld.9.3.7.img bootflash://n9000-epld.9.3.7.imgcopy SCP://172.168.1.50/nxos.9.3.7.bin bootflash://nxos.9.3.7.bin 6. Verify MD5 Checksum -show file bootflash://sup-local/nxos.9.3.7.bin md5sum-show file bootflash://sup-local/n9000-epld.9.3.7.img md5sum 7. Determine if […]

    READ MORE