The dilemma of IP and MAC binding, the benefits of IP and MAC binding

Updated on technology 2024-04-18
3 answers
  1. Anonymous users2024-02-07

    For example, my IP address is 00-11-2F-3F-96-88 (how can I see my MAC address?) Enter ipconfig all from the command line, and the response is as follows:

    physical address. .00-11-2f-3f-96-88

    dhcp enabled. .no

    ip address. .

    subnet mask .

    default gateway .

    dns servers .

    primary wins server .

    This information is the IP address and MAC address of your current computer!

    Next, enter on the command line: arp -s 00-11-2f-3f-96-88.

    internet address physical address type

    00-11-2f-3f-96-88 static

    That's it. What if you want to delete it? Typing arp -d from the command line will delete.

    Examine. Look at your IP address and the MAC address of your network card. For Windows 98 ME, run "winipcfg", the IP address you see in the dialog box is the IP address, and the "adapter address" is the network card.

    MAC address. On Windows 2000 XP, enter "ipconfig all" in the command prompt to display the list.

    "physical address" is the MAC address, and "IP address" is the IP address; To bind the two, enter "arp -s IP address mac."

    address", e.g. "arp -s 54-44-4b-b7-37-21".

  2. Anonymous users2024-02-06

    <>, you need to bind the IP and MAC to better apply the Internet access strategy.

    3. Achieve effective Internet records and Internet statistics. If it is not bound, the record statistics cannot be effectively located to specific users.

    4. Save IP resources and prevent IP theft.

    5. Reduce ARP attacks.

    Eliminate IP address conflicts, thereby improving network stability.

  3. Anonymous users2024-02-05

    Many friends don't know the benefits of ip-mac binding, so let's introduce them below.

    How it works:

    After binding the IP-MAC, users can no longer forcibly modify their IP address, and only one IP address can be fixed on a device.

    After binding the IP-MAC, the IP cannot be modified at will, so it can avoid IP conflicts that affect the normal Internet access of other users.

    After binding the IP-MAC, each assigned IP address is bound to the MAC address, which can ensure that the user's legitimate IP will not be stolen and abused.

    After binding the IP-MAC, it can ensure the security of the network and the quality of communication to a certain extent.

Related questions
10 answers2024-04-18

Our company is bound to the router and can control the Internet.

16 answers2024-04-18

The binding of MAC address and IP address in DHCP in router is to statically assign an IP address in the IP address pool to a computer with a MAC address, which is generally used on printers and intranet servers that need a fixed IP address. >>>More

13 answers2024-04-18

Run cmd

arp -s [need to bind IP address] [MAC address to bind IP] e.g. arp -s 00-23-cd-85-bc-02 can be used to effectively prevent ARP attacks >>>More

9 answers2024-04-18

Sorry, the MAC address of the Internet IP cannot be viewed, and it is more accurate to say that there is no way to view it. >>>More

21 answers2024-04-18

If there is a problem with the configuration of your gateway device, if you can access the Internet, you must have done NAT conversion, which has nothing to do with the need for access. >>>More