Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NetworkAndCo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hugo Lacherez
NetworkAndCo
Commits
11094f00
Commit
11094f00
authored
2 years ago
by
Bilal AL MASSATI
Browse files
Options
Downloads
Patches
Plain Diff
organisation
parent
c8d30086
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/procedure-tftp.md
+57
-0
57 additions, 0 deletions
docs/procedure-tftp.md
with
57 additions
and
0 deletions
docs/procedure-tftp.md
0 → 100644
+
57
−
0
View file @
11094f00
# procedure TFTP
## installation :
apt-get install tftpd-hpa
## fichier de configuration :
nano /etc/default/tftpd-hpa
## Connexion au switch/routeur en SSH au préalable :
Putty
## sauvegarder fichier configuration switch/routeur :
copy run tftp
Address or name of remote host []? "IP PC destination"
Destination filename [switch-confg]? "écrire nom du fichier config"
!!
7235 bytes copied in 0.880 secs (8222 bytes/sec)
//confirmation de la création du fichier config nommé ci-dessus dans le repertoire "tftp"//
## envoyer le fichier de configuration switch/routeur
copy tftp run
Address or name of remote host []? "IP PC source du fichier config"
Source filename []? "nom du fichier config concerné dans le repertoire TFTP"
## Problème rencontré :
### error socket:
sur les PC:
Ne pas oublier l'adressage :
"ip addr add "IP" dev "interface"
"ip link set up dev "interface"
crée la passerelle:
"ip route add default via "IP" dev "interface"
--------------
récupération config switch:
crée un VLAN temporaire
"int vlan 1"
"ip address "IP" "masque"
"no sh"
retourner sur la procédure TFTP ci-dessus
-------------
récupération routeur:
crée une passerelle sur le port du routeur(GIGA 0/0 par exemple)
config t
interface Giga 0/0
ip address "IP passerelle" "masque"
no sh
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment