The host and virtual machine are pinged, but the host cannot access the virtual machine service.

Source: Internet
Author: User
Host and Virtual Machine Ping, but the host cannot access the virtual machine service solution 1. the local machine can ping the Virtual Machine 2. the virtual machine can also ping the local machine. 3. virtual machines can access their own web 4. the local machine could not access the web of the Virtual Machine and later found that the firewall blocked port 80. Check whether port 80 of the server is blocked by the firewall. Run Telnet {Server IP} 80 to test the port. Solution:/sbin/iptables-I input-P TCP -- dport 80-J accept and save:/etc/rc. d/init. d/iptables save and restart Firewall/etc/init. d/iptables restart: Disable the centos firewall and close its service. Then, you can view the centos Firewall Information:/etc/init. d/iptables status disable the centos Firewall Service:/etc/init. d/iptables stop permanently closes the firewall: chkconfig -- level 35 iptables off. Finally, open the host browser and enter the Virtual Machine location to access the Web server of the virtual machine!

The host and virtual machine are pinged, but the host cannot access the virtual machine service.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.