Routing BACnet Ethernet to BACnet IP
I am in the process of setting up BFR as a router/firewall.
Unable to get BFR to route correctly. I must be overlooking something. Here is my config file.
It works from BACnet IP to BACnet Ethernet and can read objects correctly.
But when reading BACnet objects from BACnet Ethernet to BACnet IP only broadcast WHO-IS and I-AM is working? Unable to read any properties.
<BFR>
<UDP address="192.168.0.200/24" server="udp1"/>
<BIP client="udp1" server="wan"/>
<Ethernet device="eth1" server="beth" promiscus="y"/>
<Debug client="beth" server="lan"/>
<Router> <Adapter client='wan' net='1' /> <Adapter client='lan' net='3000' /> </Router>
</BFR>
Log in to post a comment.
Routing BACnet Ethernet to BACnet IP
I am in the process of setting up BFR as a router/firewall.
Unable to get BFR to route correctly. I must be overlooking something. Here is my config file.
It works from BACnet IP to BACnet Ethernet and can read objects correctly.
But when reading BACnet objects from BACnet Ethernet to BACnet IP only broadcast WHO-IS and I-AM is working? Unable to read any properties.
<BFR>
<UDP address="192.168.0.200/24" server="udp1"/>
<BIP client="udp1" server="wan"/>
<Ethernet device="eth1" server="beth" promiscus="y"/>
<Debug client="beth" server="lan"/>
</BFR>