Disable IPv6 on FileWave Server Components
What
FileWave Server, Booster, and Imaging Virtual Server (IVS) components should use IPv4. Enabling IPv6 on these server components can cause unexpected communication or service-discovery problems.
When/Why
Use this guidance when installing or troubleshooting a FileWave Server, Booster, or IVS. FileWave clients can operate on networks that use IPv6, but IPv6 should remain disabled on the FileWave server components themselves.
How
For macOS
Run the following command in Terminal, replacing en0 if the active network service uses a different interface:
# Disable IPv6 for a specific network interface (e.g., "en0")
networksetup -setv6off en0
For Linux
Current FileWave appliance images handle this configuration. Check custom Debian installations and older appliances before applying the steps below.
On a custom Debian installation, disable IPv6 with the following steps:
- Edit the
/etc/sysctl.conffile:
sudo nano /etc/sysctl.conf
- Add the following lines to the file:
# Disable IPv6
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
net.ipv6.conf.tun0.disable_ipv6 = 1
-
Save and close the file.
-
Reload the sysctl settings:
sudo sysctl -p
Verify the configuration
After applying the change, confirm that the FileWave server component no longer has an active IPv6 address:
- macOS: Open Terminal and run
ifconfigto check the network interfaces. - Linux: Execute
ip aorifconfigto inspect the network configurations.
Related Links
- FileWave Server Setup
- IPv6 Wikipedia - Background information on IPv6
No comments to display
No comments to display