Hi
I want to configure a Vlan interface - and run DHCPv6 on top of that - what I've done so far -
vconfig add em1 10
edited /etc/dhcp6c.config to add this interface
played around with the ifcfg-em1.10 file to add ipv6 and dhcpv6
[root@localhost ~]# cat /proc/net/vlan/config
VLAN Dev name | VLAN ID
Name-Type: VLAN_NAME_TYPE_RAW_PLUS_VID_NO_PAD
em1.10 | 10 | em1
em1.100 | 100 | em1
But I dont see these interfaces and dhcpv6 is not running on them. It is running on em1 however.
Thanks
Anup