Re: Pump and Dhclient

2002-03-18 Thread Pat Colbeck
On Mon, Mar 18, 2002 at 09:11:54PM +1100, Herbert Xu wrote: > Sean 'Shaleh' Perry <[EMAIL PROTECTED]> wrote: > > > pump does not obey the RFC and has been known to not work on all networks. > > Debian is moving away from it. > > This is no longer the case. pump is now useing AF_PACKET to send d

Re: Pump and Dhclient

2002-03-18 Thread Herbert Xu
Sean 'Shaleh' Perry <[EMAIL PROTECTED]> wrote: > pump does not obey the RFC and has been known to not work on all networks. > Debian is moving away from it. This is no longer the case. pump is now useing AF_PACKET to send discover packets. -- Debian GNU/Linux 2.2 is out! ( http://www.debian.or

Re: Pump and Dhclient

2002-03-14 Thread Sridhar M.A.
On Wed, Mar 13, 2002 at 03:12:04PM -0600, Elizabeth Barham wrote: > > In /etc/init.d/networking, you'll see: > > > if ! [ -x /sbin/ifup ]; then > exit 0 > fi > > -x == -x FILETrue if the file is executable by you. > > The file must exist and whoever

Re: Pump and Dhclient

2002-03-13 Thread Raghavendra Bhat
Martin Wuertele posts : > modify /etc/network/interfaces and add the auto line This is already there in my /etc/network/interfaces file. It fails to work. Only if I run udhcpc as root, does the eth0 device come up. How does one bring up the eth0 interface automatically upon boot ? -- /(__ _

Re: Pump and Dhclient

2002-03-13 Thread Elizabeth Barham
"Sridhar M.A." <[EMAIL PROTECTED]> writes: > All these are there [/etc/networking/interfaces]. But, when I give > the command: > > /etc/init.d/networking start|restart > > nothing happens. ~~~ ~~~ In /etc/init.d/networking, you'll see: if ! [ -x /sbin/ifup ]; then exit 0 fi -

Re: Pump and Dhclient

2002-03-13 Thread Sridhar M.A.
On Wed, Mar 13, 2002 at 10:23:48AM +0100, Martin Wuertele wrote: > > modify /etc/network/interfaces and add the auto line: > > eg > auto eth0 > > will when booting fire up eth0. and if your configuration is something > like > eth0 inet dhcp > it will when booting a

Re: Pump and Dhclient

2002-03-13 Thread Martin Wuertele
Hi Raghavendra! On Wed, 13 Mar 2002, Raghavendra Bhat wrote: > I start udhcpc manually. What is the best way to start udhcpc while > booting up ? Is it OK to create a symlink farm using update-rc.d ? How > are you doing this ? modify /etc/network/interfaces and add the auto line: eg auto

Re: Pump and Dhclient

2002-03-12 Thread Raghavendra Bhat
Adam Majer posts : > like udhcpc since it is very small and seems to work quite reliably. I start udhcpc manually. What is the best way to start udhcpc while booting up ? Is it OK to create a symlink farm using update-rc.d ? How are you doing this ? TIA. -- /(__ __|\ ragOO, VU2RGU<->h

Re: Pump and Dhclient

2002-03-12 Thread Adam Majer
On Tue, Mar 12, 2002 at 08:26:42PM -0600, hanasaki wrote: > What about these lines in the example config? Woudl you be kind and > send your interfaces and dhclient.conf ? > > Thank you > > #alias { > # interface "eth0"; > # fixed-address 192.5.5.213; > # option subnet-mask 255.255.255.255; >

Re: Pump and Dhclient

2002-03-12 Thread hanasaki
What about these lines in the example config? Woudl you be kind and send your interfaces and dhclient.conf ? Thank you #alias { # interface "eth0"; # fixed-address 192.5.5.213; # option subnet-mask 255.255.255.255; #} #lease { # interface "eth0"; # fixed-address 192.33.137.200; Adam M

Re: Pump and Dhclient

2002-03-12 Thread Adam Majer
On Tue, Mar 12, 2002 at 10:27:24AM -0600, hanasaki wrote: > I have both installed. > - is there a way to tell ifup/down which to use? > dhclient seems to need entries for each interface, that will get a > lease, in /etc/dhclient.conf. Pump is nice in that it only requireds on > place to sp

Re: Pump and Dhclient

2002-03-12 Thread Sean 'Shaleh' Perry
On 12-Mar-2002 hanasaki wrote: > I have both installed. > - is there a way to tell ifup/down which to use? > dhclient seems to need entries for each interface, that will get a > lease, in /etc/dhclient.conf. Pump is nice in that it only requireds on > place to specifiy that the interface

Pump and Dhclient

2002-03-12 Thread hanasaki
I have both installed. - is there a way to tell ifup/down which to use? dhclient seems to need entries for each interface, that will get a lease, in /etc/dhclient.conf. Pump is nice in that it only requireds on place to specifiy that the interface will be dhcp (/etc/network/int