Suppose I use ifconfig or some similar command to setup my network interface, and I assign 0.0.0.0 to the mask parameter. Does it have a special meaning? What implications could this have?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

0.0.0.0 generally means that the network interface isn't bound to any network at all, not even localhost requests will be acknowledged. If anything it's a way of the operating system to present the interface as available but inactive and un-routed.

link|improve this answer
Would ARP Request from the host owning said interface work? – dario_ramos Jul 3 '11 at 21:58
I don't think it would, it doesn't in Windows in any case. – Ruairi Fullam Jul 3 '11 at 22:10
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.