User Tools

Site Tools


public:tech:cisco:freebox_v5
  # creation des interfaces VLAN
  vconfig add eth0 100
  vconfig add eth2 100
  # creation du pont
  brctl addbr br0
  # pontage des interfaces VLAN
  brctl addif br0 eth0.100
  brctl addif br0 eth2.100
  # activation du pont et des interfaces VLAN
  ifconfig br0 up
  ifconfig eth0.100 up
  ifconfig eth2.100 up
public/tech/cisco/freebox_v5.txt · Last modified: 2025/01/22 16:49 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki