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

Opener 2.1 is not working on Static Network #382

Closed
rajspatel1297 opened this issue Jul 13, 2022 · 1 comment
Closed

Opener 2.1 is not working on Static Network #382

rajspatel1297 opened this issue Jul 13, 2022 · 1 comment

Comments

@rajspatel1297
Copy link

Hi all,

I'm getting a strange issue with the opener. I'm using Opener with Nodejs to write data to the PLC. It builds successfully.

image

Using the opener with the DHCP network works perfectly. In DHCP, the IP address is 192.168.10.193/24 and the gateway is 192.168.10.1. For testing purposes, I'm printing the following:

image

Now while switching to the Static network and power cycling the module, the Opener is not working. The IP address is 192.168.10.95/24. In the static network The output is the following:

image

I think it's not able to communicate to the interface eth0.

DHCP Network

2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
inet 192.168.10.193/24 brd 192.168.10.255 scope global dynamic noprefixroute eth0
valid_lft 86388sec preferred_lft 86388sec
inet6 fe80::4e0e:4710:4b2d:8647/64 scope link noprefixroute
valid_lft forever preferred_lft forever

Static Network

2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
inet 192.168.10.95/24 brd 192.168.10.255 scope global noprefixroute eth0
valid_lft forever preferred_lft forever
inet6 fe80::1db7:eefa:2fb8:a79f/64 scope link noprefixroute
valid_lft forever preferred_lft forever

@rajspatel1297
Copy link
Author

This is just a problem with the DNS in our static network.

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

1 participant