From 6dbdf013628321f9996efe4a90eaa03b8a8875a4 Mon Sep 17 00:00:00 2001 From: neodarz Date: Tue, 20 Jun 2017 19:03:17 +0200 Subject: Fork of wiki.neodarz.net --- source/notes/2017-01-17-network.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 source/notes/2017-01-17-network.md (limited to 'source/notes/2017-01-17-network.md') diff --git a/source/notes/2017-01-17-network.md b/source/notes/2017-01-17-network.md new file mode 100644 index 00000000..ba7fe88d --- /dev/null +++ b/source/notes/2017-01-17-network.md @@ -0,0 +1,28 @@ +--- +title: "network" +date: 2017-01-17T09:14:00 +date_display: Jan 17, 2017 +--- + +# Créer une interface WIFI + +## Récupérer le nom de l'interface + +```sh +# rfkill list +``` + +## Créer une interface + +```sh +//phy interface add type [mesh_id ] [4addr on|off] [flags *] [addr ] +# iw phy phy0 interface add wlp3s0 type managed addr 12:34:56:78:ab:cd +``` + +# NAT + +Voir la note sur le [nat](/notes/2017-03-23-nat.html) + +# Bridge + +Voir l'exemple de [Creation and configuration of the bridge interface with archlinux](/notes/2017-03-23-rc_khaganat_project.html) -- cgit v1.2.1