Bad network access to guest os

Discussion in 'General Questions' started by MaksimP, Apr 10, 2014.

  1. MaksimP

    MaksimP Bit poster

    Messages:
    9
    Parallels Desktop 9 for Mac (9.0.24229)
    OS X 10.9.2

    In VM Fedora 20 with last updates or Windows 8.1 with last updates. Firewalls disabled. Shared network.
    Guest OS ip 10.10.10.10, host 10.10.10.1

    Code:
    tanelorn:~ barlog$ traceroute 10.10.10.10
    traceroute to 10.10.10.10 (10.10.10.10), 64 hops max, 52 byte packets
     1  vm (10.10.10.10)  0.456 ms !Z  0.282 ms !Z  0.191 ms !Z
    Code:
    tanelorn:~ barlog$ ping 10.10.10.10
    PING 10.10.10.10 (10.10.10.10): 56 data bytes
    64 bytes from 10.10.10.10: icmp_seq=0 ttl=64 time=0.231 ms
    64 bytes from 10.10.10.10: icmp_seq=1 ttl=64 time=0.428 ms
    64 bytes from 10.10.10.10: icmp_seq=2 ttl=64 time=0.440 ms
    ^C
    --- 10.10.10.10 ping statistics ---
    3 packets transmitted, 3 packets received, 0.0% packet loss
    round-trip min/avg/max/stddev = 0.231/0.366/0.440/0.096 ms
    Code:
    tanelorn:~ barlog$ sudo nmap -n 10.10.10.10
    Starting Nmap 6.40 ( http://nmap.org ) at 2014-04-10 15:38 MSK
    Note: Host seems down. If it is really up, but blocking our ping probes, try -Pn
    Nmap done: 1 IP address ([B]0 hosts up[/B]) scanned in 0.47 seconds
    How to repair? For example i can not get access to postgres on virtual machine (port seems closed)
     
  2. MaksimP

    MaksimP Bit poster

    Messages:
    9
    Topic can be closed.

    My mistake. Firewall on the guest OS has not been disabled. On OS X nmap should be run without sudo.
     

Share This Page