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, 1161🔥, 0💬
Popular Posts:
Why I am getting the "Warning: Unresponsive Script" message box? How to avoid this message box? When...
How to add a hyperlink to connect a keyword to another slide in PowerPoint? I want to have clickable...
Where to find answers to frequently asked questions on Microsoft PowerPoint? I want to know how to c...
How to add a new slide master in PowerPoint? I have 2 slide masters in the current template. They co...
Sometimes I see special symbols are showing up at the end of each paragraph in my Microsoft Word doc...