rebranding...
[librewrt/.git] / bright-ben / docs / network.tex
index 793a398228d98c76f3c42f642a905a4dc9b4ea47..6d63e605bcec101bd62b0643ca4fb5020d49dfe7 100644 (file)
@@ -14,7 +14,7 @@ config interface     "lan"
     option dns       "192.168.1.254"
 \end{Verbatim}
 
-\texttt{ifname} specifies the Linux interface name.
+\texttt{ifname} specifies the GNU+Linux interface name.
 If you want to use bridging on one or more interfaces, set \texttt{ifname} to a list
 of interfaces and add:
 \begin{Verbatim}
@@ -54,7 +54,7 @@ config interface     "lan"
     option ifname    "eth0"
     option proto     "dhcp"
     option ipaddr    "192.168.1.1" (optional)
-    option hostname  "openwrt" (optional)
+    option hostname  "librewrt"        (optional)
 \end{Verbatim}
 
 PPP based protocols (\texttt{pppoe}, \texttt{pptp}, ...) accept these options:
@@ -83,7 +83,7 @@ config interface     "lan"
     option ifname    "eth0"
     option proto     "pppoe"
     option username  "username"
-    option password  "openwrt"
+    option password  "librewrt"
     option mtu      1492 (optional)
 \end{Verbatim}
 
@@ -153,7 +153,7 @@ like \texttt{lan}, \texttt{wan} or \texttt{dmz} for instance.
 
 \subsubsection{Setting up IPv6 connectivity}
 
-OpenWrt supports IPv6 connectivity using PPP, Tunnel brokers or static
+LibreWRT supports IPv6 connectivity using PPP, Tunnel brokers or static
 assignment.
 
 If you use PPP, IPv6 will be setup using IP6CP and there is nothing to