Skip to Content.
Sympa Menu

perfsonar-user - RE: [perfsonar-user] Test results unavailable on dashboard

Subject: perfSONAR User Q&A and Other Discussion

List archive

RE: [perfsonar-user] Test results unavailable on dashboard


Chronological Thread 
  • From: Trond Endrestøl <>
  • To: "" <>
  • Subject: RE: [perfsonar-user] Test results unavailable on dashboard
  • Date: Fri, 6 Oct 2017 13:18:59 +0200 (CEST)
  • Ironport-phdr: 9a23:v2xzhBKXDwXTQREVVNmcpTZWNBhigK39O0sv0rFitYgeI/vxwZ3uMQTl6Ol3ixeRBMOAuqIC07KempujcFRI2YyGvnEGfc4EfD4+ouJSoTYdBtWYA1bwNv/gYn9yNs1DUFh44yPzahANS47xaFLIv3K98yMZFAnhOgppPOT1HZPZg9iq2+yo9ZDeZwZFiCChbb9uMR67sRjfus4KjIV4N60/0AHJonxGe+RXwWNnO1eelAvi68mz4ZBu7T1et+ou+MBcX6r6eb84TaFDAzQ9L281/szrugLdQgaJ+3ART38ZkhtMAwjC8RH6QpL8uTb0u+ZhxCWXO9D9QLYpUjqg8qhrUgflhikHOT4i7m/Zl85/gqFVoB2voBxwzJLbbZqQNPZiYq/QZ88WSHBcUstXSidPApm8b4wKD+cZI+hYtY79p10TohSmCgesAv7gyiVWiX/twa0iy+AhGhzB0QI+BdIOt3LUo8jvOKkdV+C60bPIwivYb/NK3jf97JPFch47rvGDRrJwcs3RyU0xGAPDlFmQpo7lPzSL1uQMsGiX9exgVeW2hmMhtgp/oSCvy98yhoXVmo4Z11XJ+CdlzIopINC0VVN3bcK4HJZVqi2XMpV6Tt8+T2xttiY6xLgLuZClcyQW1JgqwgXQZvqaeIaS+B3jTvyeITJgiXJlZr2/gxGy/FC7yu35Ssm0yExGriRfndnDrXAN1BvT6syZRft75Euh1jSP1wfN6uFFIkA4j6zbK5k5zr4xkJocr1jDEzfolEnqkKOaa0Ap9+q05+j7Z7jqu4KQO5Nohgz7L6gjn9KzDfgkPgULUWib9+Gx1LP98kHlXLlHi+Y5nrHcsJ/AJMQboqC5AxVS0oYm8xu/Ey2m0NMenXYaN19FdgiIj4fyO1HNJ/D4Cemwg1K2nDdkxfDGOaPhApTOLnTZlrfheq5x61RAxwor0dBf+5VUB6kZIP3tQE/xusfYDhg/MwOu2ebrEch91pgAVmKVGaKZNKLSsUSU5uI0PeWAfo4VuDDhK/c7/f7ui2E2mUMDcaWzw5QYdW24TbxaJBDTeXf2jMwGF24Q+xclQfbCiVueXCRVamroGa8w+3tzXJqrF4nYQYakmvmcxyqhNpxQem1cDF2QSzHle5jSCNkWbyfHHtVmlDAzeL6tUYI6yYGq/FvG0b1hIqz5/CECuIn/09xd6eTcjhI18TFyScuf1H+MTCdymTVbFHcNwKljrBklmR+42q9ijqkAGA==
  • Openpgp: url=http://fig.ol.no/~trond/trond.key
  • Organization: Fagskolen Innlandet

On Fri, 6 Oct 2017 12:59+0200, Trond Endrestøl wrote:

> On Fri, 6 Oct 2017 09:48-0000, Kashif Mohammad wrote:
>
> > I was also having the same problem with Cassandra not talking to
> > other components. It looks like that it is a problem with firewall.
> > I disabled firewall and its working now.
>
> Well, yes and no. Running these commands made it eventually work on an
> isolated system with IPv4 and IPv6 addresses assigned to the NIC:
>
> systemctl stop firewalld
> systemctl disable firewalld
> shutdown -r now Preventive reboot after disabling firewalld.;sleep 1;logout
>
> Systems running with IPv6 only, not so much.
>
> Further testing shows that the web browser determines success or
> failure.
>
> Access the web UI by specifying the system's IPv4 address, numerically
> or as a domain name, and everything works; access the web UI by
> specifying the system's IPv6 address, numerically or as a domain name,
> and it all breaks. And happens in 2017?
>
> I was hoping to avoid assigning IPv4 addresses to my perfSONAR nodes ...

A crude workaround is to:

1. Assign a private IPv4 address to the NIC, say 192.0.2.3/24 (TEST-NET-1).
2. Don't bother adding a default gateway for IPv4.
3. Edit /etc/hosts, specifying the IPv6 address prior to the IPv4 address:

2001:db8:dead:beef::3 yournode.fqdn yournode
192.0.2.3 yournode.fqdn yournode

Each node's internals are now able to translate yournode.fqdn to an
IPv4 address and resume internal comms. Dear God, make it stop!

--
Trond.


Archive powered by MHonArc 2.6.19.

Top of Page