summaryrefslogtreecommitdiffstats
path: root/share/man/man4/wi.4
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2005-09-28 15:22:17 +0000
committermaxim <maxim@FreeBSD.org>2005-09-28 15:22:17 +0000
commit2e1aceea336eca52ab7cd6387b0c3447a5d0e48c (patch)
tree890dbc5ba6a8d8f6c453dfcf47f5cf040f563180 /share/man/man4/wi.4
parent5c195d91b5e8d4ec053712dc4c5ee968128fe09e (diff)
downloadFreeBSD-src-2e1aceea336eca52ab7cd6387b0c3447a5d0e48c.zip
FreeBSD-src-2e1aceea336eca52ab7cd6387b0c3447a5d0e48c.tar.gz
o Follow the trend and update a host-based wireless bridge example.
Diffstat (limited to 'share/man/man4/wi.4')
-rw-r--r--share/man/man4/wi.46
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/wi.4 b/share/man/man4/wi.4
index f1c195d..dc65d3d 100644
--- a/share/man/man4/wi.4
+++ b/share/man/man4/wi.4
@@ -327,11 +327,11 @@ ifconfig wi0 inet 192.168.0.10 netmask 0xffffff00 ssid my_ap \e
.Pp
Create a host-based wireless bridge to fxp0 (Prism only):
.Bd -literal -offset indent
-Add BRIDGE to the kernel config.
ifconfig wi0 inet up ssid my_ap media DS/11Mbps mediaopt hostap
-sysctl net.link.ether.bridge.enable=1
-sysctl net.link.ether.bridge.config="wi0 fxp0"
sysctl net.inet.ip.check_interface=0
+kldload if_bridge.ko
+ifconfig bridge0 create
+ifconfig bridge0 addm wi0 addm fxp0
.Ed
.Pp
This will give you the same functionality as an access point.
OpenPOWER on IntegriCloud