File: README.ethertap

package info (click to toggle)
diald 0.99.4-7.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,100 kB
  • ctags: 935
  • sloc: ansic: 7,109; tcl: 977; sh: 880; perl: 306; makefile: 109
file content (18 lines) | stat: -rw-r--r-- 497 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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.