On Tue, Oct 22, 2013 at 12:28 PM, Bonno Bloksma <b.blok...@tio.nl> wrote:
>>>>>
>>>>> allow-auto eth0.9
>>>>> iface eth0.9 inet static
>>>>>   address 192.168.1.119
>>>>>   netmask 255.255.255.0
>>>>>   gateway 192.168.1.1
>>>>>   post-up ip address add 192.168.1.199/24 dev eth0.9
>>>
>>> What I use is:
>>> -=-=-=-=-=-
>>> auto eth0
>>> iface eth0 inet static
>>>         address 172.16.17.1
>>>         netmask 255.255.255.0
>>>
>>> auto vlan100
>>> iface vlan100 inet static
>>>         vlan-raw-device eth0
>>>         address 192.168.178.10
>>>         netmask 255.255.255.0
>>>         gateway 192.168.178.1
>>> -=-=-=-=-=-
>>
>> This is just one address: Steffen was looking for a multiple-address method.
>
> For that I use the "post-up ip address add ..." lines too.
>
> On an external gateway I have multiple lines like that to get all the 
> ip-numbers
> up for which that interface handles the incoming data.
>
> If each address is to have its own vlan then it is still doable but a bit more
> complex.

And that didn't work for the OP using e-n-i...


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAOdo=syzzm05t2q5a0_zkgyjnrnh6amw1hm4mv8h4zc-l+v...@mail.gmail.com

Reply via email to