Turn your RaspberryPi into a WiFi Router!

Поделиться
HTML-код
  • Опубликовано: 24 мар 2021
  • In this video we are going how to turn your RaspberryPi into a WiFi router! This allows you to take an ethernet cable and share it with multiple devices using wifi!
    Note to get better performance you can also get an external wifi router using the same steps here!
    Hire Me! www.spacerex.co/hire-me/
    Get Early Access to Videos! / @spacerexwill
    #WiFi #RaspberryPi #Tutorial
    Stuff Mentioned in video:
    sudo DEBIAN_FRONTEND=noninteractive apt install -y netfilter-persistent iptables-persistent
    www.raspberrypi.org/documenta...
    Turn a pi into a SMB NAS: • RaspberryPi Home NAS f...
    Amazon Links:
    RaspberryPi 4: geni.us/PLknu
    Cooling Case for the Pi (Better performance): geni.us/o9I4lOK
    Micro SD Card: geni.us/UBuiCTR
    External Hard drive: geni.us/GoEPF
    Samsung SSD: geni.us/SAaNeIZ
    *These are Amazon affiliate links, which means that if you purchase a product through one of them, I will receive a small commission (at no additional cost to you). Thank you for supporting my channel!
  • НаукаНаука

Комментарии • 201

  • @cjlowe1650
    @cjlowe1650 2 года назад +11

    I did something like this years ago. Then RASPAP came out and it's so easy to setup but I like this cause it feels like I have more control and I understand how it works.
    Great video!

  • @stuartbell7078
    @stuartbell7078 2 года назад +15

    This is a good, comprehensive guide. I like that you have covered all the snags such as unmasking the hostapd service, which other such videos seem to have forgotten to include.

  • @Prasanna_Naik
    @Prasanna_Naik 2 года назад +7

    Man your RaspberryPi 4K Tutotials series is OP!! Really helpful. Thanks a ton man.

  • @sashamc309
    @sashamc309 2 года назад +2

    Thank you very much! Your great, informative walkthrough helped me set up a working AP and router on my Raspberry Pi. I honestly thank you because this made so much sense and resulted in a working Wi-Fi AP, whereas the other guide on the web resulted in me not being able to ssh into Pi anymore. That's pretty much why it took me a whole evening to set this up, I'm glad I found your guide, I only wish that I found it first. But anyway, I learned a lesson or two while messing with this. Thanks again!

  • @Gryfang451
    @Gryfang451 3 года назад +3

    Thanks! I've been looking for a travel router/hotspot. This way I might even be able to firewall in front of my laptop. Hotel Wi-Fi is so spotty, but most still have ethernet ports in rooms.

  • @AI-PhotographyGeek
    @AI-PhotographyGeek 3 года назад +3

    Thank you for making this video! I tried to do it earlier and run into trouble because of my limited knowledge of Linux. Now I will try to do it again.

  • @jacobm007
    @jacobm007 3 года назад +14

    This is exactly what I've been looking for, but I have a few questions that I'm not sure I can answer myself.
    1. Would it be possible to use this as a sort of repeater? For example using a wifi dongle to add another wifi interface, and connecting that to an existing wifi network using that instead of eth0 for internet connection.
    2. What about a hotspot using mobile data through a usb sim adapter?
    3. Assuming the above is possible could you dynamically switch between Ethernet, Wireless, and mobile based on what was available?
    4. Could you use vlans on the eth0 interface to allow for a wired LAN network and a wired WAN using a vlan aware switch?

  • @JanendraYadav
    @JanendraYadav 2 года назад +1

    It worked. But many a times I have restart the pi in order to connect a new device.
    Still it works. 👍👍👍

  • @MrLarryl79
    @MrLarryl79 2 года назад +2

    Not completely what I looked for but it was a perfect base for it. In my scenario, I've got a 4G LTE stick which provides an ethernet interface for WAN, and eth0 and wlan0 is bridged. Thanks!
    Since I didn't find a complete solution, I considering making an install script or deb package.

  • @andydeidre6248
    @andydeidre6248 Год назад +1

    Just what I was looking for to remote into my RPi from VNC Viewer on my iPhone -- Thank you for this amazing documentation!

  • @bokami3445
    @bokami3445 6 месяцев назад

    Great video, easy to follow and just what I was looking for. Subscribed!

  • @salehmir9205
    @salehmir9205 2 года назад

    Very useful. Thanks man. Keep up the good work!

  • @QuanNguyen-og6pq
    @QuanNguyen-og6pq 3 года назад

    great quality! Keep it up, dude.

  • @jackchaney9829
    @jackchaney9829 Год назад +4

    Hi,
    Great guide for setting up a wifi router, but it seems to have a limitation of needing to be on a wired ETH0 line for access to internet. I was hoping to be able to use this as a wireless hub linking to a home/work/travel wifi using a second USB wifi link on WLAN1. Then create a simple PHP to choose detected wifi routers. Hopefully this is an easy fix, and what I'm thinking will work out. Thanks

  • @Autotrope
    @Autotrope 2 года назад +2

    The DHCP lease time doesn't necessarily mean they'll get a new IP address after that. It's up to the client to say "I already had this lease and I want it renewed" which should go smoothly and let it keep its IP and I believe this works even if it has disconnected in between, the client just has to have that claim of lease and the IP has to obviously still be ok for it to use. I don't know under which circumstances clients throw away this information and that may vary by client but it would typically cause an unexpired lease to be thrown away too.

  • @zerocool1884
    @zerocool1884 3 года назад +1

    Nice to see that sub number going up. Congrats

  • @user-eq1er5lh3d
    @user-eq1er5lh3d Год назад

    Thank you for your tutorial! very informative!!

  • @DiyintheGhetto
    @DiyintheGhetto 3 года назад

    I think having a better external USB 3 wifi with external antenna would be better for something like this. That would give better speeds. But over all awesome Job Rex man you did.

  • @kaiwanbillimoria
    @kaiwanbillimoria 2 года назад

    Excellent, thank you!

  • @chivainmanfoumbi9026
    @chivainmanfoumbi9026 3 года назад

    very very clear explanations... what about if a want tout add another route ? I mean if I connect a USB TO RJ45 adapter (eth1) wich is connected to another network like 172.16.14.0 . what sould be the command line for this new route??? ...thanks

  • @carnby24
    @carnby24 2 года назад

    Really an excellent tutorial!!!!!

  • @brcosmin
    @brcosmin 2 года назад

    Thank you very much for the in depth guide, it was the only one that worked for me.
    I only have one small issue, if I install and run NordVPN, the minute I connect my Pi to a VPN, the internet no longer works for the clients, it does work for the raspberry pi if I connect via HDMI and a keyboard.
    Is there any way to keep this working with a VPN?

  • @booshnelli7841
    @booshnelli7841 3 года назад +1

    awesome!! perfect timing too, i was literally looking for guides on this just yesterday haha. can't wait to try this! 🤘

    • @SpaceRexWill
      @SpaceRexWill  3 года назад

      Hey glad the timing worked out lol

  • @ThongThong
    @ThongThong Год назад

    Thank u for your sharing

  • @donaldhoudek2889
    @donaldhoudek2889 2 года назад

    Hi again,
    Another GREAT video,
    I left a comment on your other video regarding Pi router but I believe this one is much closer to meeting my needs and those of other remote access VPN connections. I have an RV in the Georgia mountains and a Unifi UDM-Pro (VPN - Subnet 70) at home here in central Florida. I am able to connect to the UDM-Pro via VPN on my iPhone and Windows laptop so I know the VPN works fine. The RV has access to only a campground 5GHz Public Wi-Fi AP for internet access up to 100Mbps.
    I am trying to figure out how to set up the Raspberry Pi to access the Campground Wi-Fi and automatically connect to the UDM-Pro VPN (Subnet 70) at home. I have 2 BrosTrend AC650 5.8GHz USB Wi-Fi adapters that the Pi will be using to connect to the Campground Wi-Fi and as an AP for the RV. The reason for this Pi setup is that I have Wi-Fi devices in the RV that can not be setup to connect to a VPN setup without the help of the Pi. I guess I will need to somehow setup a VPN client on the Pi to accomplish this along with some auto logging for the secret pw and regular password.
    Your thoughts,
    Don

  • @andrzeyknapik5732
    @andrzeyknapik5732 3 года назад +2

    Awesome tutorial as always, but how can I turn this into a straight access point, no DHCP or routing, this will be provided by my router for home use. I just want to create another access point in the house.

  • @dangatonegro
    @dangatonegro Год назад

    Nice job! Good, aesthetic IT tutorials are not really easy to find ;)

  • @RacinMason77
    @RacinMason77 3 года назад

    This is very helpful. I'm trying to create a mobile offline network to host a plex server on. I want to use a pi3+, have it act as a router as well as host local files on plex. From there it needs to work offline and send the media to a streaming device like Roku. Can a plex server be installed on top of this?

  • @Autotrope
    @Autotrope 2 года назад +2

    Good video. Sets itself apart from all the "here are the steps" videos that don't explain why you are doing all these steps

  • @KurtSelf
    @KurtSelf 5 месяцев назад

    definitely going to give this a try (but with 2 Wifi's - not sure any value of Ethernet since our phones don't have jacks) but this will be a great tutorial for wlan0 and wlan1. THANKS!

  • @BrennerEraFan
    @BrennerEraFan 2 года назад +2

    This is such an amazing tutorial. Perfect intro by the way :).
    I was wondering what the difference is between hardware modes b and g.

    • @BrennerEraFan
      @BrennerEraFan 2 года назад

      Also, how would I set up both 2.4 and 5GHz bands?

    • @SpaceRexWill
      @SpaceRexWill  2 года назад +1

      so b is 2.4g and g is 5g. I don't know if you could setup both bands... have not tried it

    • @BrennerEraFan
      @BrennerEraFan 2 года назад

      @@SpaceRexWill I thought you said a was 5G

    • @LocalTrashyt
      @LocalTrashyt Год назад

      @@BrennerEraFan a was 5GHz

  • @DavidOster
    @DavidOster 3 года назад +10

    When I wrote this, none of the "I'll put it in the description below" was in the description.

    • @SpaceRexWill
      @SpaceRexWill  3 года назад +3

      whoops lol added

    • @tysonnguyen2273
      @tysonnguyen2273 2 года назад +1

      @@SpaceRexWill when I created the network, it showed a “no wireless interface founded” with an up and down arrow, do you happen to know how to fix it?

  • @kboy5189
    @kboy5189 3 года назад +1

    Great video, to the point, no BS. That's why I give 5 * if ratings are done in stars

  • @rodrigogarciana
    @rodrigogarciana 2 года назад

    Thanks for the video. Just a trickier question. I've successfully installed two things separately: hostapd (for the access point/router) and tailscale (to connect to an exit node that I have running in a different country [where isp has me behind a NAT]), in the raspberry pi if I switch on the tailscale VPN the thing rpi connects to the vpn, but the AP [hostapd] stops working. And if I switch off the tailscale VPN then I'm able to use it as a normal AP [obviously no VPN routing]. Tailscale creates 2 new interfaces [tailscale0 and lo] and sets some forwarding tables. A bit dark for my knowledge. Do you have any recommendation or quick pointer? Thanks again!

  • @hunterrogue8591
    @hunterrogue8591 3 года назад

    Have you done a video on CardDAV Server? If so I haven't seen it. I have multiple platforms and want them to all be synced together.

  • @tmotten
    @tmotten Год назад

    This awesome. Even though I only understood parts of it (I'm a Linux and code weenie). Would I be able to use this setup with a pi connected to a public wifi through a Ubiquity nanostation antenna connected via ethernet to the pi? The pi would need to be able to sign up to the public network through a webpage with login credentials.

  • @DiepNguyen-yy6sr
    @DiepNguyen-yy6sr 2 года назад

    good tutorial

  • @andrei.0016
    @andrei.0016 Год назад

    Easy to follow and a grate tutorial but for some reason I did all the steps but the network doesn’t show up. Any idea how to fix it?

  • @mecrivan
    @mecrivan 3 года назад

    What an awesome video, thank you so much. I have seen some routers launch a web page when we connect to the network, is there a possibility we can do that with a raspi? If it is,where can i get some info about it? Again thank you for all the information.

    • @SpaceRexWill
      @SpaceRexWill  3 года назад +1

      Hmmmm I bet someone has built a similar project in the past. I would look at Ubuntu guest WiFi or something like that

  • @Autotrope
    @Autotrope 2 года назад

    hostapd defaults to not enabling any of the higher speeds unique to wireless N or AC so it'll be stuck at 54Mbit and a 20Mhz channel. There is a wealth of settings you have to add and on the Pi 3+ and later it is possible to get wireless AC at 433Mbit speeds which is an 80MHz wide channel with single stream AC speeds but the setup is eye wateringly complex.

  • @newbbeat
    @newbbeat 8 месяцев назад

    great concept now what if i hook a battery to the pi

  • @bruceb8140
    @bruceb8140 2 года назад

    Can you clarify between eth0 and WLAN0 if the devices on the network will be on ethernet ? Do we swap WLAN with eth at every step? I'd like to connect a tablet via pi wifi to the pi to see devices on the pi Ethernet wired to unmanaged isolated switch

  • @abc20723
    @abc20723 9 месяцев назад

    Hi SpaceRex. For a research project, i have to do the same process but on a Intel NUC with a 5G modem for internet instead of ethernet. Could you give me some guidance how can i do that?

  • @UN7X
    @UN7X 2 года назад +1

    At 17:10 do I change “interface=wlan0” to “interface=eth0” if I was making wifi to Ethernet?

  • @owenmarganski6731
    @owenmarganski6731 3 года назад +1

    I am trying to get Ethernet working with this setup, and don't quite get what else I have to change in the text to make it work. Can I get some help?

  • @jeetvanii
    @jeetvanii 2 года назад

    will it create it without etehrnet like just in case to use
    a access point

  • @russdibennetto8591
    @russdibennetto8591 Год назад

    Have a problem and a question. I have multiple Raspberry Pi's from Model b to Pi4. I also have an old Series 2 Tivo that connect to my Primary router using WEP though an old Linksys USB wireless B adapter. I want to convert my Primary router to WPA and somehow till connect the Tivo though it using WEP. Using one of my Raspberry Pi's would be a good solution and hence my question.
    How do I configure the Wireless AP on the Raspberry Pi to support WEP? And which Raspberry Pi's will support this. I know my Pi-4 won't support WEP to connect to an AP and is hard wired. Can't this be done and any information will be greatly appreciated.
    Thanks and Loved you video.

  • @gurt.yuri3378
    @gurt.yuri3378 2 года назад

    How would I connect my rapsberry pi 3 b+ to wifi and use it to for an ethernet cable to connect another pc in a location where I cant hard wire the second pc to the router directly.

  • @ericilkwatson5557
    @ericilkwatson5557 3 года назад

    What if I added another eth card and created a bridge for eth1 and wlan0. How can I add it to this router if I want it to use this bridge instead of the wlan0 to connect to eth0? Is there an easy way to do this?

  • @os-channel
    @os-channel 10 месяцев назад +1

    Hi SpaceRex,
    what a great project! It works properly.
    I would like to setup a MQTT project with one ESP32 as a subscriber and another ESP32 as publisher. The broker should be a local RasPi standalone as Broker-Server creating its own WLAN without connection to the Internet via Router or Access Point.
    Can you give me hints how to do this?
    The handling of the ESP32 should be easy. But with the RasPi I have got my problems to combine the installed Mosquitto and the WLAN-Server capabilities.
    Do you have this setup described in one of your courses? (Please without NodeRed.)
    Thanks!
    Oli

  • @johnnyjoubert9583
    @johnnyjoubert9583 2 года назад

    How do i setup the pi so i can access a wifi network from the ethernet port? I want to connect a server to have wifi access through the pi.

  • @lubricatedgoat
    @lubricatedgoat 3 года назад

    Are there any preconfigured images for a more plug and play setup with the Pi4?
    Great vid. Will give it a try.

  • @TheLordGuy-55
    @TheLordGuy-55 Год назад

    Could you use this to host Lan games using the raspberry pi and connecting other laptops with Ethernet ?

  • @pavlegaming4263
    @pavlegaming4263 2 года назад

    do i have to connect ethernet to raspberyry pi so it can be a router, or i can go wireless?

  • @thechezanimations9053
    @thechezanimations9053 3 года назад

    When my phone tries to connect it says something about a MAC address and in the totorial you said to look it up but I can’t find anything, can you help me out?

  • @owen247
    @owen247 3 года назад

    Awesome! - I notice you say it has a net filter to "block things outside you network", Does this mean you can not connect out to the internet via the raspberryPi router?
    I'd like to try this but with a VPN running to change geo locations on it.

    • @SpaceRexWill
      @SpaceRexWill  3 года назад +1

      This block is like the block on your router. It blocks incoming connections that it did not first ask for (so if you go to google.com your pi will let google talk back to you as you started the connection)

  • @danielrawat9114
    @danielrawat9114 2 года назад +1

    Hi mate, I have followed you every line of code, but after configuring all and rebooting the raspberry pi, the sid is not visible in the wifi search, could you please help to investigate it.

  • @mwasylewski96
    @mwasylewski96 Год назад

    Can I connect rasberrypi to some local wifi instead of connecting to Ethernet and do everything the same in this tutorial and will be ok?

  • @rocketguy
    @rocketguy 2 года назад +2

    i got stuck at 5:53!
    what do i type??!!? i did that and i brings me a blank page
    also there is only one file directory which is Bookshelf

    • @real_mddiamond
      @real_mddiamond 3 месяца назад

      sudo apt install dhcpcd
      sudo systemctl enable dhcpcd
      sudo systemctl start dhcpcd
      This worked for me.

  • @tjrjcj
    @tjrjcj 2 года назад

    Can you have both 2.4 and 5 instead of just 1 of them?

  • @sbeve3669
    @sbeve3669 2 года назад

    Hey dude when I tried to connect to it is said that I connected but it said that the internet was unavailable I didn't plug in an ethernet cable that could be the issue by the way what do I do with the ethernet cable

  • @livebythebay
    @livebythebay 10 месяцев назад

    How would I use the onboard wifi card as a access point, but have my internet coming from 2 wifi dongles on the raspberry pi?

  • @marcusfarrell242
    @marcusfarrell242 2 года назад +2

    Hey man I got a question I believe I did everything right and it shows that I can connect to it but when I try to it says there’s no connection could you possibly help me figure this out thanks man and good video

    • @sararara3277
      @sararara3277 2 года назад +1

      and did you fixed it have the same issue

  • @vitanuevo
    @vitanuevo 2 года назад

    It works fine for me using hw_mode=a but not with hw_mode=b or g, what could it be? i want to router a 2.4ghz AP not 5ghz

  • @thomasnemschick5175
    @thomasnemschick5175 2 года назад

    which os do i install fopr the raspberry pi

  • @Jack-00
    @Jack-00 2 года назад

    Does anyone know how to set up Pi Hole or something similar to work with this?

  • @josh1666
    @josh1666 2 года назад

    I'm struggling to get this to work even after following the guide. I am able to connect to the wifi, but it doesn't actually allow me to access anything (websites, etc). Any suggestions on what might be causing the issue?

  • @TimothyPersad
    @TimothyPersad 2 года назад

    Do you remember that scene from Find Nemo when Squirt is telling Dory and Marlin the exit instructions?
    "It's like he's trying to speak to me. I know it.“

  • @Jmotorev
    @Jmotorev 2 года назад

    Do you know how to setup the Raspberry PI 4 as a Dual home... Meaning I can connect to WiFi for all internet activity and then my Eth0 for all private network traffic that is on a different subnet... like for example my home network over WiFi is 192.168.1.0/24 and the Eth0 is 192.168.50.0/24. I want to be able to log into the Raspberry (not headless) to use it to connect to WiFi and my private network at the same time.

  • @opijkkk4918
    @opijkkk4918 14 дней назад

    can you explain how to get adblocker with pi as wifi router

  • @cesarantonio1884
    @cesarantonio1884 Год назад

    will this work if i have the waveshare 7600X 4G hat on the raspberry ?

  • @xmash1527
    @xmash1527 2 года назад

    Hello, I have a question, I already have the AP of the raspberry, however when I try to connect from any device, it stays "getting the IP address" and after that does not connect. Do you know what solution may have this problem or what is due?
    PD: Sorry for my English

  • @Oamaruastro
    @Oamaruastro 28 дней назад

    I found this just now since I’m trying to set up my Raspberry Pi to work as an AllSky camera out in the field where I have no internet connection, but want to be able to go out there and connect wirelessly to the RSP with my laptop to see what images have been captured. So there’ll be no router, just me with my laptop or phone trying to connect. Is there a way to do that?

  • @simbarasheandrea4686
    @simbarasheandrea4686 Месяц назад

    Can i use the wifi router to access lets say I have installed a webserver like Apache2 on Raspberry Pi

  • @christiancabrera9495
    @christiancabrera9495 Год назад

    Allegedly 802.11ac is supported, I wonder what would be the settings for the hostage.conf file?

  • @josephtsangko3558
    @josephtsangko3558 Год назад

    Sorry, what is the os installed on Rpi?

  • @fredericogoncalves3704
    @fredericogoncalves3704 3 года назад +1

    Hi, did you already try to setup this WiFi Router as WireGuard VPN client and use it as a travel router ?

    • @MiguelMarinho
      @MiguelMarinho 2 года назад

      this #spacerex @spacerex it would be really nice to show how to adjust this to wireguard VPN client (here's your video ruclips.net/video/hnZNriLs_h4/видео.html&ab_channel=SpaceRex)

  • @suryadharshan7048
    @suryadharshan7048 3 года назад

    great tutorial sir, worked like a charm for my raspberry pi 4.
    But now, I have another issue, how to revert back to normal raspberry pi WIFI usage? because I am using pi's WIFI to get internet from home router for my raspberry Pi for normal internet browsing (ethernet cable is not an option here) and I need to use my pi as a router without internet for my other raspberry pi for my D.I.Y Project.
    Need to go back and forth in using pi as WIFI and wireless routed access point. is there a way for that?

    • @SpaceRexWill
      @SpaceRexWill  3 года назад +3

      The easiest thing if you are going to do this often would be to have two different SD cards, then manually switch them out

    • @suryadharshan7048
      @suryadharshan7048 3 года назад

      @@SpaceRexWill Thank you for the excellent idea sir 😊.

    • @ji1046
      @ji1046 2 года назад +1

      @@SpaceRexWill how to actually revert this though?

  • @Max-iv6dz
    @Max-iv6dz 2 года назад

    Would this work for gaming?

  • @flintdwiggins
    @flintdwiggins 3 года назад

    Awesome video. I have a suggestion for your next video. Same as this one but instead of "just" a router.... make it a VPN router. In other words, share the wifi but the internet (eth0) is connected to a VPN. That would be cool!

    • @SpaceRexWill
      @SpaceRexWill  3 года назад +1

      I should have mentioned this in the video but if you hook up the PI to a VPN then this will automatically happen

    • @UmarIqbal
      @UmarIqbal 2 года назад

      ​@@SpaceRexWill Any suggestions to do the same with a proxy instead of a VPN? I hooked PI to a proxy but the traffic is not routed through the proxy.

  • @troybenson2119
    @troybenson2119 7 месяцев назад

    I can see my raspberrypi as a possible wireless network but it says checking network requirements and then says cant connect to this network? Anything i can do to determine why?

  • @WolfRaven71
    @WolfRaven71 2 года назад

    So i am thinking i could use this with my LTE 4G hat (wwan0) and share that to the wlan0 so it becomes an all in one LTE modem / wireless router. Has anyone ever done that?

  • @notgeorge5697
    @notgeorge5697 2 года назад

    I actually find this video pretty helpful, but I have a problem. I can connect to the access point, but I don't have internet. Do you know why?

  • @cjlowe1650
    @cjlowe1650 2 года назад

    Do you have this written out some where?

  • @johnmock8231
    @johnmock8231 2 года назад

    I'd completely disregarded the fact that you require two interfaces in order to make this work, I tried create an AP using wlan0 and also connecting to the main router using wlan0. :D

  • @russchristensen3808
    @russchristensen3808 2 года назад

    These instructions seem to work to connect from Windows but when I connect from an Android Tablet it says "connected without internet". It has something to do with the DNS settings. I mean I have no idea this is a guess. Is there something else that needs to be done to setup the DNS?

  • @Davidlavieri
    @Davidlavieri 4 месяца назад

    Does it have to be raspberry os? Could it be simple Ubuntu

  • @Wojtek_1777
    @Wojtek_1777 6 месяцев назад

    Can this work with parrot security edition?

  • @villocity5794
    @villocity5794 2 года назад

    so when i connect to the internet or wifi i made it says connected without internet :/ and when i go into tiktok as a test (im using samsung (mobile)) it loads vids but i cannot like and it will not load my pfp like it has no internet when it should do you know what i should do

  • @DEDEPLDEDE
    @DEDEPLDEDE 2 года назад

    Can You attack it using WiFi attacking tools?

  • @Samuel-yh5lh
    @Samuel-yh5lh Год назад

    when i ping the pi, it says "destination net unreachable". What is the problem here? i did everything like said in the video

  • @dlohnes
    @dlohnes Год назад

    Hello, I don't get it, I followed your directions to a "t" and now the Raspberry Pi 4B works as a wireless router...BUT...only when the ethernet cable is plugged in. I would like to be able to do both, but most of the time I just want to use it as a wireless router, without the ethernet cable. Is there a solution?

  • @tysonnguyen2273
    @tysonnguyen2273 2 года назад

    I followed the entire video and I got a "no wireless interfaces found" error, is there a way to fix that?

  • @sirpenguin5898
    @sirpenguin5898 2 года назад

    Can you make this private and can you connect the pi you’re running it from to it?

  • @dannyhiczful
    @dannyhiczful Год назад

    I tried this on my Pi 4 model B and it says "not found" and "does not exist" so is this outdated??? Please advise!

  • @Jonas_Jones
    @Jonas_Jones 2 года назад

    After following the tutorial, when trying to connect to it, it couldn't, giving back that it couldn't get the IP adress. how do I fix this?

  • @lolgamerslol5248
    @lolgamerslol5248 3 года назад

    Did you use Raspberry pi os Lite or Raspberry Pi OS with Desktop

    • @SpaceRexWill
      @SpaceRexWill  3 года назад

      90% of the time I run lite as I normally only interface using CLI and its faster to write to the SD card

  • @zainalishammat2866
    @zainalishammat2866 Год назад

    i tried to do the iptables but it doesn't work because the command -t is not included

  • @adrianthomasson1491
    @adrianthomasson1491 2 года назад

    what about from a 4G module to wifi?

  • @l3tsfabi
    @l3tsfabi 3 года назад +1

    My WiFi say that i have no internet conection
    What did i wrong?