This week's book giveaway is in the Design and Architecture forum.
We're giving away four copies of Communication Patterns: A Guide for Developers and Architects and have Jacqui Read on-line!
See this thread for details.
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Wireless Access point question

 
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a DSL connection and a DSL router that I got from my ISP that is connected to a Linux box. Now i Want to convert this into a wireless network. How do I do it? Should I add an Access Point between the router and the PC?
THe thing is that there is a DHCP server running on the DSL router that I have right now, if I were to add a wireless access point which my PC will connect to where will the DHCP server run?
 
Ranch Hand
Posts: 919
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Check out the linux Wireless Resources Page.
Especially pay attention to the link to Jouni Malinen's pages, who has developed a driver that should make it easier for you to turn your linux box into a Wireless router, with the aid of a cheapo card using the Prism chipset. Also look at the link to Jason Boxman's pages, which are a guide to setting up your linux box as a Host access point with the aforementioned driver and prism card.
In theory there's no reason why you shouldn't use your linux box as a wireless access point and router, but - if you do - it would also be a good idea to become familiar with iptables (for example) to control who does and who does not have access to your linux box. iptables is particularly nice to use because it allows you to restrict access based on MAC address.
HTH.
 
arch rival
Posts: 2813
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
www.locustworld.net
Dload latest ISO, pop in ActionTec USB Wifi Card, reboot and robert is a close male relative.
Marcus
 
Can you smell this for me? I think this tiny ad smells like blueberry pie!
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic