Date: Tue, 24 Jun 2014 16:24:55 -0300 From: Ricardo Campos Passanezi <riccp@ige.unicamp.br> To: freebsd-current@freebsd.org Subject: Problem with tagged vlan after upgrading Message-ID: <assp.02527dc6be.20140624192455.GA3645@ige.unicamp.br>
index | next in thread | raw e-mail
Hello all. After upgrading my system to 11.0-CURRENT r267824, I cannot use the vlan interfaces as I used before. I have in rc.conf: ifconfig_em0="media 1000baseT mediaopt full-duplex" cloned_interfaces="vlan1 vlan2 vlan100 vlan150" ifconfig_vlan1="inet 10.0.0.20 netmask 255.0.0.0 vlan 1 vlandev em0" ifconfig_vlan2="inet my_actual_ip netmask 255.255.255.192 vlan 2 vlandev em0" ifconfig_vlan100="vlan 100 vlandev em0" ifconfig_vlan150="inet 192.168.2.10 netmask 255.255.255.0 vlan 150 vlandev em0" But this isn't working anymore. When I remove the vlan tag in my switch and set the inet to the em0 card, everithing works fine. I have done a "make delete-old" after the mergemaster and I wonder if I removed something by mistake. Is there anything I can do to debug/fix this? TIA, -- Ricardo.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?assp.02527dc6be.20140624192455.GA3645>
