This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Block Hackers MAC Address?

Hi All,

Is there anyway to get Astaro to block a MAC address. I've got someone bashing at my door that keeps changing their IP address every 5 minutes. Looking at the log file the MAC address isn't changing.

Thanks.

Astaro 4.021 


This thread was automatically locked due to age.
Parents
  • Hi, MAC addresses have a local presence and do not traverse a WAN.  The previous poster is correct in that it is your next hop device. You can go to the commad line, su -, and then type arp -a to see that all the MAC addresses are mapped to devices on your network and your next hop device. Hope that clears things up!  
Reply
  • Hi, MAC addresses have a local presence and do not traverse a WAN.  The previous poster is correct in that it is your next hop device. You can go to the commad line, su -, and then type arp -a to see that all the MAC addresses are mapped to devices on your network and your next hop device. Hope that clears things up!  
Children
  • Thanks for the explanation. 
  • Elaboration: MAC addresses, as the man said, exist only on the LAN; they are not encapsulated in the IP packet. IP addresses definitionally are encapsulated in the IP packet, and hence will be sent across the 'net.
    Internet Routers generally do not transfer MAC addresses; they transfer IP packets.

    (If you look at a low level network dump, you will see that MAC addresses sit outside IP packets...)