tip

Petite astuce pour les linuxiens qui veulent faire du dot1Q.
Ne surtout pas oublié de supprimer toute adresse IP de l’interface primaire, sinon vous ne comprendrez pas pourquoi
vous n’arrivez pas à former un tagged port avec votre switches ou routeur copain d’en face, d’où :

# ip addr del [blah blah] dev eth0
# ip addr del [blah] dev eth0
[ autant de fois qu'il faut ]
# ip addr del [blah blah] dev eth0 # modprobe 8021q
# ifconfig eth0 0.0.0.0 up # vconfig eth0 add 249
# ip addr add 192.168.1.1/24 dev eth0.249 [ ... It will rock :) ... ]

Vili, c’est tout pour aujourd’hui…

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

This site uses Akismet to reduce spam. Learn how your comment data is processed.