Networking
This page was created to document IPv6. It may grow; however, for now, it is just IPv6.
IPv6
If you are using incus, aws or some other tool platform that supports IPv6, the following bullets will be of interest.
- The iDempiere installation script handles everything needed for IPv6 (apache and psql)
- To connect to a server with IPv6 from a browser, surround the address with square brackets. Example:
- https://[fd42:6b68:d9b4:b79e:216:3eff:fef5:77a2]/webui
- where fd42:6b68:d9b4:b79e:216:3eff:fef5:77a2 is an example IPv6 address
- To connect psql to a server, treat the address like any other address:
- psql -U adempiere -d idempiere -h fd42:6b68:d9b4:b79e:216:3eff:fe9e:c497
- where fd42:6b68:d9b4:b79e:216:3eff:fe9e:c497 is an example IPv6 address