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

multiple master ports

John Hascall john@iastate.edu
Thu, 26 Apr 2007 08:53:33 -0700 (PDT)


In looking through the conserver.cf man page
I see you specify that certain consoles are
mastered on another server with something like:

	console elsewhere {
		master some.other.machine;
		...
	}

but I'm not seeing where you can say what port
that the conserver on 'some.other.machine' is
listening on.  Does this mean that they all
need to be on the same port?

For example, we have an existing conserver using
the default of 782.  Now if I want to install a
new one, but I want to use a > 1024 port so that
conserver does not have to run as root, and have
it forward to the old server for the machines not
moved to the new one yet, I'm not seeing how I
can do this.

Is it possible?

Thanks,
John