Can not access internet from Guest (vmware) of Debian Host

Discussion in 'HOWTO-Related Questions' started by quannv, Jun 12, 2008.

  1. quannv

    quannv New Member

    I have 2 static IP from ISP, one for host machine (Debian) and one for Guest machine (VMware). I assigned guest to the static IP, and I can ping from guest to host or reserve. But I can not access Internet from guest and I can not ping Guest from internet.
    In the Host, ISP config is insalled.

    Please help me to solve this problem.
     
  2. falko

    falko Super Moderator ISPConfig Developer

    Do you use bridging for the vm?
    What's the output of
    Code:
    iptables -L
    on the host?
     
  3. quannv

    quannv New Member

    iptables -L
    Chain INPUT (policy ACCEPT)
    target prot opt source destination

    Chain FORWARD (policy ACCEPT)
    target prot opt source destination

    Chain OUTPUT (policy ACCEPT)
    target prot opt source destination

    Is there problem?
     
  4. falko

    falko Super Moderator ISPConfig Developer

    That's ok - no firewall, so the firewall's not the problem.

    Do you use bridging for the vm?
     

Share This Page