Removing Pre-Routing NAT Rules in IPtables

To remove specific iptables rule from Pre-Routing chains, first display all Pre-Routing chains using a following iptables command:

iptables -t nat --line-numbers -L

This will display all Pre-Routing chains with relevant line numbers. To remove a specific Pre-Routing rule, you can use the corresponding line number. For example below command will remove Pre-Routing NAT chain with line number 1.

iptables -t nat -D PREROUTING 1

How to enable vMotion in VMWare ESXi Host

By default vMotion is not enabled on VMWare ESXi Host. Below shown steps will enable vMotion capability to your VMWare Virtual Host.

 

  1. Connect to your ESXi host using vSphere client.
  2. Go to Configuration page and select Networking.
  3. Click Properties for the virtual switch where a VMkernel port has been configured.
  4. Select Management Network from Ports.
  5. Select Edit and enable vMotion in General tab.
vmotion

Enable vMotion