We just started getting this error when trying to connect to our asset server and I have no idea what it means -
Could not log in to computername
no pg_hba.conf entry for host "fe80::e0:b7d5:edcb:9d18%12", user "fouad", database "template1"
Can anyone help me out?
I have never administered a Unity Asset server or done an installation but I have dealt extensively with PostgreSQL and that looks familiar. Asset server is basically a slightly customized installation of PostgreSQL. The reference for that file is here, it will be on the server that the Asset Server is on. Basically the file is one way of controlling access to the database. Sounds like either the Asset server installation did not complete correctly or you missed a configuration step in the installation process.
I had the same problem. I disabled IPV6 on my ethernet card and everything worked. Seems like there is an issue with this.