diff options
| -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. |
