Open GoogleCodeExporter opened 8 years ago
I think that you should bind like this instead of 'externalip.no-ip.org':
use '0.0.0.0' to bind to all interfaces
use the physical external ip to bind to that ip
Original comment by sfia.and...@gmail.com
on 2 Jun 2010 at 8:26
make sure you are root -> sudo su
and bind (like sfia said) to either 0.0.0.0 or at least a valid interface IP on
the machine.
Original comment by k1dbl...@gmail.com
on 12 May 2011 at 4:52
Well apparently socket_bind uses 0 for all connections:
http://www.php.net/manual/en/function.socket-bind.php#105774
Original comment by Rybad...@gmail.com
on 14 Nov 2011 at 7:02
Original issue reported on code.google.com by
james.tr...@gmail.com
on 26 May 2010 at 6:50