I recently have had network issues at one of my customers sites with DHCP, this tool was very useful in the troubleshooting phase of resolving the problem.
http://blog.mir.net/2014/10/rogue-dhcp-server-detection-free-tool.html
I recently have had network issues at one of my customers sites with DHCP, this tool was very useful in the troubleshooting phase of resolving the problem.
http://blog.mir.net/2014/10/rogue-dhcp-server-detection-free-tool.html
If packets are not being dropped and the data receive rate is slow, the host is probably lacking the CPU resources required to handle the load. Check the number of virtual machines assigned to each physical NIC. If necessary, perform load balancing by moving virtual machines to different vSwitches or by adding more NICs to the host. You can also move virtual machines to another host or increase the host CPU or virtual machine CPU.
Verify that VMware Tools is installed on each virtual machine.
If possible, use vmxnet3 NIC drivers, which are available with VMware Tools. They are optimized for high performance.
If virtual machines running on the same ESX/ESXi host communicate with each other, connect them to the same vSwitch to avoid the cost of transferring packets over the physical network.
Assign each physical NIC to a port group and a vSwitch.
Use separate physical NICs to handle the different traffic streams, such as network packets generated by virtual machines, iSCSI protocols, VMotion tasks, and service console activities.
Ensure that the physical NIC capacity is large enough to handle the network traffic on that vSwitch. If the capacity is not enough, consider using a high-bandwidth physical NIC (10Gbps) or moving some virtual machines to a vSwitch with a lighter load or to a new vSwitch.
If packets are being dropped at the vSwitch port, increase the virtual network driver ring buffers where applicable.
Verify that the reported speed and duplex settings for the physical NIC match the hardware expectations and that the hardware is configured to run at its maximum capability. For example, verify that NICs with 1Gbps are not reset to 100Mbps because they are connected to an older switch.
Verify that all NICs are running in full duplex mode. Hardware connectivity issues might result in a NIC resetting itself to a lower speed or half duplex mode.
Use vNICs that are TSO-capable, and verify that TSO-Jumbo Frames are enabled where possible.
Note: E1000 does not support jumbo frames prior to ESXi/ESX 4.1.
To get all the software I needed I went to the following website where you can download all the required “NOOBS” (New Out Of the Box Software) you require.
http://www.raspberrypi.org/downloads/
Once the operation system had been installed I needed to work out how to get access to the PI remotely. The following are the steps I took in order to make this work.
1, Enabling the GUI
sudo raspi-config

boot_behaviour and click enter. This should make it so that the GUI interface start automatically.








