diff options
| author | Maxim Konovalov <maxim@FreeBSD.org> | 2006-05-01 19:28:45 +0000 |
|---|---|---|
| committer | Maxim Konovalov <maxim@FreeBSD.org> | 2006-05-01 19:28:45 +0000 |
| commit | 38458fc3e4e5300cfcd41cf4f5451b5d11890890 (patch) | |
| tree | 77dab589b8b55e449bb813cc572a2687e100421a | |
| parent | 3360476dccabead495c737edc214415d4f11b37d (diff) | |
Notes
| -rw-r--r-- | share/man/man4/wi.4 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/share/man/man4/wi.4 b/share/man/man4/wi.4 index 7d845f999117..52307ebfab99 100644 --- a/share/man/man4/wi.4 +++ b/share/man/man4/wi.4 @@ -325,11 +325,10 @@ 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 +ifconfig bridge0 create +ifconfig bridge0 addm wi0 addm fxp0 up .Ed .Pp This will give you the same functionality as an access point. |
