Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IPv6 only enabled host connectivity issue #12

Open
igarny opened this issue Oct 4, 2023 · 0 comments
Open

IPv6 only enabled host connectivity issue #12

igarny opened this issue Oct 4, 2023 · 0 comments

Comments

@igarny
Copy link

igarny commented Oct 4, 2023

Hey guys
On an Ubuntu 20 host with no configuration for IPv4 there is a problem with retrieving the data for the pS Toolkit UI using Elmond.

IMO the Elmond configuration doesn't take into account the IPv6 specific records as shown in the diagnostic output By default on Ubuntu 20 there is is a difference between IPv4 and IPv6 records for the internal (local) interface.

r75:~$ cat /etc/hosts
127.0.0.1 localhost
127.0.1.1 rrze70

# The following lines are desirable for IPv6 capable hosts
::1     ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters


r75:~$ cat /etc/perfsonar/elmond/elmond.json
{
  "ELASTIC_HOSTS": [
    "https://pscheduler_reader:NmV1WfAc56EsJzqhFdqj@localhost:9200"
  ],
  "ELASTIC_PARAMS": {
    "use_ssl": true,
    "ca_certs": "/etc/opensearch/root-ca.pem"
  },
  "PROXY_PATH": "/esmond/perfsonar/archive",
  "FORCE_HTTPS_URLS": true,
  "SUMMARY_WINDOW_ROLLUP_NAMES": {
    "300": "5m",
    "3600": "1h",
    "86400": "1d"
  }
}

the result is:
pskit5 04-front error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Ready
Development

No branches or pull requests

1 participant