Date: Sat, 16 Jun 2007 16:50:13 -0700 From: Rudy Rucker <crapsh@monkeybrains.net> To: freebsd-net@freebsd.org Subject: Re: Quickly creating VLANs? Message-ID: <46747735.5010603@monkeybrains.net> In-Reply-To: <4673B170.9020005@thedarkside.nl> References: <f4ve68$jic$1@sea.gmane.org> <4673B170.9020005@thedarkside.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
Works for me, but if you put in the 'inet' if breaks. # ifconfig vlan600 create vlan 600 vlandev fxp1 inet 10.20.0.1/24 ifconfig: inet: bad value man ifconfig: Since an interface can receive transmissions in differing protocols with different naming schemes, specifying the address family is recommended. either needs to be revised to: except when creating a vlan, 'cause that causes sh*t to break or, the ifconfig command needs to accept 'inet' when creating a vlan. Is inet inherited from the 'vlandev' and therefore redundant? Rudy Pieter de Boer wrote: > Ivan Voras wrote: > >> ifconfig vlan600 destroy >> ifconfig vlan600 create >> ifconfig vlan600 vlan 600 vlandev fxp1 >> ifconfig vlan600 inet 10.20.0.1 netmask 255.255.255.0 > Try ifconfig vlan600 create vlan 600 vlandev fxp1 10.20.0.1/24 >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46747735.5010603>