Nainstalovat Steam
přihlásit se
|
jazyk
简体中文 (Zjednodušená čínština)
繁體中文 (Tradiční čínština)
日本語 (Japonština)
한국어 (Korejština)
ไทย (Thajština)
български (Bulharština)
Dansk (Dánština)
Deutsch (Němčina)
English (Angličtina)
Español-España (Evropská španělština)
Español-Latinoamérica (Latin. španělština)
Ελληνικά (Řečtina)
Français (Francouzština)
Italiano (Italština)
Bahasa Indonesia (Indonéština)
Magyar (Maďarština)
Nederlands (Nizozemština)
Norsk (Norština)
Polski (Polština)
Português (Evropská portugalština)
Português-Brasil (Brazilská portugalština)
Română (Rumunština)
Русский (Ruština)
Suomi (Finština)
Svenska (Švédština)
Türkçe (Turečtina)
Tiếng Việt (Vietnamština)
Українська (Ukrajinština)
Nahlásit problém s překladem
And I've been already doing what's done in that video, but via the old-school way (by cutting the cables and rewiring them)
https://steamcommunity.com/sharedfiles/filedetails/?id=2154974613
So you could connect it to your router and then have 2 computers make use of a single port on the router, albeit at half speed. Or you could connect it to your PC and make your PC have access to both your home network and a "secret" seperate network/device which is not connected to the network itself.
If you want to make a device connected to one of the female ports to be able to talk to the other female port while the device is connected to your PC you will have to configure your PC to work as a switch.
Just buy an unmanaged switch. Then you can just connect all your stuff and it will work.
If your Isp all in one modem+router or your own router lacks enough ports, buy an Ethernet Switch as a means to expand your Routers ports for more wired devices.
Do not buy a Ethernet Hub
A switch is basically a hub, but on an Ethernet switch, all the ports can all be actively used all at the same time, and while all working at full speed your router and Isp allows for. A hub will lose speed the more ports you actively use.
I tried that and it doesn't work.
Now I bought 2 routers and I'm trying to do something else with this Splitter.
This is the current Scheme of my Network (cousin gave me permission to use his wifi)
https://drive.google.com/file/d/1QklQH5HxyhPO0b1TDvG-Nr-1hUg6cyF7/view?usp=drivesdk
I connected both connections to my PC by connecting one via Ethernet port on my PC and another by using USB to Ethernet adapter.
It works flawlessly and it doubles my internet speed.
Now, what I'm trying to do with this Ethernet Splitter is to plug it in into Raspberry Pi running OpenWrt and have both mine and cousin's connections plugged into it (Ethernet cable from the Asus to Raspberry and from Tenda to that same Raspberry)
And then I would share combined connection via Raspberry's WiFi.
a 5 port gigabit switch is around $10-20
i have a few that are usb powered
If I understood correctly, when I connect multiple devices to switch they'll be able to see each other and all packets will go where they should?
Do I connect Asus and Tenda routers and OpenWrt raspberry Pi to switch via Ethernet?
So when I for example open a webpage on My PC it should go like this?
PC
Then OpenWrt Raspberry asks PiHole Raspberry for IP address (OpenWrt
Then OpenWrt Raspberry does the network bonding thing by accessing internet through both Asus and Tenda routers, get responses back, combine them and sends them to Switch
Is this how it would work?
And also, if I understood this would be the best way to connect stuff[i.postimg.cc] if I could physically connect them like this of course?
Yes all the endpoint devices on the network should be able to see each other, as long as you dont have any physical or logical network segments. If you do then the traffic needs to go over a router (or a layer3 switch), but for your topology you should be fine.
Switches are able to maintain a MAC table get a switch not an ethernet splitter. Also known as a CAM or Content Address Table this keeps track of learned MAC addresses on the local network segment. Ethernet splitters are slow very slow.
https://www.gearbest.com/modems/pp_009750839834.html
https://www.gearbest.com/modems/pp_009852032086.html
There are 5 ports.
So I just plug in 2 routers, 2 raspberrys and PC and it will work?
And how will devices see each other?
Can someone answer questions from this picture?
https://i.postimg.cc/1sJMNWyn/IP-adresses-and-stuff.png
Which IP addresses would these devices have?
And how would I access FTP server from my phone and PC?
In order for your two different network segments to communicate you'll need vlans. With intervlan
routing; a switch is a layer-2 only device. What switch do you have? You would need a router between your two different network segments
As
192.168.50.0 /24
and
192.168.0.101 /24 are in completely separate segments that can't communication without a router or layer-3 switch between them.
Switches are very simple devices, all they do is keep track of the MAC addresses of devices. All the switch knows is that MAC AA:BB:CC:EE:FF:12:34:56 is somewhere behind ethernet port 2. So when there is traffic addressed to this device it will send it over that port.
There are some exceptions to this, some switches will look at IP but those devices are rare in a home network and not worth going in-depth on.
Managed switches have an IP address, unmanaged ones do not.
Disable DHCP and DNS on the router you are using as an access point. It should get it's IP from the Asus router or your Pi Hole. Just make it all one single network. I doubt you are running a /16 subnet, with a /24 subnet those devices will not be able to communicate with eachother as-if they are on the same network without work-arounds.