The Internet-enabled T3 network at my college makes sure that the mac
address
of the NIC and the IP address of the computer match before allowing a
student
to access the Internet. At the beginning of the school year, each computer
is assigned
an unique IP address. The server "locks" onto the mac address of the NIC
and checks
to make sure the mac address corresponds to the IP address before allowing
the user to access
the Internet. So, if the user gets a new NIC, he will not be able to access
the Internet because
the mac address of the new NIC is different from the one on record. The
reason for this is that
last year people were using other people's IP address to do bad things. I
am trying to do
the same thing on my private network.
So, I am not trying to match the IP address to the mac address.
B.T.
Quote:> how are you planing to do that? the mac address is 48bit while ip
> addresses are 32bit. even if you'd decide to chop off 16bit, you also
> have to consider that all boxes *should* be in the same subnet (meaning:
> all mac#s need to be in a very small range, unlikely to happen)
> jp