Windows cannot access VMware linux Solution

Source: Internet
Author: User

Windows cannot access VMware linux solution linuxiptables Virtual Machine firewall recently prepared to systematically learn about Linux. CentOS operating system was installed on vmwarevm, then, install Mongodb and other software in linux. After mongodb is started, the system cannot access the mongodb service through http: // ip: port in windows. Similarly, tomcat on linux cannot be accessed. Linux can be pinged normally in windows. I found a solution on the Internet, which was originally caused by the linux firewall. Since iptables is enabled, external access is restricted. We can solve this problem by disabling iptables (too violent) or configuring access rules under iptables. How to disable iptables is as follows: 1) It takes effect permanently. After restart, the Java code will not be restored. Enable: chkconfig iptables on Disabled: chkconfig iptables off 2) It takes effect immediately, restart and restore the Java code. enable service iptables start. Disable service iptables stop. You can also configure access rules by modifying the etc/sysconfig/iptables file (recommended ).

Related Article

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.