[Date Prev] [Date Index] [Date Next] [Thread Prev] [Thread Index] [Thread Next]

Re: connecting macs to criscos

Bryan Stansell bryan@conserver.com
Wed, 12 Mar 2003 08:10:55 -0800 (PST)


On Tue, Mar 11, 2003 at 09:36:25PM -0500, Bernie Mojzes wrote:
> So I got me a Keyspan USB to serial converter, and followed the
> instructions, and I get the following:
> 
> [console:/etc] brni# /usr/local/bin/console routera
> console: console: access from your host refused

from the debug output, it looks like your hostname is 'local.' and your
ip address is '192.168.1.100' but your client is connecting to
'localhost' at '127.0.0.1'.  what you should do is add an 'allowed:
127.0.0.1' to your conserver.cf file to get the client to connect to
the server.  so, now that i've looked at the instructions you followed,
you'll need a conserver.cf file that looks like:

routera:/dev/tty.KeyUSA19191.1:9600p:&:
%%
allowed: 127.0.0.1

then start conserver and you should be able to connect.  looks like the
logfile for 'routera' is already being filled with info, so that should
be good.

Bryan