Eu tenho os seguintes sistemas conectados na mesma rede.
Sistema A
eth0 > 10.25.1.221 netmask=255.255.240.0
Sistema B
eth0 > 10.25.1.142 netmask=255.255.240.0
Agora, eu configurei as interfaces VLAN tanto no "Sistema A" como no "Sistema B" como segue.
Sistema A
vconfig add eth0 22
ifconfig eth0.22 192.168.3.1 netmask 255.255.255.0 up
Sistema B
vconfig add eth0 22
ifconfig eth0.22 192.168.3.2 netmask 255.255.255.0 up
No entanto, não consigo fazer o ping do "Sytem A" < - > "Sistema B". Estou faltando alguma coisa aqui?
Obrigado.
Tags networking linux centos vlan