Skip to main content

Configurer les interfaces

configurer une interface réseau (routeur 1, interface eth0):

set interfaces ethernet eth<> address <address/masque>
set interfaces ethernet eth<> address <addressIPv6/masque>
set interfaces ethernet eth<> description '<description>'
commit
save

Configurer une interface Vlan

set interfaces ethernet eth<> vif <num_vlan> address '<address/masque>'
set interfaces ethernet eth<> vif <num_vlan> address '<addressIPv6/masque>'
set interfaces ethernet eth<> vif <num_vlan> description '<description>'
commit
save