22
0
Fork 0

changement des commandes en se basant sur la man

This commit is contained in:
Daniel Jakots 2017-01-06 10:28:40 -05:00
parent 8931a0988f
commit 3f990bf72d
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ Création de 2 VLANs, 1 et 7, rattachés à l'interface bnx0
~~~
# ifconfig vlan1 create
# ifconfig vlan7 create
# ifconfig vlan1 vlan 1 vlandev bnx0
# ifconfig vlan7 vlan 7 vlandev bnx0
# ifconfig vlan1 parent bnx0 vnetid 1
# ifconfig vlan7 parent bnx0 vnetid 7
~~~
On configure ensuite l'interface de la même manière qu'une interface classique :