Re: IP Change

2003-10-14 Thread Tim Kellers
For the gateway, from the command line as root:

# route add default (ip address of gateway)

you can also configure the networking (as root)from /stand/sysinstall

#/stand/sysinstall
 select Configure
select Networking

Follow the prompts from there.

Tim Kellers
CPE/NJIT

On Tue, 14 Oct 2003, Edward Aronyk wrote:

 Good day all,

 I'm somewhat new to FreeBSD, so today when we had to deploy a new server
 to the colo running FreeBSD, I ran into problems.

 Basically the server has been in the office running for the last few
 weeks with a DHCP provided IP - but now that it's getting a static IP
 I'm not totally sure what to do. I have all of our in information:

 Server IP: x.y.z.48
 Subnet: 255.255.255.224
 Gateway: x.y.z.33
 DNS: a.b.c.24
  a.b.c.160

 But I'm not sure exactly what needs to change to make this all work
 properly? Specifically, I can't find where to put the gateway
 information. I know that on OpenBSD it was placed in /etc/mygate but the
 same doesn't seem to be true in FreeBSD? Also, what should my
 resolv.conf file look like?

 Thanks for the help,
 Ed Aronyk

 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: IP Change

2003-10-14 Thread Dan Nelson
In the last episode (Oct 14), Edward Aronyk said:
 I'm somewhat new to FreeBSD, so today when we had to deploy a new
 server to the colo running FreeBSD, I ran into problems.
 
 Basically the server has been in the office running for the last few
 weeks with a DHCP provided IP - but now that it's getting a static IP
 I'm not totally sure what to do. I have all of our in information:
 
 Server IP: x.y.z.48
 Subnet: 255.255.255.224
 Gateway: x.y.z.33
 DNS: a.b.c.24
  a.b.c.160
 
 But I'm not sure exactly what needs to change to make this all work
 properly? Specifically, I can't find where to put the gateway
 information. I know that on OpenBSD it was placed in /etc/mygate but
 the same doesn't seem to be true in FreeBSD? Also, what should my
 resolv.conf file look like?

Gateway goes in /etc/rc.conf: defaultrouter=x.y.z.33  In fact, pretty
much everything goes in rc.conf unless it's got a well-known config
file of its own.

resolv.conf would look like:

domain  mydomain.com
nameserver  a.b.c.24
nameserver  a.b.c.160

-- 
Dan Nelson
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: IP-change

2003-02-20 Thread Giorgos Keramidas
On 2003-02-20 04:30, Mark [EMAIL PROTECTED] wrote:
 Giorgos Keramidas [EMAIL PROTECTED] wrote:
  This is more likely to be a setup problem on your end,

 Well, the rest of the world has no problem with it. :) All mail
 servers around the globe I receive mail from, picked up on the DNS
 change within several days; '/var/log/maillog' on the old server is
 now only filled with mail from the FreeBSD list.

The new name seems to work fine, as far as DNS is concerned.  The
following output is from hub.freebsd.org, the mail server of the
FreeBSD.org domain.

: hub host asarian-host.net.
: asarian-host.net has address 194.109.160.70
: asarian-host.net mail is handled (pri=10) by
: anonymizer.asarian-host.net
: asarian-host.net mail is handled (pri=20) by mail.asarian-host.net
: hub host anonymizer.asarian-host.net
: anonymizer.asarian-host.net has address 194.109.160.70
: hub host mail.asarian-host.net
: mail.asarian-host.net has address 194.109.160.70
: hub host 194.109.160.70
: 70.160.109.194.IN-ADDR.ARPA domain name pointer mail.asarian-host.net
: hub

 The old IP was 216.122.74.112. My old DNS host still has a PTR for
 the old IP address, though. Maybe that could be it? I just asked
 them to remove it, just in case.

This one doesn't resolve from hub.freebsd.org.

Even if it hadn't before, the mail server of FreeBSD.org has picked up
the DNS changes.  Do you still have problems with mail?

- Giorgos


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: IP-change

2003-02-20 Thread Mark
- Original Message -
From: Giorgos Keramidas [EMAIL PROTECTED]
To: Mark [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Thursday, February 20, 2003 2:12 PM
Subject: Re: IP-change


 On 2003-02-20 04:30, Mark [EMAIL PROTECTED] wrote:
  Giorgos Keramidas [EMAIL PROTECTED] wrote:

   This is more likely to be a setup problem on your end,
 
  Well, the rest of the world has no problem with it. :) All mail
  servers around the globe I receive mail from, picked up on the
  DNS change within several days; '/var/log/maillog' on the old
  server is now only filled with mail from the FreeBSD list.

 The new name seems to work fine, as far as DNS is concerned. The
 following output is from hub.freebsd.org, the mail server of the
 FreeBSD.org domain.

 : hub host asarian-host.net.
 : asarian-host.net has address 194.109.160.70


Well, go figure. :) Just when I'm asking, the mail servers of FreeBSD seem,
indeed, to have picked up on the change. Gee, I wish everything would get
resolved so easily. :)

Thanks for the help, anyway.

- Mark


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



RE: Duplicate Posts [Was RE: IP-change]

2003-02-20 Thread Colin J. Raven
U, sorry to intrude on the thread Mark and Giorgos, but does anyone
know why each email to this list arrives in duplicate?? Not that I mind
grin 'cos it's double the BSD goodness...but merely curious is all.
Regards to all,
-Colin

+  On 2003-02-20 04:30, Mark [EMAIL PROTECTED] wrote:
+   Giorgos Keramidas [EMAIL PROTECTED] wrote:
+ 
+This is more likely to be a setup problem on your end,
+  
+   Well, the rest of the world has no problem with it. :) All mail
+   servers around the globe I receive mail from, picked up on the
+   DNS change within several days; '/var/log/maillog' on the old
+   server is now only filled with mail from the FreeBSD list.
+ 
+  The new name seems to work fine, as far as DNS is concerned. The
+  following output is from hub.freebsd.org, the mail server of the
+  FreeBSD.org domain.
+ 
+  : hub host asarian-host.net.
+  : asarian-host.net has address 194.109.160.70
+ 
+ 
+ Well, go figure. :) Just when I'm asking, the mail servers 
+ of FreeBSD seem,
+ indeed, to have picked up on the change. Gee, I wish 
+ everything would get
+ resolved so easily. :)



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: IP-change

2003-02-20 Thread Kenzo
Most of the times, when you make a DNS change, it may take up 24 hours to
replicate to all other servers.
And during that time is when, you wonder if it's gonna work or not.
On top of that your carrier may not refresh it's list every 6 to 12 hours.
I had to talk to a supervisor to have ATT do the refresh it right away.





- Original Message -
From: Mark [EMAIL PROTECTED]
To: Giorgos Keramidas [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Thursday, February 20, 2003 7:48 AM
Subject: Re: IP-change


 - Original Message -
 From: Giorgos Keramidas [EMAIL PROTECTED]
 To: Mark [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Sent: Thursday, February 20, 2003 2:12 PM
 Subject: Re: IP-change


  On 2003-02-20 04:30, Mark [EMAIL PROTECTED] wrote:
   Giorgos Keramidas [EMAIL PROTECTED] wrote:

This is more likely to be a setup problem on your end,
  
   Well, the rest of the world has no problem with it. :) All mail
   servers around the globe I receive mail from, picked up on the
   DNS change within several days; '/var/log/maillog' on the old
   server is now only filled with mail from the FreeBSD list.
 
  The new name seems to work fine, as far as DNS is concerned. The
  following output is from hub.freebsd.org, the mail server of the
  FreeBSD.org domain.
 
  : hub host asarian-host.net.
  : asarian-host.net has address 194.109.160.70


 Well, go figure. :) Just when I'm asking, the mail servers of FreeBSD
seem,
 indeed, to have picked up on the change. Gee, I wish everything would get
 resolved so easily. :)

 Thanks for the help, anyway.

 - Mark


 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: IP-change

2003-02-20 Thread Kevin Stevens
 Most of the times, when you make a DNS change, it may take up 24 hours
 to replicate to all other servers.
 And during that time is when, you wonder if it's gonna work or not. On
 top of that your carrier may not refresh it's list every 6 to 12 hours.
 I had to talk to a supervisor to have ATT do the refresh it right away.

If you know in advance that you'll be changing, you can adjust the
expiration times in the zone so that servers around the net won't cache
the old IP for very long.  This greatly facilitates convergence on the new
IP.  Don't forget to change it back to avoid unnecessary traffic.

KeS



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: IP-change

2003-02-20 Thread Nils Vogels
On Wed, Feb 19, 2003 at 09:43:58AM +, Mark wrote:

 I made a DNS change, more than a week ago, changing the IP address of my
 primary domain name. But I still get the FreeBSD list on the old IP. So, who
 do I talk to at FreeBSD to have them update their DNS cache? :)

I'm sure that happens automagically.

Don't forget to update the serial of the zone if you update the zonefile.
Also, don't forget to tell your nameserver (bind?) to reread the zonefile.

For bind, that would be ndc reload your zone.your tld

Grtz,

Nils.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: IP-change

2003-02-19 Thread Mark
- Original Message -
From: Giorgos Keramidas [EMAIL PROTECTED]
To: Mark [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Wednesday, February 19, 2003 5:58 PM
Subject: Re: IP-change


 On 2003-02-19 09:43, Mark [EMAIL PROTECTED] wrote:

  This may not be the entirely proper location to ask, but private
  questions to the FreeBSD mailing list contacts have not resulted in
  a response. So, let me ask here.

 This is more likely to be a setup problem on your end,

Well, the rest of the world has no problem with it. :) All mail servers
around the globe I receive mail from, picked up on the DNS change within
several days; '/var/log/maillog' on the old server is now only filled with
mail from the FreeBSD list.

 so the list is
 the best place to ask, not postmaster or any other `contact' :)

Good. :)

  I made a DNS change, more than a week ago, changing the IP address
  of my primary domain name. But I still get the FreeBSD list on the
  old IP. So, who do I talk to at FreeBSD to have them update their
  DNS cache? :)

 What domain is that?  Without its name, we can't check to see why you
 are getting mail for it delivered to a particular IP address.

The domain is asarian-host.net, now on 194.109.160.70.

 Could
 you also mention the old IP address and what the new address is?

The old IP was 216.122.74.112. My old DNS host still has a PTR for the old
IP address, though. Maybe that could be it? I just asked them to remove it,
just in case.

- Mark


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message