From f3478d833f90c874080141f159802dd7b2bd88e7 Mon Sep 17 00:00:00 2001 From: Tom Rhodes Date: Tue, 1 Mar 2005 09:24:01 +0000 Subject: [PATCH] Note the difference between 5.3 and earlier versions. PR: 75610 Submitted by: David Adam (original version) --- .../handbook/advanced-networking/chapter.sgml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml b/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml index e2b96804e5..9b629dff2c 100644 --- a/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml @@ -806,15 +806,15 @@ wi0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 tell the FreeBSD kernel which interfaces to bridge together. We do that by using &man.sysctl.8;: - &prompt.root; sysctl net.link.ether.bridge=1 -&prompt.root; sysctl net.link.ether.bridge_cfg="wi0,xl0" -&prompt.root; sysctl net.inet.ip.forwarding=1 - - On &os; 5.2-RELEASE and later, you have to use - instead the following options: - &prompt.root; sysctl net.link.ether.bridge.enable=1 &prompt.root; sysctl net.link.ether.bridge.config="wi0,xl0" +&prompt.root; sysctl net.inet.ip.forwarding=1 + + On &os; versions earlier than 5.2, you + need to use the following options instead: + + &prompt.root; sysctl net.link.ether.bridge=1 +&prompt.root; sysctl net.link.ether.bridge_cfg="wi0,xl0" &prompt.root; sysctl net.inet.ip.forwarding=1 Now it is time for the wireless card setup.