[OpenAFS] ka-forwarder

Derrick J Brashear shadow@dementia.org
Tue, 15 Oct 2002 10:58:50 -0400 (EDT)


On Tue, 15 Oct 2002, J Michael Mosley wrote:

> 
> Our site is attempting to get ka-forwarder up and running to replace kaserver on 
> our AFS db servers.  This is one of our last tasks in migrating our site to K5.
> 
> We initially ran it as follows:
> 
> 	./ka-forwarder kdc1  kdc2
> 
> We were then able to sucessfully klog from our Solaris and Linux clients. Our 
> Windows XP clients failed however.  We discovered that the XP clients were 
> trying to talk to  ka-forwarder on port 750 rather than 7004.  We determined 
> from the source that it is possible to run mutiple ka-forwarders on different 
> ports so we cranked up a second instance as follows:
> 
> 	./ka-forwarder -p 750  kdc1/7004  kdc2/7004

well, ka-forwarder forward kaserver traffic, and port 750 is krb4 kdc
traffic, so this isn't what you want. i'm not sure that you can do what
you want.