6.2 about the vlan setup

2007-01-24 Thread ann kok
Hi all

I put the device vlan and modify and recompile the
kernel. reboot the computer. uname is showing it is
new kernel 

but I can't see the vlan interface

Do you know why?

Thank you  



 

Need Mail bonding?
Go to the Yahoo! Mail QA for great tips from Yahoo! Answers users.
http://answers.yahoo.com/dir/?link=listsid=396546091
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 6.2 about the vlan setup

2007-01-24 Thread applecom

ann kok [EMAIL PROTECTED] wrote:


I put the device vlan and modify and recompile the
kernel. reboot the computer. uname is showing it is
new kernel

but I can't see the vlan interface

Do you know why?


See vlan(4) and ifconfig(8). Excerpt from vlan(4):
Each vlan interface is created at runtime using interface cloning.  This
is most easily done with the ifconfig(8) create command or using the
cloned_interfaces variable in rc.conf(5).
So loading if_vlan / compiling into kernel isn't sufficient.

Also look at http://people.freebsd.org/~arved/vlan/vlan_en.html (it's  
slightly outdated).

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]