phpgroupware-users
[Top][All Lists]
Advanced

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

Re: [Phpgroupware-users] dynamic ip/internet dilemma


From: Chris Weiss
Subject: Re: [Phpgroupware-users] dynamic ip/internet dilemma
Date: Sat, 24 Nov 2001 16:36:40 +0000

the easy way is to make your server only answer to identity.homeip.net.

phpGW isn't made to be called by different domain names, and would require some
work to do so.  Even then, because redirects are supposed to require FQDN's, I
don't think it can really be done without breaking that rule.

George D.Plymale (address@hidden) wrote*:
>
>I've got a problem trying to figure out how to set up phpgroupware on my LAN
>and at the same time offering service to some of my other users.  I have a
>LAN that needs to access phpgroupware, we will call localnet.lan which is
>running phpgroupware from www.localnet.lan.  I can access my imap server and
>login, etc. etc. just fine when working from the lan.  But I also have a
>dynamic connection to the Internet that is updated everytime a connection is
>reestablished, so users can enter my WWW server and LAN by name, we'll say,
>identity.homeip.net.  So when a user on the Internet browses to
>identity.homeip.net the http port is redirected to www.localnet.lan and
>voila, they have my site.  However, this presents a problem with
>phpgroupware.  When I try to access my phpgroupware system, it cannot be
>found because my server resolves the domain name with my local DNS server and
>therefore is unable to redirect from index.php->login.php (it appears)
>because it gives me a local name error from the remote client.  First it
>connects fine to identity.homeip.net/phpgroupware/index.php, but  then when
>redirecting it tries to go to www.localnet.lan:80 which is a problem in that
>this name cannot be resolved from the outside world.
>
>I have tried to set up two different phpgroupware directories to resolve
>this: remotephpgroupware & localphpgroupware, however when I alter
>remotephpgroupware to insert my dynamic universal name: identity.homeip.net,
>I cannot access locally, nor does the remote access seem to work correctly,
>in that they want to share the same mysql database, which will cause
>conflicts due to each dir wanting different configs, but yet I need to share
>data to make this function as it is made to.
>
>How can I set up phpgroupware to handle this situation, or is it impossible
>to do so as it is currently designed?
>
>Thanks so much for any help!
>
>_______________________________________________
>Phpgroupware-users mailing list
>address@hidden
>http://mail.gnu.org/mailman/listinfo/phpgroupware-users
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]