Thanks terrypacher.
Yes, may pc address is 192.168.254.177. Use the 0.0.0.0 for LocalBindAddress can run normally.
But why can not use local address to bind for linux, I will think it and try to find the answer.
N
Latest posts made by Nuc_sun
-
RE: Case for bacnet4j run on Linux
-
RE: Case for bacnet4j run on Linux
Thank MattFox,
The port 47808 is open and run. -
Case for bacnet4j run on Linux
Hi, Dear All,
I use bacnet4j to develop a program, it can run normally on Windows, but can not run normally on virtual Linux(Ubuntu 16.04 and CentOS7).
Using Eclipse debug this program, find that the IpNetwork's socket has sent the broadcast msg i.e. who is router. but the socket never receive the DatagramPacket and block on it. ( #IpNetwork.java line 328).
Why this?