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 Use CredSSP to Move Virtual Machines In a Hyper-V Cluster

# Prep on Client $domain='intranet.kimconnect.com' Enable-WSManCredSSP -Role "Client" -DelegateComputer "*.$domain" # Prep on Server Enable-WSManCredSSP…

Default Ports for Various Common Services

Although it is recommended that these default ports be changed whenever possible to add an…

Virtual Machine Networking Error 15011

Creating New Logical Network $logicalNetworkID="somehash-hash-hash" $newNetworkName='Test Network' $subnet="192.168.500.0/24" $logicalNetwork = Get-SCLogicalNetwork -ID $logicalNetworkID $vmNetwork =…