Dépôt initial.
This commit is contained in:
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
@@ -0,0 +1 @@
|
||||
https://documentation.stormshield.eu/SNS/v4/fr/Content/topic_PDF_download.htm
|
||||
@@ -0,0 +1,69 @@
|
||||
# Se connecter au prompte de commande
|
||||
## Depuis une session SSH ou série
|
||||
nsrpc admin:admin@127.0.0.1:1300
|
||||
|
||||
# Passer la session en Français
|
||||
SYSTEM SESSION language=fr
|
||||
|
||||
# Obtenir les droits d'écriture
|
||||
MODIFY on force
|
||||
MODIFY monitor on force
|
||||
|
||||
# Changer la longueur minimale du mot de passe
|
||||
CONFIG PASSWDPOLICY SET minLength=5 minSetOfChars=None
|
||||
|
||||
# Changer le mot de passe d'accès
|
||||
CONFIG CONSOLE SETPASSPHRASE <mot_de_passe>
|
||||
|
||||
# Passer la politique de filtrage à "tout passant"
|
||||
CONFIG SLOT ACTIVATE type=filter slot=10
|
||||
|
||||
# Autoriser l'administration par tout le monde
|
||||
CONFIG WEBADMIN ACCESS ADD Any
|
||||
# L'enlever
|
||||
CONFIG WEBADMIN ACCESS REMOVE Any
|
||||
|
||||
# Activer l'accès par SSH avec mot de passe
|
||||
CONFIG CONSOLE SSH state=1 userpass=1 port=ssh
|
||||
CONFIG CONSOLE ACTIVATE
|
||||
|
||||
# Le re-désactiver
|
||||
CONFIG CONSOLE SSH state=0 userpass=0 port=ssh
|
||||
CONFIG CONSOLE ACTIVATE
|
||||
|
||||
# Afficher ce paramètre
|
||||
CONFIG OBJECT GET type=service name=ssh
|
||||
|
||||
# Connaitre le nom des interfaces réseau
|
||||
CONFIG NETWORK INTERFACE SHOW
|
||||
|
||||
# Renommer une interface réseau
|
||||
CONFIG NETWORK INTERFACE RENAME ifname=ethernet0 name=Port_1
|
||||
|
||||
# La sortir du pont
|
||||
CONFIG NETWORK INTERFACE UPDATE state=0 bridge= ifname=ethernet0
|
||||
CONFIG NETWORK INTERFACE ACTIVATE
|
||||
|
||||
# La remettre dans le pont
|
||||
CONFIG NETWORK INTERFACE UPDATE state=1 bridge=bridge0 ifname=ethernet0
|
||||
CONFIG NETWORK INTERFACE ACTIVATE
|
||||
|
||||
# Afficher la route par défaut
|
||||
CONFIG NETWORK DEFAULTROUTE SHOW
|
||||
|
||||
# Afficher la configuration du routage dynamique
|
||||
CONFIG BIRD SHOW
|
||||
|
||||
# Afficher la configuration SNMP
|
||||
CONFIG SNMP SHOW
|
||||
|
||||
# Afficher la configuration du MODEM
|
||||
CONFIG MODEM SHOW
|
||||
|
||||
# Création d'un pont nommé "toto" contenant les interfaces 3 et 4
|
||||
CONFIG NETWORK INTERFACE CREATE mtu=1500 name=toto interfaces=ethernet3,ethernet2 ifname=bridge1 address=10.100.100.254 mask=255.255.255.0 addressComment=
|
||||
CONFIG NETWORK INTERFACE ACTIVATE
|
||||
|
||||
# Changer les paramètres d'une interface
|
||||
CONFIG NETWORK INTERFACE ADDRESS UPDATE ifname=bridge0 address=10.0.0.254 mask=255.255.255.0 addrnb=0 addressComment=
|
||||
CONFIG NETWORK INTERFACE ACTIVATE
|
||||
Reference in New Issue
Block a user