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, 1015🔥, 0💬
Popular Posts:
Why am I not seeing the "Call Forwarding" option on Skype for Business on Windows? You don't see the...
Where to find answers to frequently asked questions on Microsoft PowerPoint? I want to know how to c...
How to install Mozilla Firefox 2.0 add-on: FireFTP? FireFTP is a Mozilla Firefox 2 add-on that provi...
How to add slide numbers and copyright in the footer area? You can add slide numbers, copyright text...
What is a slide master in PowerPoint? A slide master is a set of slide layouts defined to help you c...