You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Node Version:
14.2
Node BACstack Version:
0.2.4
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.
The text was updated successfully, but these errors were encountered: