VisualGDB and vmware

Sysprogs forums Forums VisualGDB VisualGDB and vmware

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #497
    Anonymous
    Participant

    I’ve launched VisualGDBBuildServer on centos 5.5, that installed on vmware 7.1.4, but auto-detecting of server isn’t working.
    Is VisualGDB working with vmware? What is the reason? The network on vmware is configured as “Bridged”.

    #2232
    support
    Keymaster

    We have tested it with VMWare and did not encounter any problems.

    There can be several reasons why the auto-detect is not working:
    1. Windows firewall might block it
    2. Linux firewall might block it
    3. Some antivirus software might block broadcast packets

    The easiest way to fix it is to add another host-only network card to VMWare. Ensure that it gets a valid IP address by running sudo ifconfig. If not, run sudo dhclient to re-acquire a dynamic address.

    Note that if the build server is not printing “discovery request from …” messages, the packets don’t reach the VM, and if it is printing this but nothing is detected, the problem is on the way back.

    #2233
    Anonymous
    Participant

    The problem was in my linux firewall. Thank you.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.