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 ~~~ - -