Thursday, May 9, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 6216  / 2 Years ago, thu, september 15, 2022, 7:28:08

I just moved to a bigger apartment and my router signal peaks right before the edge of it, which is were I just installed my home server, an old laptop with ubuntu server I use to store media and as a printer server.



So the idea is to make the server act as a range extender as well, problem is I can't find any documentation on how to do it.



Can it be done?


More From » wireless

 Answers
2

I use this script described in this post to create a hotspot in my Ubuntu server:



http://www.webupd8.org/2013/06/how-to-set-up-wireless-hotspot-access.html



Basically, it helps you create a hotspot. You'll need to have two interfaces in the computer you want to use, one connected to the internet, and the serving the hotspot.



sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get update
sudo apt-get install ap-hotspot


When it's installed, run:



sudo ap-hotspot configure


It will ask you a few questions (internet interface, wireless interface to create the access point, password) and then the hotspot can be run and stopped with:



sudo ap-hotspot start
sudo ap-hotspot stop


Note than this script automates the process of creating the hotspot, which can be done manually installing and configuring dns-masq and hostapd, but the result is the same.


[#27821] Saturday, September 17, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ouschee

Total Points: 485
Total Questions: 88
Total Answers: 106

Location: Central African Republic
Member since Mon, Aug 10, 2020
4 Years ago
ouschee questions
;