PROBLEM:
I have Bugzillla 3.6 running on Linux, with a Windows 2008 server for our internal DNS.
I need to set Bugzilla's urlbase" so the SAME configuration will work for INTERNAL clients as well as EXTERNAL clients
EXAMPLE:
External access:
http://bugs.mycompany.com/bugzilla (xx.yy.zzz.nn) <= Everything works OK
- Internal access (Windows DNS)
http://bugs/bugzilla (192.168.1.200) <= Reaches initial page, then barfs trying to access remote address "bugs.mycompany.com" - because the host is actually inside our firewall
- WORKAROUND:
Hack c:\Windows\system32\drivers\etc\hosts on the client PC:
192.168.1.200 bugs.mycompany.com
Two problems with this workaround:
I'd have to edit hosts for every client in the building
It breaks for a laptop that might be external one minute, and an internal client the next
Any better ideas?????
Is there any "one size fits all" urlbase for Bugzilla???? Or does it require an FQDN?
Thank you VERY much in advance...