1. Check carefully to make sure the network card mode of the virtual machine is selected correctly. For the physical environment, use a router to select the bridge mode. For stand-alone or dial-up Internet access, select the NAT mode. If you do not want to use the virtual machine to access the Internet, select the host. Mode
2. Check whether the gateway is configured correctly
1. First perform dhclient and automatically obtain the ip address
Free online video tutorial recommendation: linux video tutorial
2. Configure through #vi /etc/sysconfig/network-scripts/ifctg-eth0
Check
Set ONBOOT=yes to automatically open the network card, and change dhcp to static static configuration. Pay attention to
1) IP and gateway must be In the same network segment
2) DNS is generally set to be the same as the gateway
3) Please refer to the real machine gateway configuration
##3. Restart the network card to ensure that DNS can be resolved
# service network restart
# grep hosts /etc/nsswitch.conf
The above is the detailed content of Unable to ping external network under linux. For more information, please follow other related articles on the PHP Chinese website!