diff options
author | Rene Ladan <rene@FreeBSD.org> | 2008-11-16 20:53:20 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2008-11-16 20:53:20 +0000 |
commit | 518e647ce5a854e45d27657ea9fc7dcbde88eff4 (patch) | |
tree | 1147048af717edbaffd68c7c8f1d2d29103ac5ed | |
parent | 56b86d110bfe93862b23ae21d1f47b52979c1372 (diff) |
Notes
-rw-r--r-- | en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml | 3 |
1 files changed, 2 insertions, 1 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 cffcc05105..702ee180ef 100644 --- a/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml @@ -1167,6 +1167,7 @@ ath0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 <programlisting>ifconfig_ath0="ssid <replaceable>your_ssid_here</replaceable> inet <replaceable>192.168.1.100</replaceable> netmask <replaceable>255.255.255.0</replaceable>"</programlisting> </sect5> + </sect4> <sect4 id="network-wireless-wpa"> <title>WPA</title> @@ -4811,7 +4812,7 @@ IP Address 10.0.0.1 10.0.0.2</programlisting> <programlisting>127.0.0.1 localhost.my.domain localhost 10.0.0.1 host1.my.domain host1 -10.0.0.2 host2.my.domain</programlisting> +10.0.0.2 host2.my.domain host2</programlisting> <para>To confirm the connection works, go to each host and ping the other. For example, on <hostid>host1</hostid>:</para> |