airflowwebserverairflow-webserver

Can't access airflow web UI


My company has a linux vm specifically for Airflow.

The problem is when I try to access Linux_IP:8080 from MY machine to reach Airflow UI. The error I get is ERR_CONNECTION_TIMED_OUT (because it takes too long trying to connect).

How do I access this remote machine?

I had access once but it is no longer working and I don't know why.

To                         Action      From
--                         ------      ----
443/tcp                    ALLOW       Anywhere
80/tcp                     ALLOW       Anywhere
8080/tcp                   ALLOW       Anywhere
3306                       ALLOW       Anywhere
22/tcp                     ALLOW       Anywhere
443/tcp (v6)               ALLOW       Anywhere (v6)
80/tcp (v6)                ALLOW       Anywhere (v6)
8080/tcp (v6)              ALLOW       Anywhere (v6)
3306 (v6)                  ALLOW       Anywhere (v6)
22/tcp (v6)                ALLOW       Anywhere (v6)

Solution

  • It was related to some network problems. I could wget the page so it was running but could not expose it.

    I just fixed the problem usind docker containers 😊