-
Notifications
You must be signed in to change notification settings - Fork 26
Description
Node Version: 14.2
Node BACstack Version: 0.2.4
- Bug Report
- Feature Request
- Question
Note: Make sure you have read the FAQs
before logging this issue.
Feature Request / Question
I am running a Bacnet-device on a foreign network via a VPN-tunnel. In other Bacnet-software I have to configure a BBMD that is running on the foreign bacnet-device. How can I configure the BBMD in node-bacstack?
In client.js I have found line 505:
sender: { // Address of the host we are directly connected to. String, IP:port. address: remoteAddress, // If the host is a BBMD passing messages along to another node, this // is the address of the distant BACnet node. String, IP:port. // Typically we won't have network connectivity to this address, but // we have to include it in replies so the host we are connect to knows // where to forward the messages. forwardedFrom: null, },
Let's say the device I want to connect to and on which the BBMD is running has the IP "192.168.151.51".
My machine has the IP "192.168.67.253".
Both networks are connected via a VPN-Router.
What lines do I have to change so that I can establish a connection? Do you have an example?
PS: I am sure that the connection between the bacnet-device and my machine is working, because I tested it with BACeye software.