Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > Linux Networking

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-24-2008, 06:50 PM
John Shepard
 
Posts: n/a
Linux and VLANs

Hi All,

Can someone recommend a good reference (preferable free and online)
for me on how to setup, configure/manage VLANs under Linux?

I've seen a lot of online stuff but it seems to be written at a
very high level and specific to particular distributions.

All I want to do is to understand how to setup linux so it can
understand vlans and a few tools on how to debug the setup.

Thanks in Advance,

JS
Reply With Quote
  #2 (permalink)  
Old 06-24-2008, 08:28 PM
h.stroph
 
Posts: n/a
Re: Linux and VLANs

In news:ylb8k.6503$r_2.5464@newsfe14.phx,
John Shepard <nospam@nowhere.com> typed:

> All I want to do is to understand how to setup linux so it can
> understand vlans and a few tools on how to debug the setup.


http://www.google.com/linux?q=vlan+howto


Reply With Quote
  #3 (permalink)  
Old 07-06-2008, 02:11 PM
Andrew Gideon
 
Posts: n/a
Re: Linux and VLANs

On Tue, 24 Jun 2008 11:50:12 -0700, John Shepard wrote:


> All I want to do is to understand how to setup linux so it can
> understand vlans and a few tools on how to debug the setup.


Isn't this too straightforward nowadays for much documentation? Add
"VLAN=yes" to /etc/sysconfig/network and start creating interface names
with dots (ie. eth0.10 for VLAN 10). Or is this a Redhat-only thing?

I suppose "man vconfig" might be useful if the above doesn't work on a
given distribution.

- Andrew
Reply With Quote
  #4 (permalink)  
Old 07-06-2008, 05:10 PM
Pascal Hambourg
 
Posts: n/a
Re: Linux and VLANs

Hello,

Andrew Gideon a écrit :
>
> Isn't this too straightforward nowadays for much documentation? Add
> "VLAN=yes" to /etc/sysconfig/network and start creating interface names
> with dots (ie. eth0.10 for VLAN 10). Or is this a Redhat-only thing?


Yes, it is specific to distributions (originally) based on RedHat (SuSE,
Mandriva...) and for example does not work on distributions based on
Debian (Ubuntu...).
Reply With Quote
  #5 (permalink)  
Old 07-06-2008, 08:23 PM
Andrew Gideon
 
Posts: n/a
Re: Linux and VLANs

On Sun, 06 Jul 2008 19:10:14 +0200, Pascal Hambourg wrote:

> for example does not work on distributions based on Debian (Ubuntu...).


But those would still have vconfig, right?

- Andrew
Reply With Quote
  #6 (permalink)  
Old 07-06-2008, 09:15 PM
Pascal Hambourg
 
Posts: n/a
Re: Linux and VLANs

Andrew Gideon a écrit :
> On Sun, 06 Jul 2008 19:10:14 +0200, Pascal Hambourg wrote:
>
>>for example does not work on distributions based on Debian (Ubuntu...).

>
> But those would still have vconfig, right?


Of course. It is the actual tool used by distribution-specific network
management systems.
Reply With Quote
  #7 (permalink)  
Old 07-07-2008, 06:02 AM
Jarek Jarzebowski
 
Posts: n/a
Re: Linux and VLANs

On 6 Lip, 23:15, Pascal Hambourg <boite-a-s...@plouf.fr.eu.org> wrote:
> Andrew Gideon a écrit :
>
> > On Sun, 06 Jul 2008 19:10:14 +0200, Pascal Hambourg wrote:

>
> >>for example does not work on distributions based on Debian (Ubuntu...).

>
> > But those would still have vconfig, right?

>
> Of course. It is the actual tool used by distribution-specific network
> management systems.


Do you have installed package 'vlan'?
If not do:
# aptitude install vlan

Make sure that module 8021q is loaded.

Then you can configure VLAN interfaces in /etc/network/interfaces like
that:

iface eth1.200 inet .... - which means interface eth1 with VLAN 200.

Regards,
Jarek
Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > Linux Networking


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 08:03 PM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109