it would be a good idea but the problem is that you cannot assign an IP
address to a bridge interface....

I think this problem has no solution...

thanks


On Thu, 16 Apr 2009, Matthew Dempsky wrote:

> On Thu, Apr 16, 2009 at 1:10 PM, RJ45 <[email protected]> wrote:
>> I cannot use the same vlan name and I need an unique name because
>> I must runa a dhcp server on  vlan.
>> If I have t ocreate a new vlanName for each vr1 vr2 and vr3
>> how do I run a dhcpd on interface vlan100 ?
>
> I think what Henning is suggesting is to do something like:
>
> ifconfig vlan1100 vlan 100 vlandev vr1
> ifconfig vlan2100 vlan 100 vlandev vr2
> ifconfig vlan3100 vlan 100 vlandev vr3
> ifconfig bridge100 create
> brconfig bridge100 add vlan1100
> brconfig bridge100 add vlan2100
> brconfig bridge100 add vlan3100
> ifconfig bridge100 inet 10.0.0.1 netmask 255.255.255.0 up
> dhcpd bridge100
>
> (Untested, probably missing some steps.)

Reply via email to