Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuring BBMD / Connecting to foreign devices #40

Open
1 of 3 tasks
Obaq-web opened this issue Feb 3, 2023 · 1 comment
Open
1 of 3 tasks

Configuring BBMD / Connecting to foreign devices #40

Obaq-web opened this issue Feb 3, 2023 · 1 comment

Comments

@Obaq-web
Copy link

Obaq-web commented Feb 3, 2023

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.

@alekbless
Copy link

Hello @Obaq-web ,
Did you find any solution to your BBMD setup?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants