Dear PauliusRug,
I have almost done - thanks for idea with wpad service - it is wery easy now.
Last thing what is related to whole my issue, it is feedback of out new cool feature. I would like controll Output (4) pin based on wpad service state. Script will be easy, but I am not possible to control Output(4) from inside of RUTX14:
If I try to call output pin from my labtop by:
"http://192.168.1.1/cgi-bin/io_state?username=user1&password=user1&pin=dout1&state=off"
I see the working response in webgui (Services -> Input/Output -> Status -> Output -> State switch.
But when I call any command below from inside of SSH terminal:
"curl -X GET "http://192.168.1.1/cgi-bin/io_state?username=user1&password=user1&pin=dout1&state=on"
or
"curl -X GET "http://127.0.0.1/cgi-bin/io_state?username=user1&password=user1&pin=dout1&state=on"
or
"curl -X GET "http://localhost/cgi-bin/io_state?username=user1&password=user1&pin=dout1&state=on"
Command passes but I don't have response on Output pin.
Do you have idea why it could be, please?
If you will help me with this last thin I will have compleet"
Thanks!