Enterprise IIoT Gateway Lite wifi connection for management

Hi,

I have an Enterprise IIoT Gateway Lite connected to internet through our enterprise wifi and we are able to send your data to AWS.
Up to now, I connect my computer directly to the second ethernet port to have access to the management page and Node Red.
Is it possible to have access to the management page and Node Red through the wifi connection instead of using the ethernet port ?
Thanks.

It sounds like the Gateway is connected to your network via WiFi. If your computer is connected to the same local area network as the gateway then you can access its web interface through that network. Is that what you are asking?

Thank you,
Travis Elliott

This is the same local area network but not the same ip range.

From the enterprise gateway in ssh, I can see the ip address assigned to the device and I can also ping the ip gateway.

But from my computer, I can also ping the ip gateway but I can’t ping the ip address of the device.

Is there any restriction by default in the interprise gateway for this traffic ?
Thanks.

No, there are no restrictions on the gateway. It sounds like possibly a firewall issue on the computer or network.

Hi,

In our local network, we have several subnets.
If the computer and the gateway are in the same subnet, it works fine.
But if the computer and the gateway are in different subnets, it don’t work even if we have a FW rule to route the traffic from a subnet to another.

Is there a way in the gateway to check the traffic ?

Thanks.

Hi,

If you’re attempting to access it from a different subnet using the .local address you may need to port forward the MDNS UDP port 5353 as well.

Hi,

I added a static route in the gateway and it works now.
Thank you.