[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- <!--x-content-type: text/plain -->
- <!--x-date: Sat Apr 16 19:10:48 2005 -->
- <!--x-from-r13: wnzrf.fhzaref ng tznvy.pbz (Xnzrf Ehzaref) -->
- <!--x-message-id: [email protected] -->
- <!--x-reference: [email protected] --> "http://www.w3.org/TR/html4/loose.dtd">
- <!--x-subject: [ale] Question about Access Points -->
- <li><em>date</em>: Sat Apr 16 19:10:48 2005</li>
- <li><em>from</em>: james.sumners at gmail.com (James Sumners)</li>
- <li><em>in-reply-to</em>: <<a href="msg00401.html">[email protected]</a>></li>
- <li><em>references</em>: <<a href="msg00401.html">[email protected]</a>></li>
- <li><em>subject</em>: [ale] Question about Access Points</li>
----------
network interfaces config
----------
# Wired LAN
auto eth1
iface eth1 inet static
address 192.168.1.1
broadcast 192.168.1.31
netmask 255.255.255.224
# Wireless LAN
auto eth2
iface eth2 inet static
address 192.168.1.33
broadcast 192.168.1.63
netmask 255.255.255.224
wireless_essid SOME_SSID
wireless_mode master
wireless_channel 11
----------
dhcpd.conf
----------
authoritative;
default-lease-time 600;
max-lease-time 7200;
# Global options
option subnet-mask 255.255.255.224;
option netbios-name-servers 192.168.1.1;
option domain-name-servers 192.168.1.1;
option domain-name "example.com";
# Wired network.
subnet 192.168.1.0 netmask 255.255.255.224 {
option broadcast-address 192.168.1.31;
option routers 192.168.1.1;
range 192.168.1.20 192.168.1.30;
# Static hosts.
host machinename {
hardware ethernet 44:44:44:44:44:44;
fixed-address 192.168.1.5;
}
}
# Wireless network.
subnet 192.168.1.32 netmask 255.255.255.224 {
option broadcast-address 192.168.1.63;
option routers 192.168.1.33;
range 192.168.1.34 192.168.1.44;
}
# Dead network.
subnet 192.168.0.0 netmask 255.255.255.0 {
}
----------------------------------------------------------------------------------
On 4/16/05, Christopher Fowler <cfowler at outpostsentinel.com> wrote:
> All this talk about AP's makes me want to ask a question. I'm in need
> to an Access Point. Not a router. I originally bought Linksys B model
> Access Point + Router assuming that I can make it become an Access Point
> only. However it will not allow me to that and wants to be a router.
> Is there any AP's out there in retail anymore that can be configured to
> not be a rotuer/firewall and simply be an AP for my Ethernet home
> network. I want my Linux DHCP server to serve all my wireless clients
> and I want them to be on the same subnet as my DHCP server.
>
> _______________________________________________
> Ale mailing list
> Ale at ale.org
> <a rel="nofollow" href="http://www.ale.org/mailman/listinfo/ale">http://www.ale.org/mailman/listinfo/ale</a>
>
--
James Sumners
<a rel="nofollow" href="http://james.roomfullofmirrors.com/">http://james.roomfullofmirrors.com/</a>
"All governments suffer a recurring problem: Power attracts
pathological personalities. It is not that power corrupts but that it
is magnetic to the corruptible. Such people have a tendency to become
drunk on violence, a condition to which they are quickly addicted."
Missionaria Protectiva, Text QIV (decto)
CH:D 59
</pre>
<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<hr>
<!--X-Follow-Ups-End-->
<!--X-References-->
<ul><li><strong>References</strong>:
<ul>
<li><strong><a name="00401" href="msg00401.html">[ale] Question about Access Points</a></strong>
<ul><li><em>From:</em> cfowler at outpostsentinel.com (Christopher Fowler)</li></ul></li>
</ul></li></ul>
<!--X-References-End-->
<!--X-BotPNI-->
<ul>
<li>Prev by Date:
<strong><a href="msg00404.html">[ale] Kernel config recovery</a></strong>
</li>
<li>Next by Date:
<strong><a href="msg00406.html">[ale] [Fwd: AWARD WINNING NOTIFICATIONN!!!]</a></strong>
</li>
<li>Previous by thread:
<strong><a href="msg00401.html">[ale] Question about Access Points</a></strong>
</li>
<li>Next by thread:
<strong><a href="msg00406.html">[ale] [Fwd: AWARD WINNING NOTIFICATIONN!!!]</a></strong>
</li>
<li>Index(es):
<ul>
<li><a href="maillist.html#00405"><strong>Date</strong></a></li>
<li><a href="threads.html#00405"><strong>Thread</strong></a></li>
</ul>
</li>
</ul>
<!--X-BotPNI-End-->
<!--X-User-Footer-->
<!--X-User-Footer-End-->
</body>
</html>