Results 1 to 5 of 5

Thread: Problems to see host in my net

  1. #1
    Join Date
    Mar 2012
    Beans
    3

    Arrow Problems to see host in my net

    Hi. Sorry if i've not introduced myself before..
    I'm new to ubuntu and i'm running it (11.10) on a vmware virtual machine (bridged mode) that is installed on windows 7. windows 7 is connected wireless to the router.
    Settings of the net are:
    win 7: 192.168.1.110 /24 (no gateway)
    ubuntu: 192.168.1.111 /24 (gateway 192.168.1.1)

    the situation:
    from ubuntu i can ping the gateway and i can go over internet, but i can't see win 7 (get no answer pinging win 7)
    from win 7 i see ubuntu virtual machine: i get answer pinging it

    i checked the routing table and this was the result:
    Destination Gateway Genmask Flags Metric Ref Use Iface
    169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 eth0
    192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
    So i've added default gateway this way:
    Kernel IP routing table
    Destination Gateway Genmask Flags Metric Ref Use Iface
    0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
    169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 eth0
    192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
    Now i can see win 7 host but i get a DUP! ping:
    PING 192.168.1.110 (192.168.1.110) 56(84) bytes of data.
    64 bytes from 192.168.1.110: icmp_req=1 ttl=128 time=0.335 ms
    64 bytes from 192.168.1.110: icmp_req=2 ttl=128 time=0.228 ms
    64 bytes from 192.168.1.110: icmp_req=2 ttl=128 time=1.90 ms (DUP!)
    Any possible solution?

  2. #2
    Join Date
    May 2008
    Location
    Berks, UK
    Beans
    1,387

    Re: Problems to see host in my net

    I'd be tempted to try the effect of removing the entry:
    "192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0"
    to see what still works.
    Derek

  3. #3
    Join Date
    Mar 2012
    Beans
    3

    Re: Problems to see host in my net

    Quote Originally Posted by dandnsmith View Post
    I'd be tempted to try the effect of removing the entry:
    "192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0"
    to see what still works.
    I tried and i got win7 host reachable with ping DUP!
    If i leave 192.168.1.0 in the route table i can't reach my win7 host

    Here's the configuration of nic:
    auto lo
    iface lo inet loopback

    auto eth0
    iface eth0 inet static
    address 192.168.1.111
    netmask 255.255.255.0
    network 192.168.1.0
    broadcast 192.168.1.255
    gateway 192.168.1.1

    I can't understand

  4. #4
    Join Date
    Jun 2011
    Location
    The Shadow Gallery
    Beans
    6,744

    Re: Problems to see host in my net

    So your question is about the DUP! ?

    If so this is common using virtual networking under virtual machines especially in vmware due to bridged networking.

    or the NIC is in promiscuous mode.

    What is the exact issue ? you are getting a reply just a duplicate packet.

    IS this causing some kind of networking issue or you just dont want the DUP! ?

    If so look at changing your VM network settings and or checking if it is in promiscuous mode and also there is no duplicate IP

    You could also change or update the Win 7 driver itself which vmware then virtualises


    Edit: I just found a link which says basically the same thing i just did plus a bit more http://communities.vmware.com/docs/DOC-14170 hope this helps
    Last edited by haqking; April 3rd, 2012 at 11:15 AM.
    Backtrack - Giving machine guns to monkeys since 2006
    Kali-Linux - Adding a grenade launcher to the machine guns since 2013

  5. #5
    Join Date
    Mar 2012
    Beans
    3

    Re: Problems to see host in my net

    Quote Originally Posted by haqking View Post
    So your question is about the DUP! ?

    If so this is common using virtual networking under virtual machines especially in vmware due to bridged networking.

    or the NIC is in promiscuous mode.

    What is the exact issue ? you are getting a reply just a duplicate packet.

    IS this causing some kind of networking issue or you just dont want the DUP! ?

    If so look at changing your VM network settings and or checking if it is in promiscuous mode and also there is no duplicate IP

    You could also change or update the Win 7 driver itself which vmware then virtualises


    Edit: I just found a link which says basically the same thing i just did plus a bit more http://communities.vmware.com/docs/DOC-14170 hope this helps
    My question is not only about the DUP!
    Also i'm wondering why if i delete 192.168.1.0 line in the routing table i see my win7 host but if i don't touch that line i can't see it..
    For sure no duplicate IP addresses and no nic promiscuous mode

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •