Re: which rc.conf syntax for vlans ? if.N or vlanN ?
- In reply to: Zhenlei Huang : "Re: which rc.conf syntax for vlans ? if.N or vlanN ?"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 26 Jan 2025 08:16:06 UTC
Hi! > > It worked even for dual stack: > > > > cloned_interfaces="vlan2000" > > ifconfig_vlan2000="vlandev mce0 vlan 2000 192.168.10.12/24" > > ifconfig_vlan2000_ipv6="inet6 2001:db8:0001:0010:0000:0000:0000:eeee/64" Aha, this works: cloned_interfaces="vlan2000" ifconfig_vlan2000="vlandev mce0 vlan 2000 192.168.10.12/24" ifconfig_vlan2000_ipv6="2001:db8:0001:0010:0000:0000:0000:eeee/64" > I tested on FreeBSD 14.2, `ifconfig_vlan2000_ipv6=...` also works > as intended. IPv6 address is configured correctly. > Am I missing something ? No, I had one 'inet6' too much 8-} Thanks for your guidance! -- pi@FreeBSD.org +49 171 3101372 Now what ?