0

I am using a static IP and are now accessing the server with Putty. So I try to use h2o-dai with putty, but it does not work with xxx.xxx.xx.xxx:12345.

I used tar_sh.sh when installing.

So, when I set up ./dai_env.sh, I see no_proxy is localhost, 127.0.0.1 and NO_PROXY is

What is this and why is not it?

and How do I resolve it?

enter image description here enter image description here

이성령
  • 1,264
  • 3
  • 19
  • 23
  • 1
    can you verify that DAI is running? you can check your logs to see if dai is running. – Lauren May 13 '19 at 16:02
  • 1
    Try adding an ssh tunnel to your putty configuration for that connection. – TomKraljevic May 13 '19 at 23:32
  • Thank you for your reply. I do not understand the comments well. Then I found a page. https://s3.amazonaws.com/artifacts.h2o.ai/releases/ai/h2o/dai/rel-1.2.2-6/docs/userguide/setting-environment-variables.html#configtoml It is this page. There is a part where I edit ip. I put the static ip here, but it did not. Is it correct to edit this part? – 이성령 May 14 '19 at 01:58
  • That said, log file is http://docs.h2o.ai/driverless-ai/latest-stable/docs/userguide/install/linux-tarsh.html#looking-at-driverless-ai-log-files This page Are you saying you want to try it again? Loaded: not-found (Reason: No such file or directory) Active: inactive (dead) I hear these words. – 이성령 May 14 '19 at 02:06

1 Answers1

0

Firstly check the firewall on your system using tcping from another linux server or your windows to server which you installed h2o dai.

ex) tcping -t host-ip port (linux to linux)

If you get a response like bellows, have to open a specific port which your solution use.

[root@localhost /]# tcping -t 5 your-ip port

your-ip port port# closed.

yurial
  • 11
  • 2