I have a Network Bridge showing in my Network connections. How can I find out its IP Address in a batch script?

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted

Is this windows?

netsh interface ip show address "Network Bridge"

Replace the text in the quotes with the name of the bridge.

link|improve this answer
Fantastic, thanks for that – FrinkTheBrave Sep 23 '11 at 11:28
feedback

Your Answer

 
or
required, but never shown

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