communication/guide/Chapitre5/chapitre5.tex
Matthieu Herrb c8efbfb041 typos
2014-04-01 14:22:30 +02:00

36 lines
827 B
TeX

% !TEX root = ../Architecture_reseau_Mauvaisin.tex
% Chapitre: Vue Globale de l'Architecture Réseau
\chapter{Configuration du routeur WiFi 740N}
\label{chap:routeur740N}
% Section: Configuration
\section{Configuration}
\label{chap5:sec:config}
Sur le 740N adhérent:
\begin{verbatim}
sur routeur client
- port WAN sur l'antenne STA 5 GHz client
- port LAN et wifi = br-lan = reseau local
system / software
important installer le paquet : ip
network / interfaces
wan static address 91.224.148.68
IPv4 netmask 255.255.255.255
Use custom DNS servers 91.224.148.10
system / startup / local startup
# Put your custom commands here that should be executed once
# the system init finished. By default this file does nothing.
ip route add 172.31.68.0/24 dev eth1
ip route add default via 172.31.68.1
exit 0
\end{verbatim}