diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-08-03 09:31:47 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-08-03 09:31:47 +0000 |
commit | c592d03090cbf890565f998ce8bf5b7c0e4fbb6b (patch) | |
tree | 424107663dc8b6f27ec877cf4a113ead8e35175a /docs/network.tex | |
parent | 6dcd8081a34936c82f53a94ba10467bb7aec2587 (diff) | |
download | upstream-c592d03090cbf890565f998ce8bf5b7c0e4fbb6b.tar.gz upstream-c592d03090cbf890565f998ce8bf5b7c0e4fbb6b.tar.bz2 upstream-c592d03090cbf890565f998ce8bf5b7c0e4fbb6b.zip |
Add some more documentation
SVN-Revision: 8330
Diffstat (limited to 'docs/network.tex')
-rw-r--r-- | docs/network.tex | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/network.tex b/docs/network.tex index 7d811ba7f5..16e5571aed 100644 --- a/docs/network.tex +++ b/docs/network.tex @@ -102,3 +102,13 @@ As value it takes a list of ports with these optional suffixes: The CPU port defaults to tagged, all other ports to untagged. On Broadcom hardware the CPU port is always 5. The other ports may vary with different hardware. + +For instance, if you wish to have 3 vlans, like one 3-port switch, 1 port in a +DMZ, and another one as your WAN interface, use the following configuration : + +\begin{Verbatim} +config switch "eth0" + option vlan0 "1 2 3 5*" + option vlan1 "0 5" + option vlan2 "4 5" +\end{Verbatim} |