From 0e432214287826c1e697faa531fbedfe10fc1254 Mon Sep 17 00:00:00 2001 From: bwaegeneire Date: Tue, 16 Aug 2022 14:03:25 +0200 Subject: [PATCH] fix ip --- HowtoIPMI.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HowtoIPMI.md b/HowtoIPMI.md index 8b4fb600..172735e9 100644 --- a/HowtoIPMI.md +++ b/HowtoIPMI.md @@ -39,8 +39,8 @@ iDRAC Settings -> IPMI Settings -> Connectivity -> Network -> IPMI Settings -> E Il faut aussi s'assurer que le port UDP 623 est ouvert en sortie, si ce n'est pas le cas voici un exemple d'ouverture avec `iptables` : ``` -/sbin/iptables -I OUTPUT -p udp --dport 623 --sport 1024:65535 -s 10.42.226.0/24 -j ACCEPT -/sbin/iptables -I INPUT -p udp --sport 623 --dport 1024:65535 -s 10.42.226.0/24 -j ACCEPT +/sbin/iptables -I OUTPUT -p udp --dport 623 --sport 1024:65535 -s 192.0.2.0/24 -j ACCEPT +/sbin/iptables -I INPUT -p udp --sport 623 --dport 1024:65535 -s 192.0.2.0/24 -j ACCEPT ``` Avant de tenter d'accéder au port série, on peut tester la connexion à l'IPMI du serveur (ici 192.0.2.1) via le port 631 avec les identifiants utilisé pour accéder à l'interface web :