Multiple VLANs on a single subnet

Posted by mstaessen on Server Fault See other posts from Server Fault or by mstaessen
Published on 2012-10-19T08:20:58Z Indexed on 2012/11/24 17:06 UTC
Read the original article Hit count: 279

Filed under:
|
|
|
|

I would like to establish the setup shown below. The image is taken from (http://gcharriere.com/blog/?p=620) and explains how to set this up on a brocade device.

I would like to use an ubuntu server to do the routing. Right now, the switch and the server/router are connected with a trunk and the server uses the vlan package, kernel module and (inner) subnets for routing. I would like that:

  1. no IP addresses get lost in the subnetting (outer subnet is /26, inner subnets are /28)
  2. I don't want the rigorous subdivision of my outer subnet. I want to assign a VLAN to any IP in the outer subnet.

How do I need to configure my interfaces? What is the "ubuntu" translation of "ip follow ve"?

Thanks!

enter image description here

© Server Fault or respective owner

Related posts about linux

Related posts about ubuntu