X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=docs%2Fnetwork.tex;h=df67eed714d2f874bec8c799f64ffc8cfa29d2a2;hb=33a50bcf1eccedb7b53a79bb73f8b421329c440e;hp=7d811ba7f556ab6c461c6e98ae947be9ad41778d;hpb=c4ce6af0a07a0ef041fcfd09125cc0557894722d;p=openwrt-10.03%2F.git diff --git a/docs/network.tex b/docs/network.tex index 7d811ba7f..df67eed71 100644 --- a/docs/network.tex +++ b/docs/network.tex @@ -31,6 +31,8 @@ packages. When using the \texttt{'static'} method like in the example, the options \texttt{ipaddr} and \texttt{netmask} are mandatory, while \texttt{gateway} and \texttt{dns} are optional. +You can specify more than one DNS server, separated with spaces. + DHCP currently only accepts \texttt{ipaddr} (IP address to request from the server) and \texttt{hostname} (client hostname identify as) - both are optional. @@ -102,3 +104,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}