Gerard Beekmans wrote:
However, when the link is brought up, that has to be done on the eth0 device device, not eth0.623. If you try "ip link set eth0.623 up" while eth0 itself is down, you get the "SIOCSIFFLAGS: Network is down" error.
Correct. You run "ip link set up" on eth0 device first, then on each of the VLAN interfaces that you create. See my other post for a logical way to handle this.
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page