Re: Odd problem with DNS and IP change.

2009-03-04 Thread Tim Judd
On Sat, Feb 28, 2009 at 4:30 PM, Derek Ragona < de...@computinginnovations.com> wrote: > At 09:40 AM 2/28/2009, Andrei Brezan wrote: > >> Hello list, >> >>I have a strange problem and I don't know what to relate it to. My >> ISP >> changed my IP from (eg) 10.1.1.1 to 15.1.1.1. I have chang

Re: Odd problem with DNS and IP change.

2009-03-01 Thread Derek Ragona
At 09:40 AM 2/28/2009, Andrei Brezan wrote: Hello list, I have a strange problem and I don't know what to relate it to. My ISP changed my IP from (eg) 10.1.1.1 to 15.1.1.1. I have changed my zone files to reflect that change. "dig -t mx domain.com" results in mail.domain.com 3600 IN A

Re: Odd problem with DNS and IP change.

2009-03-01 Thread Mel
On Saturday 28 February 2009 07:43:13 Andrei Brezan wrote: > Andrei Brezan wrote: > > "ping mail.domain.com" it tries to get to 10.1.1.1 the old ip and gets > > time to live exceeded fro an ip along the route. When i try to ping > > domain.com it gets all ok as it pings the new ip. > Disregard my

Re: Odd problem with DNS and IP change.

2009-02-28 Thread Andrei Brezan
Andrei Brezan wrote: > Hello list, > > I have a strange problem and I don't know what to relate it to. My ISP > changed my IP from (eg) 10.1.1.1 to 15.1.1.1. I have changed my zone > files to reflect that change. > > "dig -t mx domain.com" results in mail.domain.com 3600 IN A 15.1.1.1 > (th

Odd problem with DNS and IP change.

2009-02-28 Thread Andrei Brezan
Hello list, I have a strange problem and I don't know what to relate it to. My ISP changed my IP from (eg) 10.1.1.1 to 15.1.1.1. I have changed my zone files to reflect that change. "dig -t mx domain.com" results in mail.domain.com 3600 IN A 15.1.1.1 (the new ip). However when i try: "pi

Re: DNS and IP

2007-11-06 Thread Wojciech Puchar
please read apache manual and set up httpd.conf right. it's not only possible, but very often used, i have >30 sites on one IP On Sun, 4 Nov 2007, Brian Finniff wrote: My question is, if you are running a website for 2 different people on the Internet and they both wanted to acquire a domai

Re: DNS and IP

2007-11-05 Thread Jerry McAllister
On Sun, Nov 04, 2007 at 06:00:27PM -0500, Brian Finniff wrote: > > My question is, if you are running a website for 2 different people on the > Internet and they both wanted to acquire a domain but you only have one IP > address, would it be possible to forward each domain to the same IP addres

Re: DNS and IP

2007-11-04 Thread cpghost
On Mon, 5 Nov 2007 13:50:17 +1100 Norberto Meijome <[EMAIL PROTECTED]> wrote: > On Sun, 4 Nov 2007 18:00:27 -0500 > Brian Finniff <[EMAIL PROTECTED]> wrote: > > > My question is, if you are running a website for 2 different people > > on the Internet and they both wanted to acquire a domain but y

Re: DNS and IP

2007-11-04 Thread Norberto Meijome
On Sun, 4 Nov 2007 18:00:27 -0500 Brian Finniff <[EMAIL PROTECTED]> wrote: > My question is, if you are running a website for 2 different people on the > Internet and they both wanted to acquire a domain but you only have one IP > address, would it be possible to forward each domain to the same

Re: DNS and IP

2007-11-04 Thread Jay Chandler
Brian Finniff wrote: My question is, if you are running a website for 2 different people on the Internet and they both wanted to acquire a domain but you only have one IP address, would it be possible to forward each domain to the same IP address and somehow each one becomes distinct? If so, h

Re: DNS and IP

2007-11-04 Thread Olivier Nicole
Hi, > Of course, just setup a virtual host in your httpd.conf file point > the dns to the same ip. Apache will take care of the rest. To be a litthe bit more precise, in your Apache configuraton you need something like: NameVirtualHost 10.0.0.1 ServerName www.first-server.com ... ServerN

Re: DNS and IP

2007-11-04 Thread Bill Banks
Of course, just setup a virtual host in your httpd.conf file point the dns to the same ip. Apache will take care of the rest. Brian Finniff wrote: My question is, if you are running a website for 2 different people on the Internet and they both wanted to acquire a domain but you only have on

DNS and IP

2007-11-04 Thread Brian Finniff
My question is, if you are running a website for 2 different people on the Internet and they both wanted to acquire a domain but you only have one IP address, would it be possible to forward each domain to the same IP address and somehow each one becomes distinct? If so, how is this possible? C