Code Monkey home page Code Monkey logo

Comments (4)

david-schmidt avatar david-schmidt commented on July 21, 2024

ADTPro isn't super concerned about which address it binds to - the kernel actually chooses that, given the architectural combination of UDP sockets and Java:
image
It's possible to make a similar call that includes the bind IP address, but it adds not-insignificant complexity specifically for "Ubuntu 16.04 LTS," so you might want to help look into why it's different than (every) other *nix implementation.

from adtpro.

rpallred avatar rpallred commented on July 21, 2024

Since upgrading from Mojave to Catalina I'm seeing the same issue with both 2.0.2 and 2.0.3.

Screen Shot 2020-08-17 at 7 00 39 AM

from adtpro.

MarkO-555 avatar MarkO-555 commented on July 21, 2024

Since upgrading from Mojave to Catalina I'm seeing the same issue with both 2.0.2 and 2.0.3.

Screen Shot 2020-08-17 at 7 00 39 AM

Sorry I didn't Follow Up, when I found a "work around" to this issue...

rpallred:

I found that the HOSTS File on my Linux, ( /etc/hosts ) was what the ADTPro was using for its information. I wanted to make my Internal Network easy to navigate, so I setup Static IP Addresses for my main machines...

( Some Routers, like my TP-Link, let you leave your devices on DHCP and in the Router, "assign" a constant IP address by Mac Address, basically giving your Device a Static IP Address when connected to your router )

Then I added the Static IP Address and Machine name to the /etc/hosts file. When launching ADTPro, it would BIND to the Machine Name IP Address

If the Static Address in the Hosts File is Wrong, then ADTPro will BIND to that IP Address in the HOSTS File, and not your actually assigned IP Address..

My Machine is MAGOR and it's Static IP Address is: 192.168.254.155
My HOSTS File is:
administrator@Magor:~$ cat /etc/hosts
127.0.0.1 localhost
192.168.254.155 Magor

=============================================================

Something for you to try, ( I'm using OSX 10.11.6 "El Capitan" ) :
Use 'ipconfig getpacket en0' from the command line, to locate your assigned IP Address assigned to the Ethernet Port.
Edit the HOSTS File and add that IP Address and Machine Name, and then save the HOSTS File.
Launch ADTPro, and see if it BINDS to the correct IP Address..

MarkO

from adtpro.

rpallred avatar rpallred commented on July 21, 2024

That actually seems to have fixed it--even though I didn't have a static IP for my Mac previously. Thanks!

from adtpro.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.