Sophie

Sophie

distrib > Mandriva > 2010.0 > x86_64 > by-pkgid > 4aadd45f221424a24a93e5fc1e8faba3 > files > 27

diald-1.0-12mdv2010.0.x86_64.rpm

Ethertap is not available in 2.0 kernels so don't bother looking :-).

If you use tap you need to build a kernel with ethertap support.

If you build ethertap into the kernel it appears you only get
the one, tap0, interface. (This should probably be classes as
a bug if anyone wants to fix it)

If you build ethertap as a module you need to add lines like:

	alias tap0	ethertap
	options tap0	-o tap0 unit=0
	alias tap1	ethertap
	options tap1	-o tap1 unit=1
	...
	etc.

to your /etc/modules.conf.