Posted On March 31, 2019

Router Console Methods

kimconnect 0 comments
blog.KimConnect.com >> Networking , Virtualization >> Router Console Methods
Router Console Methods:
Configure Management Interface: mgmt intf
Reset evaluation period:
ssh into ESXi
/etc/vmware/vmware.lic
/etc/vmware/license.cfg
 
Keygen! https://www.mmnt.net/db/0/0/82.209.198.56/vmware
Workstation setup:
Install Putty: https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
Edit environmental variables: https://lostintransit.se/2011/01/28/quickly-opening-multiple-sessions-with-putty/
Server setup:
Clone: copy .vmx & .vmdk (if machine doesn’t have snapshots), add .vmx to inventory, edit serial, start machine, select “I copied it” option
Set vSwitch0 to allow promiscuous mode, all VLANS 4095 (allow all routers to talk to each other)
Check installed NIC: lspci | grep Net
Secured copy: pscp [local_file] root@server:/path
 
Install D-Link DFE-580TX:
esxcli software acceptance set –-level=CommunitySupported
upload drivers

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

How to Run OpenMediaVault with Pass-through Disks in VMWare ESXi

Assumptions: 1. The ESXi host in this lab is available with three (3) 1TB hard…

PowerShell: Search for Hyper-V Guest VM That Has Not Been Registered In Cluster

# findVmHost.ps1 $vmName='TESTVM01' function findVmHost($vmName){ try{ Import-Module Hyper-V Import-Module FailoverClusters $allHyperVHosts={(Get-ClusterNode | Where { $_.State…

ESXi 6.5 Installation Instructions

Prepare to Install ⦁ Reserve host Management & vMotion IPs ⦁ Pick an available IP…