'man interfaces' will tell all, but to save you the trouble, my config
looks like:

auto eth0
iface eth0 inet static
 address 192.168.200.251
 netmask 255.255.255.0
 dns-search int.sbss.com.au
 dns-nameservers 127.0.0.1
iface eth0 inet6 static
address xxx:yyyy:zzzz:0::1
 netmask 64

This is a router, which is why it has a static ip address. In most cases
this won't be required as auto-configuration will take care of it, which
is probably why this problem hasn't come up before.

James

> -----Original Message-----
> From: Ard van Breemen [mailto:[EMAIL PROTECTED]
> Sent: Thursday, 2 March 2006 19:24
> To: James Harper; [EMAIL PROTECTED]
> Cc: Debian Bug Tracking System
> Subject: Re: Bug#354933: vlan: vconfig is called again for inet6
stanzas
> 
> Hello,
> On Thu, Mar 02, 2006 at 05:23:30PM +1100, James Harper wrote:
> > with a static inet6 entry in /etc/interfaces, the vlan ifupdown
script
> try
> > and do a second vconfig because they think it is a second interface.
I'm
> not
> > sure of the best way to work around this, but i'd be happy just to
be
> able
> > to add a 'vlan-ignore' entry to make the vlan code ignore something
that
> > looks like it should be processed.
> 
> Is that a new option?
> Can you give an example interfaces line with plain eth devices?
> I am not aware of a method of seperating ipv4 and ipv6 in the
> interfaces file. (Eh, this means I am currently too lazy to
> aptitude update/install ifupdown and look into the docs myself
> ;-) ).
> 
> --


Reply via email to