
tedbernacchi
(usa Linux Mint)
Enviado em 02/04/2015 - 16:03h
Olá a todos boa tarde,
Recentemente brincando com VLAN's no CentOS me deparei com um "probleminha". Ao setar uma VLAN copiando o arquivo da interface física ( cp /etc/sysconfig/network-scripts/ifcfg-eth3 /etc/sysconfig/network-scripts/ifcfg-eth3.30) e setando as conf adequadas dentro do arquivo (ifcfg-eth3.30):
DEVICE=eth3.30
BOOTPROTO=none
ONBOOT=yes
VLAN=yes
A interface da VLAN "sobe" normalmente, porém ao tentar fazer com que ela inicie com um endereço atribuído:
DEVICE=eth3.30
BOOTPROTO=none
ONBOOT=yes
VLAN=yes
IPADDR=192.168.30.1
NETMASK=255.255.255.0
BROADCAST=192.168.30.255
dá um erro de: "failed to determine connection's virtual interface name"
Alguém sabe o que pode estar acontecendo? O que eu estou deixando passar?? Alguma luz, ideia serão bem vindas!
Segue a conf da minha interface física:
DEVICE=eth3
IPADDR=192.168.10.1
NETMASK=255.255.255.0
BROADCAST=192.168.10.255
GATEWAY=192.168.10.1
NETWORK=192.168.10.0
ONBOOT=yes
BOOTPROTO=none
DNS1=8.8.8.8
DNS2=8.8.4.4
HOSTNAME=centos
HWADDR=08:00:27:BE:CB:5D
Obrigado!