You don't need frames to view this website. Flash communication server. Flash mx xml socket server.
Home
Main Menu
Home
- - - - - - -
What is Palabre ?
Features
News
FAQ
Forum
DEMO
- - - - - - -
Downloads !
Browse SVN
- - - - - - -
Search
Contact Us
- - - - - - -
Sourceforge Project Page
Python
Links
Palabre on Facebook






Actionscript for Multiplayer games
 
Download Palabre Flash Xml Socket Server DOWNLOAD Download Palabre Flash Xml Socket Server FORUM Download Palabre Flash Xml Socket Server FAQ Download Palabre Flash Xml Socket Server WHAT IS IT
 



Using Palabre ? Coming here for Support ? Please consider making an (even small) donation :)
Palabre Forum  


::post new topic::
No other computer will be able to access it - 2006/10/27 01:08 Hi ,

When i start the server ob fc4 with "palabre start" . There is a line says

No other computer will be able to access it

And the demo applications cannot connect. Any ideas thanks

2006-10-27 03:14:06,187 : INFO No log file has been specified
2006-10-27 03:14:06,188 : INFO Palabre will only print log to console
2006-10-27 03:14:06,281 : INFO Starting Palabre...
2006-10-27 03:14:06,283 : INFO Running on: 127.0.0.1
2006-10-27 03:14:06,283 : INFO Port: 2468
2006-10-27 03:14:06,284 : INFO Palabre is running on local Interface
2006-10-27 03:14:06,285 : INFO No other computer will be able to access it
2006-10-27 03:14:06,285 : INFO Connection to BDD SKIPPED
2006-10-27 03:14:07,283 : INFO ...started with pid: 7831.
  reply | quote
Re:No other computer will be able to access it - 2006/10/27 08:51 Hi

This is the default config for people runnin Palabre for test while developping on the same computer. This is a setting that prevents outside connections on test computers

When you go on production environment you should edit palabre.conf ([/]etc/palabre.conf) and change :

Code:

  ip 127.0.0.1



To "empty" to allow connections from any network interface:
Code:

  ip =



or to a specific ip address :
Code:

  ip xxx.xxx.xxx.xxx



Restart Palabre and you're done !


Have fun
Célio Conort
Lonesome Palabre developper
  reply | quote
Re:No other computer will be able to access it - 2006/11/17 06:52 I get the same message above, but without the:

2006-10-27 03:14:07,283 : INFO ...started with pid: 7831.


Mine stops at:

2006-11-17 07:48:26,784 : INFO Connection to BDD SKIPPED


...


Here is exactly what i get.. then nothing happens..

[root@home palabre-0.5]# python ./QuickStarter.py
2006-11-17 07:48:26,742 : INFO No log file has been specified
2006-11-17 07:48:26,742 : INFO Palabre will only print log to console
2006-11-17 07:48:26,783 : INFO Running on: 127.0.0.1
2006-11-17 07:48:26,784 : INFO Port: 2468
2006-11-17 07:48:26,784 : INFO Palabre is running on local Interface
2006-11-17 07:48:26,784 : INFO No other computer will be able to access it
2006-11-17 07:48:26,784 : INFO Connection to BDD SKIPPED


I changed the .conf to say : ip =

and still it says 127.0.0.1
  reply | quote
Re:No other computer will be able to access it - 2006/11/17 14:23 Hi

Didi you change the global conf file (/etc/palabre.conf) or the local ( ./etc/palabre.conf located inside the palabre folder)

If you ran the install script it copied the palabre.conf to /etc/ but if you run Palabre inside it's folder (not via "palabre start" but via QuickStarter.py) it might choose the local palabre.conf instead of the global one

Try changing the line in both files to be sure
Célio Conort
Lonesome Palabre developper
  reply | quote
::post new topic::
SORRY, website is currently mostly broken due to software changes on the server.
Hope to fix it soon ...

In the meantime you may still download palabre or use the forum