You are not logged in.
Pages: 1
Hello,
Is there any way to create virtual interfaces in SliTaz?
I tried:
"vconfig add eth1 1 "
but I got this error:
"vconfig: can't open '/proc/net/vlan/config' : No such file or directory"
I also tried:
"ip link add link eth0 name eth0.1 type vlan id 1"
and got this error:
"ip: RTNETLINK answers: Operatio not suppoerted"
Google says this problem might be solved by command "modprobe 8021q" but I got an error that this module was not found in modules.dep.
Please can you help me with enabling VLNA capabilities for Slitaz 4.0 (stable image)?
Thank you
Offline
According to http://pkgs.slitaz.org/search.sh?file=8021q.ko&version=s :
# tazpkg get-install linux-netfilter
# modprobe 8021q
Offline
Thank you so much! linux-netfilter fixed my problem.
Offline
Pages: 1
[ Generated in 0.021 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]