Accessing web server on eWON WAN

Hello,

In my project, i have to send tag value to WebServer using BasicScript.
The WebServer and Flexy are same network.

Let me tell you my environment of ip address.
PLC : 192.168.3.10
LAN of Flexy : 192.168.3.101
WAN of Flexy (using Wi-Fi module): 192.168.10.101
Web Server : 192.168.10.114

If i use internal ip address for REQUESTHTTPX like this.
REQUESTHTTPX “http://192.168.10.114”, …
I got a http connect error (32601).

I tried to configure like linked. (NAT 1:1 on the Flexy)
But i can not access WebServer.

How do i configure on Flexy?

Thanks,
TImon

@Timon

You would not need to configure any addresses in the NAT 1:1 table, you would just need to allow traffic on the WAN port. You can do that by ensuring the following two options are selected:

image

  • Select Allow all traffic on WAN connection.
  • Select the checkbox next to “Allow traffic forwarding to WAN (from VPN to LAN)”

You shouldn’t need to have NAT 1:1 enabled, so please disable that or it could cause errors in the Flexy’s routing capabilities.

I hope this helps! Below is a link to the document that goes into more detail about accessing devices off the WAN in more detail.

1 Like

Thank you for your quickly reply.

I am sorry about It’s not working.

Let me upload my configuration on Flexy.

image

image

image

I think that status of Internet and Web Server are good because of using domain address(http://flexy.korea.com) instead of internal address(http://192.168.10.114) works well.

I apologize for the delay, Timon. Were you ever able to get this working? Can you verify that the addresses are actually in the same subnet and not separated by a router or another gateway device?

The issue is solved but I don’t know what was the problem.

I just factory reset and then configured as well.
It works well.

Thank you for your supporting.