Please enter search query.
Search <book_title>...
Veritas Access Appliance Release Notes
Last Published:
2022-12-29
Product(s):
Appliances (7.4.2)
Platform: 3340
- Overview of Veritas Access
- Software limitations
- Limitations related to installation and upgrade
- Limitation related to replication
- Known issues
- Veritas Access known issues
- Access Appliance issues
- Access Appliance operational notes
- Admin issues
- CIFS issues
- General issues
- GUI issues
- Installation and configuration issues
- Internationalization (I18N) issues
- Networking issues
- NFS issues
- ObjectAccess issues
- OpenDedup issues
- OpenStack issues
- Replication issues
- SDS known issues
- Storage issues
- System issues
- Target issues
- Upgrade issues
- Veritas Data Deduplication issues
- Access Appliance issues
- Veritas Access known issues
- Getting help
Unable to add an IPv6-default gateway on an IPv4-installed cluster
If you add an IPv6 address on an IPv4-installed cluster, and then add the default gateway, you get the following error on the Veritas Access command-line interface:
Route already exists
This error occurs if the IPv6 auto assignment feature is enabled on the node of the cluster.
(IA-12942)
Workaround:
You can disable IPv6 auto assignment by adding the following entries in /etc/sysctl.con
for all the network interfaces of the nodes that are under the control of Veritas Access:
net.ipv6.conf.<network interface name>.autoconf=0 net.ipv6.conf.<network interface name>.accept_ra=0 net.ipv6.conf.<network interface name>.accept_ra_defrtr=0
Then restart the node of the cluster.