> it shows me an error saying that it couldn't open the > directory > "/proc/net/vlan/vconfing > and so the package it's not installed" > becouse there is not any directory /proc/net/vlan
Well, I don't know anything about vlan.lrp, but a missing /proc directory usually indicates a missing module. After some grepping in the kernel sources, I found that the 8021q.o module implements VLANs on linux. After inserting that module, I got a /proc/net/vlan module with a "config" file in it. You should probably try to copy the 8021q.o module to your bering floppy and insert it / add it to the /etc/modules file If there is any documentation of vlan.lrp, I'm sure it tells you the same thing. Regards Alex ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
