BACnet configuration through LTE with RUT956

Hello,

I am trying to configure system folowing your Wiki page

My device is : Product code RUT95620XXXX

Firmware version RUT9M_R_00.07.21.3

BACnet via LTE configuration:

I have completed all configuration steps, but I am unable to finalize the Foreign Device Registration (FDR) in YABE (Yet Another BACnet Explorer).

Current Observations:

YABE Error Message: The software returns: "The given address do not match with the IP version."

Wireshark Analysis: A packet capture reveals that the remote device responds with: "82 destination unreachable (port unreachable)."

Connectivity: I believe the LTE connection between RUT1 and RUT2 is established, as I am receiving ICMP responses from the remote site.

Local Validation: When I connect my PC directly to the RUT2 LAN port, YABE successfully discovers and communicates with the BACnet device connected via the RS485 port.

The Problem:
Communication works flawlessly over the local network, but fails over the LTE bridge.

I need guidance on solving this issue.

Hello,

Thank you for the detailed description. We are currently investigating the issue with YABE Foreign Device Registration (FDR) and the error “address does not match with the IP version” in your LTE-based BACnet setup.

To proceed, please confirm the following configuration details based on the LTE BBMD scenario from our official RUT956 BACnet configuration example :

  1. LTE WAN IP (RUT2)
  • Is the LTE WAN interface assigned a public IPv4 address, or is it behind NAT (e.g. 10.x.x.x / 100.64.x.x)?
  • Is IPv6 or dual-stack enabled on the mobile interface?
  1. BBMD Setup (RUT2)
  • Which interface is selected as BBMD:
    • LTE WAN or br-lan?
  • Is Allow Remote Access / Port Forward enabled?
  1. BIP Configuration
  • Confirm BACnet/IP port (default: 47808)
  • On RUT2, is BIP bound to:
    • LAN interface or
    • Mobile WAN interface
  1. YABE FDR Configuration
  • Which IP is used for registration:
    • RUT2 IPv4 WAN or IPv6?
  • Is the YABE host operating in IPv4-only or dual-stack mode?
  1. RUT1 Port Forwarding
  • Is UDP forwarding configured from WAN to the YABE PC?
  • Does it correctly match:
    • PC LAN IP
    • YABE listening port
  1. Packet Capture
  • Destination IP and port of rejected traffic?
  • IPv4 or IPv6 observed?
  • Capture location (PC / RUT1 / RUT2)?

If possible, please also attach screenshots of:

  • BACnet / BBMD / BIP configuration
  • Firewall / NAT rules
  • Wireshark or tcpdump logs

Once received, we will analyze the setup in detail and proceed with troubleshooting.

Best regards,
V.

Hello Vilius,

Here are the configuration:

  1. LTE WAN IP (RUT2)

    • The LTE WAN interface is assigned a public IPv4 address
    • IPv6 / dual-stack is enabled on the mobile interface
  2. BBMD Setup (RUT2)

    • BBMD is assigned to the wlan0 interface,
    • Allow Remote Access / Port Forward is enabled
  3. BIP Configuration

    • BACnet/IP port: 47808 (default)
    • BIP is currently bound to the br-lan (LAN) interface
  4. YABE FDR Configuration

    • RUT2 IPv4 WAN address is used for FDR registration
    • YABE is operating in IPv4-only mode
  5. RUT1 Port Forwarding

    • UDP port forwarding from WAN to the YABE PC is configured
  6. Packet Capture (on PC connected via LAN cable to RUT1)

    • Destination IP: RUT2 IPv4 WAN address
    • Destination port: 47808
    • Protocol: IPv4
    • Capture location: PC (connected via LAN to RUT1)

Best regards