BACnet
BACnet copied to clipboard
Problem in Discovering devices in a network from docker container running in Ubuntu 18
Hi, I wrote a console application which can discover the devices using WhoIs/IAM and can read properties from objects, but it is completely working fine in windows, but when a container is executed in Linux ubuntu 18, only BACnet/IP devices are discovered and the devices that are behind a MS/TP over IP are not discovered. e.g. devices with same/different network number and unique ID's but same Ip address
Host Machine Config
- Ubuntu 18.04
- Multiple Interfaces e.g. (eth0 for BACnet, eth1 for internet, eth2 for private VPN)
- Docker container for solution execution
Docker Config
- Networking mode Host
- exposed port 47808
BACnet Server Config
- Used specific Ip and not 0.0.0.0
- Port used 0XBAC0
- Fragmentation enabled
- Use Exclusive port enabled