Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
sisr:ws:2022:ap2:equipe9:documentation_technique [2022/11/18 17:13] labarde.jasmin_educ-valadon-limoges.fr [Contrôleur de domaine :] |
sisr:ws:2022:ap2:equipe9:documentation_technique [2023/06/12 13:07] (Version actuelle) labarde.jasmin_educ-valadon-limoges.fr [Fichier Configuration Switch :] |
||
---|---|---|---|
Ligne 12: | Ligne 12: | ||
| DHCP 2 | 192.168.229.131/ | | DHCP 2 | 192.168.229.131/ | ||
| PC-Admin| 192.168.229.133/ | | PC-Admin| 192.168.229.133/ | ||
+ | | Serveur | ||
+ | | Serveur Centreon) | 192.168.229.135/ | ||
+ | | Serveur Linux (NAS) | 192.168.229.136/ | ||
| Plage d' | | Plage d' | ||
+ | | Cluster Web | 192.168.229.151/ | ||
+ | | Serveur Web2 | 192.168.229.152/ | ||
Plan d' | Plan d' | ||
Ligne 18: | Ligne 23: | ||
^Service(s)^Adressage IP^ | ^Service(s)^Adressage IP^ | ||
| Passerelle (DMZ1 SNS) | 192.168.228.73/ | | Passerelle (DMZ1 SNS) | 192.168.228.73/ | ||
- | | Serveur GLPI | 192.168.228.108/ | + | | Serveur |
| DNS | 192.168.228.109/ | | DNS | 192.168.228.109/ | ||
| Contrôleur de domaine | 192.168.228.110/ | | Contrôleur de domaine | 192.168.228.110/ | ||
Ligne 174: | Ligne 179: | ||
pool { | pool { | ||
| | ||
- | range 192.168.229.140 192.168.228.109; | + | range 192.168.229.140 192.168.229.150; |
} | } | ||
#option domain-name-servers 8.8.8.8; | #option domain-name-servers 8.8.8.8; | ||
Ligne 377: | Ligne 382: | ||
OS : Windows Server 2019 | OS : Windows Server 2019 | ||
+ | |||
+ | ====UrBackup==== | ||
+ | |||
+ | Téléchargement et installation via : https:// | ||
+ | |||
+ | Configuration via : http:// | ||
+ | |||
+ | ====== FreeRadius : ====== | ||
+ | |||
+ | === Sur le serveur Radius === | ||
+ | |||
+ | Installation des paquets: | ||
+ | |||
+ | apt install freeradius | ||
+ | |||
+ | Ajout des clients dans / | ||
+ | |||
+ | client Serveur-linux { | ||
+ | ipaddr = @IP-de-votre-serveur-linux 192.168.27.165 | ||
+ | secret = BTS-SIO-Secret # secret partagé entre ce client et le serveur Radius | ||
+ | } | ||
+ | | ||
+ | Ajout des utilisateurs dans / | ||
+ | |||
+ | admin Cleartext-Password := " | ||
+ | |||
+ | === Sur le serveur client Radius === | ||
+ | |||
+ | Installation des paquets: | ||
+ | |||
+ | apt install libpam-radius-auth freeradius-utils | ||
+ | |||
+ | Ajout de l' | ||
+ | |||
+ | 192.168.229.134 BTS-SIO-Secret 5 | ||
+ | |||
+ | Création de l' | ||
+ | |||
+ | adduser admin --disabled-password --quiet --gecos "" | ||
+ | |||
+ | === Test === | ||
+ | |||
+ | Commande de test : | ||
+ | |||
+ | radtest admin azerty123 192.168.229.134 0 BTS-SIO-Secret | ||
+ | |||
+ | La commande retourne : Received Access-Accept | ||
+ | |||
+ | {{: | ||
+ | |||
+ | ===Sur le serveur client Radius=== | ||
+ | |||
+ | Modification du fichier de configuration / | ||
+ | |||
+ | auth sufficient pam_radius_auth.so debug | ||
+ | | ||
+ | Puis mettre en commentaire tous les autres paramètres | ||
+ | |||
+ | Ajout au fichier / | ||
+ | |||
+ | auth sufficient pam_radius_auth.so | ||
+ | |||
+ | Ajout au fichier / | ||
+ | |||
+ | auth sufficient pam_radius_auth.so | ||
====== Fichier Configuration Switch : ====== | ====== Fichier Configuration Switch : ====== | ||
Ligne 508: | Ligne 578: | ||
! | ! | ||
end | end | ||
+ | |||
+ | hostname 2960SI-AP-06 | ||
+ | ip domain-name 0970019y.lan | ||
+ | interface FastEthernet0/ | ||
+ | | ||
+ | | ||
+ | | ||
+ | interface FastEthernet0/ | ||
+ | | ||
+ | | ||
+ | | ||
+ | interface FastEthernet0/ | ||
+ | | ||
+ | | ||
+ | | ||
+ | interface FastEthernet0/ | ||
+ | | ||
+ | | ||
+ | | ||
+ | interface FastEthernet0/ | ||
+ | | ||
+ | | ||
+ | interface GigabitEthernet0/ | ||
+ | | ||
+ | interface Vlan1 | ||
+ | no ip address | ||
+ | no ip route-cache | ||
+ | interface Vlan134 | ||
+ | ip address 10.187.35.33 255.255.255.0 | ||
+ | no ip route-cache | ||
+ | ip default-gateway 10.187.35.254 | ||
+ | end | ||
+ | |||
+ | ====== Identifiants ====== | ||
+ | |||
+ | SNS : admin labarde2003 | ||
+ | |||
+ | |||
+ | admin centreon : Yaya@chalet79 | ||
+ | |||
+ | |||
+ | DC : yaya@chalet79 | ||
+ | |||
+ | |||
+ | ==Comptes AD :== | ||
+ | |||
+ | |||
+ | Administrateur@lan.developpement.gsb.fr yaya@chalet79 | ||
+ | |||
+ | jasmin@lan.developpement.gsb.fr yaya@chalet79 |