Validate IP/MAC/Domain in JS

Ip-Addresses:
http://ivanobinetti.blogspot.co.at/2011/01/validatematch-ip-address-into-web-form.html
http://stackoverflow.com/questions/4460586/javascript-regular-expression-to-check-for-ip-addresses
http://answers.oreilly.com/topic/318-how-to-match-ipv4-addresses-with-regular-expressions/

Mac-Addresses:
http://stackoverflow.com/questions/4260467/what-is-a-regular-expression-for-a-mac-address
http://news.e-scribe.com/275

FQDN:
http://stackoverflow.com/questions/11809631/fully-qualified-domain-name-validation
http://pgadekar.blogspot.co.at/2010/12/client-side-validation-using-regular.html

Comments