How to attach multiple ipv6 ips to eth1 on debian
Posted
by
Noodles
on Server Fault
See other posts from Server Fault
or by Noodles
Published on 2011-02-16T22:30:40Z
Indexed on
2011/02/16
23:27 UTC
Read the original article
Hit count: 175
I've just got a new server with native ipv6. I want to attach multiple ipv6 ips to eth1, but the only way I can see to do so is to attach them individually:
i.e.
address 2607:f0d0:xxxx:xxxx::2
address 2607:f0d0:xxxx:xxxx::3
address 2607:f0d0:xxxx:xxxx::4
Is it possible to bind whole subnets of ipv6 to a single network interface on debian? My server host tells me I have 18,446,744,073,709,551,616 ipv6 addresses for that server, surely it gets to be a nightmare to manage if they all have to bound individually (plus ifconfig would look messy).
Does anyone have a solution?
© Server Fault or respective owner