Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAC and IP address uniqueness #5

Open
emeitner opened this issue Aug 10, 2011 · 0 comments
Open

MAC and IP address uniqueness #5

emeitner opened this issue Aug 10, 2011 · 0 comments

Comments

@emeitner
Copy link

MAC addresses by definition are unique. There should not be another machine with the same MAC address. But AT allows for duplicate MACs.

It IS possible for two machines to have the same IP address. For example: two servers at two branch offices that are behind NAT firewalls can have the same private IP of 192.168.1.10. AT does not allow for duplicate IPs.

Also on operating systems like Linux an IP address and an interface name can be moved between physical interfaces(identified by MAC address). It may be best to make MAC Address a field by itself. Then maybe tie in interface name, IP, and ports to a MAC address record.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant