Categories:
Cloud (204)
Entertainment (11)
Facebook (43)
General (50)
Life (31)
Programming (64)
Technology (430)
Testing (4)
Tools (488)
Twitter (5)
Wearable (26)
Web Design (44)
Collections:
Other Resources:
2-Computer Network with Ethernet Switch
How to build a 2-Computer network with an ethernet switch?
✍: FYIcenter.com
If you have an ethernet switch, you can use it to build a 2-computer network
as described below:
1. Read the manual of the ethernet switch to ensure that all RJ45 ports (sockets) are Auto Negotiation RJ45 ports. All ports have identical functions. You can use any of them to build local network.
2. Power on the ethernet switch.
3. Connect a Mac computer to the switch with an ethernet cable. Allow the Mac to use DHCP configuration. The switch will assign a private IP address to the Mac. Check the IP configuration using "ifconfig" command.
$ ifconfig en7: flags=8863... mtu 1500 options=4... ether 00:e1:... inet 169.254.233.59 netmask 0xffff0000 broadcast 169.254.255.255 media: autoselect (100baseTX <full-duplex>) status: active
4. Connect a PC computer to the switch with an ethernet cable. Allow the PC to use DHCP configuration. The switch will assign another private IP address to the PC. Check the IP configuration using "ipconfig" command.
> ipconfig ent0: IPv4 address: 169.254.63.13 Netmask: 255.255.0.0 Gateway:
5. Test the network by "ping" the Mac from the PC.
> ping 169.254.233.59 from 169.254.233.59: ... time<1ms from 169.254.233.59: ... time<1ms ...
6. Test the network by "ping" the PC from the Mac. This may not work, if your Mac is not smart to find the IP route.
$ ping 169.254.63.13 Request timeout for icmp_seq 0
⇒ VPN (Virtual Private Network)
⇐ Add Ethernet Switch to Network
2022-05-15, ∼1467🔥, 0💬
Popular Posts:
What is a PowerPoint Template (.potx) File? What is the difference between .potx and .pptx files? A ...
How to Install and Start Skype Meeting App in Google Chrome? You can follow this tutorial to install...
How to make my presentation beautiful by applying a built-in theme provided by Office PowerPoint 200...
Why am I not seeing the "Call Forwarding" option on Skype for Business on Windows? You don't see the...
How to unzip a Word Document .docx file? According to Microsoft documentation, a .docx file is reall...