MLUG: RE: [MLUG - DISCUSSION] AT&T
RE: [MLUG - DISCUSSION] AT&T
Email address obfuscation in effect -- please click here to turn it off.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
We (Mizzou Telecom) have found that pump isn't very tolerant of DHCP servers
it doesn't understand.  We usually recommend ISC's DHCP client (dhclient).
Works like this:

/sbin/dhclient -i eth1

With a /etc/dhclient.conf file like this (for AT&T):

interface "eth1" {
        send host-name "c123456-a";
}

--J

P.S.  Ever notice how the hostnames look a lot like old Campus Computing
Showme login IDs?  :-)

> -----Original Message-----
> From: Jim Oxenhandler [mailto:EMAIL:PROTECTED]
> Sent: Friday, March 02, 2001 3:19 PM
> To: EMAIL:PROTECTED
> Subject: RE: [MLUG - DISCUSSION] AT&T
> 
> 
> I had to go into the /sbin/ifup file and look for an entry 
> that looked like,
> 
>     echo -n "Determining IP information for ${DEVICE}..."
>     if /sbin/pump ${PUMPARGS} -i ${DEVICE}; then
>         echo " done."
>     elif /sbin/dhcpcd ${DHCPCDARGS} ${DEVICE}; then
>         echo " done."
>     else
>         echo " failed."
>         exit 1
>     fi
> 
> you need to change it to look like,
> 
>     echo -n "Determining IP information for ${DEVICE}..."
>     if /sbin/pump ${PUMPARGS} -i ${DEVICE} -h hostname; then
>         echo " done."
>     elif /sbin/dhcpcd ${DHCPCDARGS} ${DEVICE} -h hostname; then
>         echo " done."
>     else
>         echo " failed."
>         exit 1
>     fi
> 
> where hostname is the first part of your hostname, e.g. 
> C1234567-b if your
> host is c1234567-b.clmba1.mo.home.com.  This is all you have 
> to do and it
> will send your hostname to their dhcp server when it sends 
> the request.  I
> tried using the,
> dhcpcd -r -h <hostname> <dev>
> command like Rob suggested numerous times, but it never 
> seemed to work,
> because the request would still timeout every time.
> 
> As far as IP aliasing I would suggest looking at Red Hats 
> site.  Here is a
> link to a howto about setting it up;
> 
> http://www.europe.redhat.com/documentation/HOWTO/Net-HOWTO/x1236.php3
> 
> Let me know if you need anything else.
> 
> Jim
> 
> 
> -----Original Message-----
> From: EMAIL:PROTECTED
> [mailto:EMAIL:PROTECTED]On Behalf Of 
> EMAIL:PROTECTED
> Sent: Friday, March 02, 2001 2:02 PM
> To: EMAIL:PROTECTED
> Subject: Re: [MLUG - DISCUSSION] AT&T
> 
> 
> Jim,
> be cool and tell me the change you made for dhcp,
> and also what you're doing to bring up ip aliasing
> on the box.  there's a sample script on redhat's site
> but I haven't tried it yet & have no idea how to go
> about further securing the box.
> 
> Physics 462 is painfully hard,
> -Ralph
> --
> To manage your subscription, go to 
> http://mlug.missouri.edu/members/edit.php
> 
> Archives are available at http://mlug.missouri.edu/list-archives/
> 
> --
> To manage your subscription, go to 
> http://mlug.missouri.edu/members/edit.php
> 
> Archives are available at http://mlug.missouri.edu/list-archives/
> 
--
To manage your subscription, go to http://mlug.missouri.edu/members/edit.php

Archives are available at http://mlug.missouri.edu/list-archives/