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

Windows Firewall Block ICMP Ping

Following is a quick exercise in configuring Windows firewall to block certain protocols: # Disable…

PowerShell: Get Ports to Process Connections / Associations

Current Iteration: Here is a quick snippet to enable Network Engineers and Systems dudes to…

PowerShell: How To Install VMM Agent on Hyper-V Nodes

# Update these variables to match your system $appName='Microsoft System Center Virtual Machine Manager Agent…