Hello,
On Thu, Feb 24, 2011 at 11:06:53PM +0100, Jon Fautley wrote:
> On Thu, Feb 24, 2011 at 06:06:24PM +0000, Aaron
B. Russell wrote:
>> I want to use a lot of my IPv6 address space, not just one IP (I'd like to
be able to give each website hosted with File Sanctuary it's own IPv6 address), and I
want to be able to define a range of IP addresses for the server to listen on, but
creating lots of interface aliases, one for each IP, in /etc/network/interfaces is going
to be a) ugly and b) probably very bad practice.
[...]
You might be able to subnet your ip6 allocation and
route it to the lo
interface.
I managed to do this by accident once, but not sure how well it'd work.
Something like "ip -6 ro add 2001::xxx/64 dev lo" might work. Although
last time I managed it it was with v4 and quagga.
That won't actually let apache listen on them all though, will it?
Or if apache listens on *:80 will it catch that?
Cheers,
Andy