On Fri, Apr 27, 2012 at 12:18:59AM -0300, Usuário do Sistema wrote: > Hello, I have never stablished trunk between an Linux machine and an > Switch. currently a customer gives me to accomplish. > > so....I wish an suggest about how to vlan configuration on linux > machine. there are some docs at the Internet but I prefer get from > here. > unless I misunderstood, it really is as simple as the following: | ip link set eth0 up | ip link add link eth0 eth0.10 type vlan id 10 | ip addr add $ip/$mask dev eth0.10 | ip link set eth0.10 up > > some sites or docs are welcome. > > thanks. > -- > To unsubscribe from this list: send the line "unsubscribe netfilter" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html