Re: [arch-general] IPv6 Support

2009-09-09 Thread slubman
On 9 sept. 2009, at 23:09, Aaron Griffin wrote: On Wed, Sep 9, 2009 at 3:53 PM, slubman wrote: I'm using IPv6 on my arch boxes, and yes you can use v4 nd v6 at the same time, and also use multiple v6 addresses on the same ethernet card. Here is what I have in my rc.conf : eth0="dhcp" eth0_

Re: [arch-general] IPv6 Support

2009-09-09 Thread Aaron Griffin
On Wed, Sep 9, 2009 at 3:53 PM, slubman wrote: > I'm using IPv6 on my arch boxes, and yes you can use v4 nd v6 at the same > time, and also use multiple v6 addresses on the same ethernet card. > > Here is what I have in my rc.conf : > > eth0="dhcp" > eth0_ipv6_0="eth0 add fd8d::3/64" > eth0_ipv6_1

Re: [arch-general] IPv6 Support

2009-09-09 Thread slubman
I'm using IPv6 on my arch boxes, and yes you can use v4 nd v6 at the same time, and also use multiple v6 addresses on the same ethernet card. Here is what I have in my rc.conf : eth0="dhcp" eth0_ipv6_0="eth0 add fd8d::3/64" eth0_ipv6_1="eth0 add 2a01::::3/64" INTERFACES=(eth0 eth0_ipv6

[arch-general] IPv6 Support

2009-09-09 Thread Sascha Siegel
Hi there :) I searched the web but I can't find any about IPv6 in rc.conf. I saw in Debian you can put some v6 stuff in /etc/network/interfaces. So I thought maybe I can do the v6 stuff in rc.conf but how? And can I use v4 and v6 at the same time in the same rc.conf? Next question is can I put