Instale o Steam
iniciar sessão
|
idioma
简体中文 (Chinês simplificado)
繁體中文 (Chinês tradicional)
日本語 (Japonês)
한국어 (Coreano)
ไทย (Tailandês)
Български (Búlgaro)
Čeština (Tcheco)
Dansk (Dinamarquês)
Deutsch (Alemão)
English (Inglês)
Español-España (Espanhol — Espanha)
Español-Latinoamérica (Espanhol — América Latina)
Ελληνικά (Grego)
Français (Francês)
Italiano (Italiano)
Bahasa Indonesia (Indonésio)
Magyar (Húngaro)
Nederlands (Holandês)
Norsk (Norueguês)
Polski (Polonês)
Português (Portugal)
Română (Romeno)
Русский (Russo)
Suomi (Finlandês)
Svenska (Sueco)
Türkçe (Turco)
Tiếng Việt (Vietnamita)
Українська (Ucraniano)
Relatar um problema com a tradução
So your Pi-Hole DNS address should be in the 192.168.50.0 /24 segment.
Connect the two routers together and make a static route between them. Skip the switch between the routers.
In order for Raspberry Pi running OpenWrt to do the network bonding, it has to see different network interfaces.
So, when I connect 2 routers and Raspberry to the Switch, would Raspberry see those 2 Routers as separate interfaces and allow me to bond them?
And I doubt that this would work, but could Raspberry send back bonded connection to the Switch via that Ethernet cable and from Switch to other devices? (Because if it can't do that then I could benefit from bonded connection only while connected to Raspberry's wireless hotspot.)
I don't really need gigabit switch because my internet speed according to speedtest.net (when nobody else is connected) is about 10 / 0.5 Mb/s
And cousni's speed is about 12 / 2 Mb/s
So when I bond them the fastest I ever achieved was 22 / 2.5 Mb/s
So, 100 / 10 Mb/s switch is much more than enough for me.
100 megabit = 12.5 megabyte
100mbit is really slow. Pay $5 more and get a gigabit one or you will regret it later. This isn't jsut for your internet speed, it's also for moving data internally in your network. Your HDD can push data ~15x faster then a megabit switch can handle, it will push up to 150-200 megabyte/s.
Even during normal internet usage on your not so fast network the 100mbit switch will be a bottleneck.
My download speed is 10 megabit per second.
That is 1.25 megabytes per second.
So the total bonded connection is 22 / 2.5 Mb/s or 2.75 / 0.31 MB/s
I usually buy stuff from Gearbest because shipping cheap.
Shipping for the Switch I listed on previous page is $1.22,
But on Amazon is about $54.
Then you should connect your Load balanced routers to the two separate addresses. So
Load balancer --> Cousins network & your network they're then forwarded down into -> your DNS blocking Pi-hole that then acts as the DNS for your main computers to connect to. Your computers / network needs to be on the same segment as any other devices you want to be able to eliminate the IP overhead. forwarding outside the network.
Your PC (192.168.50.0 / 24 subnet) needs to be assigned to that subnet. Your PI-hole needs to be assigned an IP in the range 192.168.50.1 - 192.168.50.254 this then acts as the DNS server receiving and responding to DNS Requests from the internet then scrubbing that data and removing / ads and other trash.
So your Pi-hole (192.168.50.2) for sake of sanity and ease.)
FTP server (192.168.50.3)
Your computer 192.168.50.4 - 192.168.50.254 as your next part of the network.
Then your load balancer needs to see both
192.168.50.1 (Main ASUS router)
192.168.0.101 (Cousins router) So you'd then need a Static route on the load balancer to be able to see both the 192.168.50.1 network and the 192.168.0.101
I never did anything with Static routes before.
I'm a total noob with this (I just installed OpenWrt yesterday)
So, I connected my OpenWrt Raspberry to Asus via Ethernet and to Tenda via WiFi.
It looks like this
https://steamcommunity.com/sharedfiles/filedetails/?id=2155757318
So if I buy a switch and connect both routers to switch and connect switch to OpenWrt and do the Static Route thing, I should be able to see both interfaces as LAN?
How would I configure this part then?
https://steamcommunity.com/sharedfiles/filedetails/?id=2155758143
My original plan was to follow this tutorial
https://www.google.com/amp/s/sidslab.wordpress.com/2016/05/19/load-balancing-home-router-with-raspberry-pi/amp/
But because for some reason raspberry pi refuses to recognize my Ethernet to USB adapter, that failed.
Then I thought that I could do it with that Ethernet Splitter from the Original Post, but that failed too.
Now the only option is with Switch and those Static Routes.
please use imgur for images I distrust .cc domains. Especially when those pages have embedded Adware.
https://steamcommunity.com/sharedfiles/filedetails/?id=2155757318
https://steamcommunity.com/sharedfiles/filedetails/?id=2155758143
yeah thats fine. Right now I'm ordering a Raspberry Pi fed up with the in app adverts *flips the bird* at microsoft.
I'll probably order a Switch tomorrow.
Which one is better from those 2 I linked in post #13?
I'll send you a friend request because I'll definitely need more help with configuring this when get the Switch.
And thanks for the help.
Edit: Ordered the gigabit Switch
https://www.gearbest.com/modems/pp_009852032086.html
It should arrive in 3-4 weeks.
We'll see then is it possible to make this work.
???
???
Does this matter that only 10Base-T hubs exist?
ex. https://www.cnet.com/products/advancestack-100bt-hub-12txm-w-mgt/
hub send all data everywhere
switch only sends data to the destination port
its cheaper to make a hub since it doesnt need ram to remember what macs were used on which ports
That is why I said bidirectional communication is not recommended. CSMA/CD will try to mitigate it but it will be constantly doing a "wait random some N number" before retransmit. Hubs are also no a good option due to lacking the ability to perform bidirectional communication.
We refer to hubs as Half-duplex communication
and Switches are Full-duplex.