Re: How to make two vlans on one interface working with dhclient

2008-08-22 Thread Popof Popof
Yes, i applied the modifications at the level of dhclient.conf 2008/8/21 Frank Helbert <[EMAIL PROTECTED]> > Have you tried? > > interface "vlan0" { > #My options > } > interface "vlan1" { > #My options > } > > Thats the way you identify your vlan nics... > > Frank > > On Thu, Aug 21, 2008 at 4:0

Re: How to make two vlans on one interface working with dhclient

2008-08-21 Thread Popof Popof
Here is the output from my ifconfig (I rename rl0.100 and rl0.2101 in vlan0 and vlan1, the RJ45 wire is disconected because i need internet in order to send this message :p ): rl0: flags=8843 mtu 1500 options=8 inet6 fe80::2e0:4dff:fe30:80e1%rl0 prefixlen 64 scopeid 0x1 eth

Re: How to make two vlans on one interface working with dhclient

2008-08-21 Thread Julian Elischer
Brooks Davis wrote: On Wed, Aug 20, 2008 at 03:13:00PM +0200, Popof Popof wrote: Hi, I have a FreeBSD 6.0 box andi need to configure it in a way that I must use 2 vlans under one interface and both of them will get an address thanks to dhclient. So in order to make this job I created vlans: i

Re: How to make two vlans on one interface working with dhclient

2008-08-21 Thread Brooks Davis
On Wed, Aug 20, 2008 at 03:13:00PM +0200, Popof Popof wrote: > Hi, > I have a FreeBSD 6.0 box andi need to configure it in a way that I must use > 2 vlans under one interface and both of them will get an address thanks to > dhclient. > > So in order to make this job I created vlans: > > ifconfig

Re: How to make two vlans on one interface working with dhclient

2008-08-21 Thread Popof Popof
opof Popof <[EMAIL PROTECTED]> > Subject: How to make two vlans on one interface working with dhclient > To: "FreeBSD Net" > Date: Wednesday, August 20, 2008, 1:13 PM > > Hi, > I have a FreeBSD 6.0 box andi need to configure it in a way that I must use > 2 vlans u

How to make two vlans on one interface working with dhclient

2008-08-20 Thread Popof Popof
Hi, I have a FreeBSD 6.0 box andi need to configure it in a way that I must use 2 vlans under one interface and both of them will get an address thanks to dhclient. So in order to make this job I created vlans: ifconfig rl0.100 create ifconfig rl0.2101 create The vlans are created without any pr