Dear Peter,
Thanks for your answer again...
Finally I understand why I cannot bind with configuration...thanks to your clue :)
I make mistake with my configuration...in windows I should edit standalone.conf.bat not standalone.conf which is belong to linux.
And the configuration would be like this for windows
set "JAVA_OPTS=%JAVA_OPTS% -Djboss.bind.address.management=172.16.122.194"
set "JAVA_OPTS=%JAVA_OPTS% -Djboss.bind.address=172.16.122.194"
Finally my JBoss can run on both Windows and Linux B-)