dhclient –v ip addr Add this in auto-startup cd /etc/init.d vi net-autostart #!/bin/bash # Solution for "No Internet Connection from VMware" # ### BEGIN INIT INFO # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 ### END INIT INFO dhclient -v chmod 755 net-autostart chkconfig --add net-autostart restart vm to test