Web UI dashboard is not accessible from external machine(s)

Hi,

I installed K8S 1.4.1 on Ubuntu Server 18.04.2.
Followed this tutorial to create dashboard and this tutorial to create simple user.

Then I used to kubectl proxy command as suggested in the post and I was able to login with token from localhost machine.

Now, I am at the point where I want to access the dashboard from remote machines, and I used:

kubectl proxy --accept-hosts=’.*’ --address=‘100.180.3.11’

I am able to access the dashboard, but when I click Sign In button after providing the token, nothing happens. Looking in the browser developer console, it seems like the cookie is not being created although the requests are OK. What am I missing?