Link to home
Start Free TrialLog in
Avatar of miket71
miket71Flag for United States of America

asked on

IPless Post Office detection for Groupwise login

Hello,

Whenever we have a Groupwise user sign on to a PC that they have logged into for the first time, they have to call us for the IP address to their post office so they can get into their mailbox.  I know there is a way to configure groupwise to auto-fill the IP address into the Online Address field so that we can stop receiving such phonecalls on the helpdesk.  I figured that adding the ngwnameserver to the DNS list would be a start to solving this, but I figured there would be a few more steps.  Any help would be greatly appreciated.

Thanks,
Mike
ASKER CERTIFIED SOLUTION
Avatar of PsiCop
PsiCop
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of BigBadFletch
BigBadFletch

you can get this done on install be setting the DefaultIPAddress and DefauliIPPort in the " setup.cfg " file found in your SDD (software distribution directory) in the Client folder. if you put the values in this file and save it. Then when you install the client to a workstation the following registry keys will be created.

you can also just cut and past the following lines to a text file and then add your own server information and save as a *.reg file and push that out to your workstations.

the end result being that you will not have to enter an ip and port anymore, it will try this one first.

this is also helpful if you have roaming users that you allow to access your system from outside the firewall with a GW proxy po. you just put the information for the outside address and it try's that one first and if the request comes from inside then it will automatically redirect you to the inside address.


Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Novell\GroupWise\Client\5.0\DefaultIPAddress]@="server name or ip address goes here"

[HKEY_LOCAL_MACHINE\SOFTWARE\Novell\GroupWise\Client\5.0\DefaultIPPort]@="port number goes here usually 1667"

good luck,
Fletch
Avatar of miket71

ASKER

Thanks very much.  Also, we are working on removing Novell servers from the NDS as we switch over to Win 2003.  I have removed Novell servers from the NDS before, but I was wondering what the procedure was to removing a post office from the NDS that resides on the same Novell server.  I am guessing that the PO would have to be removed from the NDS before the server is removed.
I disagree with BigBadFletch in that I don't think you should be using an IP at all. Use a Domain Name. If, for any reason, you ever have to re-IP your network, using DNS will save you a lot of time.
the value is just called DefaultIPAddress I also recommend the you use a Domain Name. thats what I meant by " server name or ip address goes here" I was just pointing out that you could use either one. other than that the information is accurate.

as for moving from Netware to windows. Check on Novells website for a migration tool. I know that have one that help you migrate from netware to linux. they might have one that goes from netware to windows.

Sorry if I seemed to imply that BigBagFletch's info was wrong. Never meant to say that. I'm just trying to say that use of a host name and DNS is preferable to an IP.
Avatar of miket71

ASKER

Oops, I meant to split points between both of you.  BigBadFletch, please write back again so I can award you with something.
does that work?
No, the Question needs to re-opened by a Moderator before the points can be split.

ShineOn, where are you?