version 1.2, 2013/03/14 23:19:08
|
version 1.4, 2015/06/19 18:13:41
|
Line 1
|
Line 1
|
|
**Contents** |
|
|
|
[[!toc levels=3]] |
|
|
# Setting up TCP/IP on NetBSD in practice |
# Setting up TCP/IP on NetBSD in practice |
|
|
## A walk through the kernel configuration |
## A walk through the kernel configuration |
Line 911 The first step is to make sure support f
|
Line 915 The first step is to make sure support f
|
running kernel. Support is included in the GENERIC kernel. |
running kernel. Support is included in the GENERIC kernel. |
|
|
When the system is ready the bridge can be created, this can be done using the |
When the system is ready the bridge can be created, this can be done using the |
[brconfig(8)]((http://netbsd.gw.com/cgi-bin/man-cgi?brconfig+8+NetBSD-current)) |
[brconfig(8)](http://netbsd.gw.com/cgi-bin/man-cgi?brconfig+8+NetBSD-current) |
command. First of a bridge interface has to be created. With the following |
command. First of a bridge interface has to be created. With the following |
`ifconfig` command the `bridge0` interface will be created: |
`ifconfig` command the `bridge0` interface will be created: |
|
|