I got /64 IPv6 block from my server provider.
When I add few IPv6 addresses (maybe 10 or 20) to network interface. Everything works fine about IPv6 network.
When I'm added above 500+ IPv6 addresses to network interface. My server IPv6 network not working.
I'm used to this type of command line to add IP address to network interface.
sudo ifconfig em1 inet6 add 2001:bd8:24ac:36c8::/128
I need to use at least 1000 IPv6 addresses on my server.
Please help me, how to solve this issue?
Note: I'm using Ubuntu 14.04 64-bit server
Thank you.