You need to find your bisocket configure file and change the configuration entry:
<attribute name="serverBindAddress">${jboss.bind.address}</attribute>
replace the ${jboss.bind.address} with your host name.
Or you can pass this parameter through command line when starting your jboss server, like
./run.sh -c <config> -b <hostname>