On Tue, Dec 11, 2001 at 10:53:40AM -0500, Chris Noon wrote: > Hello all, > I'm trying to get the win32 client up and running. I followed Kurt Yoder's > instructions (below), but amcheck is still timing out. I'm almost certain > that it has to do with the tcp/ip ports amanda is using. My server was > compiled with the following: > --with-portrange=50000,50100 --with-udpportrange=850,860 > > I'm running the win32 client with the following command: > start amandad -tcp=50000,50100 -udp=850,860 -no-exit
no you just want the udp port that it listens on. and maybe the tcp port. try: start amandad -udp=10800 -no-exit have a look at the code for the win32 client the server is trying to connect to the amanda port which is from memory 10800. so you need the win32 client to listen on that port. tcp/udp don't take a range they specify the port to bind to. but only for debugging purposes. you also need to define the ROOT_DRV variable, I did it in my autoexec.bat: set ROOT_DRV=c: this is a pw32 environment variable. you may want to rebuild the win32 client and specify the port range to configure. the amanda win32 to client is built using pw32 not cygwin. http://pw32.sf.net I think. its almost the same as cygwin but free with no gui installer. zip files! good luck. > I've tried many permutations of that command, but with no luck. Any one > have some insight on how to correctly specify tcp/udp ports to the win32 > client? > > Many thanks in advance, > > Chris Noon > [EMAIL PROTECTED]
msg08929/pgp00000.pgp
Description: PGP signature
