Ajout guide Mauvaisin
This commit is contained in:
parent
4eb741b4c3
commit
963768e46d
43 changed files with 351126 additions and 0 deletions
36
guide/Chapitre5/chapitre5.tex
Normal file
36
guide/Chapitre5/chapitre5.tex
Normal file
|
@ -0,0 +1,36 @@
|
|||
% !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 adherent:
|
||||
|
||||
\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}
|
Loading…
Add table
Add a link
Reference in a new issue