[MonetDB-users] network setup
How do you configure MonetDB to listen to connections from anywhere besides the localhost? I can make a local connection but as soon as I try to connect from another computer I get an error. I have even tested with netcat (nc) to make sure there wasn't a firewall blocking the connection. Colin Foss
On Tue, Feb 14, 2006 at 03:11:32PM -0800, Colin Foss wrote:
How do you configure MonetDB to listen to connections from anywhere besides the localhost?
I can make a local connection but as soon as I try to connect from another computer I get an error.
I have even tested with netcat (nc) to make sure there wasn't a firewall blocking the connection.
Colin Foss
Colin Depending on you frontend used you started the Mserver with mapi_start, sql_server_start or pfstart. All these functions have an extra argument 'open'. It this is true the server accepts connections from the internet. Example startup Mserver --dbinit='module(sql_server); sql_server_start(true);' Niels
------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
-- Niels Nes, Centre for Mathematics and Computer Science (CWI) Kruislaan 413, 1098 SJ Amsterdam, The Netherlands room C0.02, phone ++31 20 592-4098, fax ++31 20 592-4312 url: http://www.cwi.nl/~niels e-mail: Niels.Nes@cwi.nl
participants (2)
-
Colin Foss
-
Niels Nes