Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tob229/netplan
automatique network interface configuration for ubuntu
https://github.com/tob229/netplan
configuration liunx network ubuntu
Last synced: 5 days ago
JSON representation
automatique network interface configuration for ubuntu
- Host: GitHub
- URL: https://github.com/tob229/netplan
- Owner: Tob229
- Created: 2024-05-31T10:19:49.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-10T15:06:37.000Z (4 months ago)
- Last Synced: 2024-07-10T18:06:07.605Z (4 months ago)
- Topics: configuration, liunx, network, ubuntu
- Language: Shell
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Auto Network Config
Ce script permet de configurer automatiquement vos interfaces réseau sur Ubuntu.
## Prérequis
- Ubuntu (ou toute autre distribution compatible avec `netplan`).
## Installation et Utilisation
Clonez le dépôt Git :
```bash
git clone https://github.com/Tob229/netplan.git
```
## Accédez au répertoire cloné puis Rendez le script exécutable :```bash
cd netplan && chmod +x auto-network-config.sh
```## Vider le contenu de votre fichier yaml (optionnel ) :
```bash
sudo echo " " > /etc/netplan/*.yaml
```## Exécutez le script avec les privilèges administratifs :
```bash
sudo ./auto-network-config.sh
```
## Suivez les instructions pour configurer vos interfaces réseau.