Re: IP---Domainname---OtherDomainname

1999-11-03 Thread Marc Mongeon
Art:

I'll refer to the domain you've registered for yourself as mydomain.net,
and the domain that your ISP maintains as ispdomain.net.

1.  Register your primary and secondary nameservers for mydomain.net
with the NIC.  Web forms to do this can be found at
http://www.networksolutions.com/.  I think the NIC requires that at least
two nameservers be specified, so check out http://soa.granitecanyon.com/ 
for free primary and/or secondary DNS service.

2.  Tell your ISP to remove mymachine from ispdomain.net, and to add
the appropriate PTR record to their in-addr.arpa domain, something like:

100.789.456.123.in-addr.arpa.   IN PTR  mymachine.mydomain.net.

if your IP address is 123.456.789.100.

3.  Add the appropriate record to your primary nameserver:

mymachine.mydomain.net. IN A123.456.789.100

4.  Tell the resolver that your domain is mydomain.net with the following
line in /etc/resolv.conf:

search mydomain.net


That should do it.  At this point, your machine is in no way associated
with your old mymachine.ispdomain.net name.  If all you really wanted to
do was have people access your web server at http://mymachine.mydomain.net/, 
then things could be made a little simpler-- basically skip steps 2 and 4,
and change the A record in step three to a CNAME records that points to
mymachine.ispdomain.net.

Marc

--
Marc Mongeon [EMAIL PROTECTED]
Unix Specialist
Ban-Koe Systems
9100 W Bloomington Fwy
Bloomington, MN 55431-2200
(612)888-0123, x417 | FAX: (612)888-3344
--
It's such a fine line between clever and stupid.
   -- David St. Hubbins and Nigel Tufnel of Spinal Tap


 Art Lemasters [EMAIL PROTECTED] 11/02 1:12 PM 
 To further simplify, I am stuck with a _public_ domain (a
static one) delegated for a DSL connection.  We'll call it
static.domain.name.net.  I want to exchange traffic for 
mymachine.domain.net (I own domain.net).  There is only one
IP address, and this is one potato box that is running bind.

Art

On Tue, Nov 02, 1999 at 11:45:57AM -0700, Art Lemasters wrote:
  How can I use one IP address and one domain name to exchange
 all kinds of server traffic for another domain name?
 
 IP-1stDomainname--2ndDomainname
 
 In other words, I have one IP address delegated to a domain
 (e.g., hidden.static.domain.name.net).  I want all traffic (on the
 same box) to come and go from another domain (on the same box,
 e.g., mydomain.net).  ...any ideas?
 
 Art


-- 
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null



IP---Domainname---OtherDomainname

1999-11-02 Thread Art Lemasters
 How can I use one IP address and one domain name to exchange
all kinds of server traffic for another domain name?

IP-1stDomainname--2ndDomainname

In other words, I have one IP address delegated to a domain
(e.g., hidden.static.domain.name.net).  I want all traffic (on the
same box) to come and go from another domain (on the same box,
e.g., mydomain.net).  ...any ideas?

Art




Re: IP---Domainname---OtherDomainname

1999-11-02 Thread Art Lemasters
 To further simplify, I am stuck with a _public_ domain (a
static one) delegated for a DSL connection.  We'll call it
static.domain.name.net.  I want to exchange traffic for 
mymachine.domain.net (I own domain.net).  There is only one
IP address, and this is one potato box that is running bind.

Art

On Tue, Nov 02, 1999 at 11:45:57AM -0700, Art Lemasters wrote:
  How can I use one IP address and one domain name to exchange
 all kinds of server traffic for another domain name?
 
 IP-1stDomainname--2ndDomainname
 
 In other words, I have one IP address delegated to a domain
 (e.g., hidden.static.domain.name.net).  I want all traffic (on the
 same box) to come and go from another domain (on the same box,
 e.g., mydomain.net).  ...any ideas?
 
 Art


Re: IP---Domainname---OtherDomainname

1999-11-02 Thread aphro
if i understand what your asking all you want to do is have your machine
recieve requests for mymachine.domain.net, so if someone types in
http://mymachine.domain.net they hit your machine, or if they email you at
mymachine.domain.net it comes to you .. ?? 

just set a domain up and point the domain(s) to your IP .. there is no way
you can change the reverse info, but you can add additional references to
forward resolve the domain(s) to your ip.

but, i may still not understand what yer askin 

nate

[mailto:[EMAIL PROTECTED] ]--
   Vice President Network Operations   http://www.firetrail.com/
  Firetrail Internet Services Limited  http://www.aphroland.org/
   Everett, WA 425-348-7336http://www.linuxpowered.net/
Powered By:http://comedy.aphroland.org/
Debian 2.1 Linux 2.0.36 SMPhttp://yahoo.aphroland.org/
-[mailto:[EMAIL PROTECTED] ]--
11:56am up 74 days, 23:22, 1 user, load average: 1.81, 1.64, 1.57

On Tue, 2 Nov 1999, Art Lemasters wrote:

  To further simplify, I am stuck with a _public_ domain (a
 static one) delegated for a DSL connection.  We'll call it
 static.domain.name.net.  I want to exchange traffic for 
 mymachine.domain.net (I own domain.net).  There is only one
 IP address, and this is one potato box that is running bind.
 
 Art
 
 On Tue, Nov 02, 1999 at 11:45:57AM -0700, Art Lemasters wrote:
   How can I use one IP address and one domain name to exchange
  all kinds of server traffic for another domain name?
  
  IP-1stDomainname--2ndDomainname
  
  In other words, I have one IP address delegated to a domain
  (e.g., hidden.static.domain.name.net).  I want all traffic (on the
  same box) to come and go from another domain (on the same box,
  e.g., mydomain.net).  ...any ideas?
  
  Art
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null