News:

  • April 30, 2026, 12:32:05 PM

Login with username, password and session length

Author Topic: BRX ECOMEX Different Subnets  (Read 15048 times)

rawbutta

  • Newbie
  • *
  • Posts: 4
BRX ECOMEX Different Subnets
« on: February 11, 2024, 12:56:51 AM »
I have a BX-DM1E-M-D running 3 EBC-100'x & 10 or so ABB ACS580 VSD's with modbus TCP on 2.9.7 desginer.

I have 2 different subnets on this site, one for the PLC's and comms of HMI/VSD's (192.168.1.XXX) & another for internet access (10.0.0.XXX).

Customer is requiring emails for shift reports & logs of alarms during production.

I am hoping to keep both the networks separate using a P.O.M. Is this possible with either a ECOMEX or ECOMLT to have the BRX running the on board ethernet port as 192.168.1.XXX and a P.O.M running 10.0.0.XXX. I have tried to set it up and am able to ping the P.O.M on the network but unable to send emails.

Wondering if someone is able to point me in the right direction, thankyou!  :)

franji1

  • Bit Weenie
  • Host Moderator
  • Hero Member
  • *****
  • Posts: 3806
    • Host Engineering
Re: BRX ECOMEX Different Subnets
« Reply #1 on: February 11, 2024, 04:52:50 PM »
The ECOMEX is what you need to access different servers/services on different subnets, exactly as you are needing.

BobO

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 6154
  • Yes Pinky, Do-more will control the world!
Re: BRX ECOMEX Different Subnets
« Reply #2 on: February 12, 2024, 01:07:27 PM »
I have a BX-DM1E-M-D running 3 EBC-100'x & 10 or so ABB ACS580 VSD's with modbus TCP on 2.9.7 desginer.

I have 2 different subnets on this site, one for the PLC's and comms of HMI/VSD's (192.168.1.XXX) & another for internet access (10.0.0.XXX).

Customer is requiring emails for shift reports & logs of alarms during production.

I am hoping to keep both the networks separate using a P.O.M. Is this possible with either a ECOMEX or ECOMLT to have the BRX running the on board ethernet port as 192.168.1.XXX and a P.O.M running 10.0.0.XXX. I have tried to set it up and am able to ping the P.O.M on the network but unable to send emails.

Wondering if someone is able to point me in the right direction, thankyou!  :)

You need to remove the gateway config for the 192.168.1.XXX port (make it 0.0.0.0). There can only be one gateway and it must be the the port you wish to use as the WAN.

It's currently trying to route your email out the first port, which won't work.
"It has recently come to our attention that users spend 95% of their time using 5% of the available features. That might be relevant." -BobO

rawbutta

  • Newbie
  • *
  • Posts: 4
Re: BRX ECOMEX Different Subnets
« Reply #3 on: February 24, 2024, 05:19:06 PM »
You need to remove the gateway config for the 192.168.1.XXX port (make it 0.0.0.0). There can only be one gateway and it must be the the port you wish to use as the WAN.

It's currently trying to route your email out the first port, which won't work.

This was the solution. Thankyou!