From 77e7f54b1eb986cdeb4f05ff3c6edc68aea5e8cd Mon Sep 17 00:00:00 2001 From: Daniel Jakots Date: Fri, 6 Jan 2017 10:29:10 -0500 Subject: [PATCH] syntaxe plus habituelle --- HowtoOpenBSD/VLAN.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/HowtoOpenBSD/VLAN.md b/HowtoOpenBSD/VLAN.md index 42c055d2..3306984a 100644 --- a/HowtoOpenBSD/VLAN.md +++ b/HowtoOpenBSD/VLAN.md @@ -30,9 +30,9 @@ On configure ensuite l'interface de la même manière qu'une interface classique # cat /etc/hostname.bnx0 up # cat /etc/hostname.vlan1 -inet 10.10.10.1 255.255.255.0 10.10.10.255 vlandev xl0 description "VLAN1-Net1" +vlandev bnx0 description "VLAN1-Net1" +inet 10.10.10.1 255.255.255.0 10.10.10.255 # cat /etc/hostname.vlan7 -inet 10.20.30.1 255.255.255.0 10.20.30.255 vlandev xl0 description "VLAN7-Net2" +vlandev bnx0 description "VLAN1-Net2" +inet 10.20.30.1 255.255.255.0 10.20.30.255 ~~~ - -