Cahier 2016 groupe n°9 : Différence entre versions
De Wiki d'activités IMA
(→Séance 1) |
(→WIFI) |
||
Ligne 58 : | Ligne 58 : | ||
ap(config)# exit | ap(config)# exit | ||
ap# | ap# | ||
+ | |||
+ | |||
+ | == Séance 5 == | ||
+ | |||
+ | root@Spiderman:/etc/bind# nslookup l-epee-d-ophile.net | ||
+ | Server: 193.48.57.34 | ||
+ | Address: 193.48.57.34#53 | ||
+ | |||
+ | Non-authoritative answer: | ||
+ | Name: l-epee-d-ophile.net | ||
+ | Address: 217.70.184.38 |
Version du 14 novembre 2016 à 17:08
cours utilisé : http://vantroys.polytech-lille.net/TIIR/cisco.pdf
WIFI
Présentation
Le but du projet consiste à créer un accès wifi sur un commutateur OVH 6006 afin de permettre aux utilisateurs de se connecter à distance.
Architecture de la promo IMA5 2016/2017 :
[schema.png]
Matériel
Cisco Aironet 1600
Planning
Séance 1
Prise de connaissance du sujet et lecture concernant la configuration de la wifi
Séance 2
Connexion sur la borne wifi cisco 1600 par USB:
#su #minicom -os
paramètres : /dev/ttyUSB0, 9600 Bauds, no flow control, no parity, 1 bit stop, 8 data bits
Commande sur la borne Wifi :
ap>show ip interface BVI1 is down, line protocol is down Internet address is 193.48.65.201/26 Broadcast address is 255.255.255.255 Address determined by configuration file MTU is 1500 bytes ...
ap> show interfaces
On remarque qu'il y a 4 interfaces sur la borne wifi :
- BVI1
- Dot11Radio0
- Dot11Radio1
- GigabitEthernet0
En attente de notre configuration sur le commutateur, voici la liste des commandes que nous utiliserons afin de configurer la borne Wifi:
ap> enable ap# configure terminal ap(config)# interface "nom_interface" ap(config-if)# ip address "ip" "masque" ap(config-if)# description ap(config-if)# no shutdown ap(config-if)# exit ap(config)# exit ap#
Séance 5
root@Spiderman:/etc/bind# nslookup l-epee-d-ophile.net Server: 193.48.57.34 Address: 193.48.57.34#53 Non-authoritative answer: Name: l-epee-d-ophile.net Address: 217.70.184.38