Jump to content

Can I use my raspberry pi to give my computer WiFi?

Guest

My new computer doesn't have wifi but it does have LAN, but I don't want to have an ethernet cable across my room. But I have a spare raspberry pi 3 with wifi, is there a way to connect these two to have wireless internet access? 

Link to comment
Share on other sites

Link to post
Share on other sites

Yes there is, you need to set up a DCHP server on your Pi. This will let you share the Pi's WiFi via Ethernet.

 

I found a couple tutorials for this, but haven't been able to really get into it as much as I'd like:

https://www.beyondtechnicallycorrect.com/2013/04/20/using-the-raspberry-pi-as-a-network-bridge-for-the-xbox-360/

This guide is for Xbox 360, but all the technical stuff is done on the Pi. It still works the same way as if your intended sharing device was a PC.

http://www.noveldevices.co.uk/rp-dhcp-server

Quote or tag me( @Crunchy Dragon) if you want me to see your reply

If a post solved your problem/answered your question, please consider marking it as "solved"

Community Standards // Join Floatplane!

Link to comment
Share on other sites

Link to post
Share on other sites

Easiest and most reliable thing to do would be buy a wifi adapter. You can get PCIexpress cards or USB adapters. They're cheap and start at about $10 USD, though I'd recommend one of the ~$20 PCIe cards over the cheaper USB wifi dongles.

 

https://www.newegg.com/Product/ProductList.aspx?Submit=ENE&DEPA=0&Order=BESTMATCH&Description=wifi+adapter&ignorear=0&N=-1&isNodeId=1

 

https://www.amazon.com/s/ref=nb_sb_noss_2?url=search-alias%3Daps&field-keywords=wifi+adapter

CPU: Intel i7 6700k  | Motherboard: Gigabyte Z170x Gaming 5 | RAM: 2x16GB 3000MHz Corsair Vengeance LPX | GPU: Gigabyte Aorus GTX 1080ti | PSU: Corsair RM750x (2018) | Case: BeQuiet SilentBase 800 | Cooler: Arctic Freezer 34 eSports | SSD: Samsung 970 Evo 500GB + Samsung 840 500GB + Crucial MX500 2TB | Monitor: Acer Predator XB271HU + Samsung BX2450

Link to comment
Share on other sites

Link to post
Share on other sites

I have one in the mail right now but it’s going to take several weeks, so I don’t want to wait that long.

Link to comment
Share on other sites

Link to post
Share on other sites

You could try and route the traffic through an ssh tunnel

ssh -D [PROXY_PORT] -f -C -q -N [USER]@[RASPBERRYPI]

and then set up your system / browser to use that as a proxy (localhost:[PROXY_PORT]). It might work and only takes a minute to try. 

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×