Re: Howto setup eth0

2001-04-04 Thread Jan Ulrich Hasecke
Hallo Bob! Am Die, 03 Apr 2001, schrieb Bob Nielsen: > Here's what I have in /etc/network/interfaces: > [...] > #home network on eth0 > auto eth0 > iface eth0 inet static > address 192.168.1.1 > netmask 255.255.255.0 > network 192.168.1.0 > broadcast 192.168.1.255 This

Re: Howto setup eth0

2001-04-03 Thread Bob Nielsen
On Tue, Apr 03, 2001 at 09:10:01AM +0200, Jan Ulrich Hasecke wrote: > Hallo Mircea! > > Pardon me for intruding your thread. > > > /etc/init.d/network was the old script used in slink.You've been > > reading some old docs.Not applicable anymore. Now in potato you > > ahve the daemon /etc/init.d/

Re: Howto setup eth0

2001-04-03 Thread Carel Fellinger
On Tue, Apr 03, 2001 at 09:10:01AM +0200, Jan Ulrich Hasecke wrote: > Hallo Mircea! > > | #iface eth0 inet static # MY HOME NET > | # address 192.168.1.1 > | # network 192.168.1.0 > | # netmask 255.255.255.0 > | # broadcast 192.168.1.255 As usual, it's all in the Fine Manuals. For dhcp/p

Re: Howto setup eth0

2001-04-03 Thread Jan Ulrich Hasecke
Hallo Mircea! Pardon me for intruding your thread. > /etc/init.d/network was the old script used in slink.You've been > reading some old docs.Not applicable anymore. Now in potato you > ahve the daemon /etc/init.d/networking which starts/stops/restarts > ALL interfaces listed in /etc/network/int

RE: Howto setup eth0

2001-04-03 Thread Price, Tim
On Tue, Apr 03, 2001 at 01:55:33PM +1000, Mark Devin wrote: How do I create this file? Is there a package which I must install which creates this with is installation scripts? >From the mouth of the great Joey Hess, replying to an earlier thread about installing shadow/md5 passwords after the

Re: Howto setup eth0

2001-04-03 Thread Mircea Luca
Mark Devin wrote: > > "Jeff Levy - [EMAIL PROTECTED]" wrote: > > > i assume your dsl provider is using dhcp, i could be wrong. > > > > if it is, grab a package called "pump", unless it's already installed. if > > you don't know, su to root (type 'su', enter password), type "pump", press > > enter

Re: Howto setup eth0

2001-04-03 Thread ktb
On Tue, Apr 03, 2001 at 02:58:56PM +1000, Mark Devin wrote: > ktb wrote: > > > On Tue, Apr 03, 2001 at 01:55:33PM +1000, Mark Devin wrote: > > > When I installed debian, I didn't set up my ethernet card. Now I want > > > to set up ADSL using it but have noticed that the file > > > /etc/init.d/net

Re: Howto setup eth0

2001-04-02 Thread Mark Devin
ktb wrote: > On Tue, Apr 03, 2001 at 01:55:33PM +1000, Mark Devin wrote: > > When I installed debian, I didn't set up my ethernet card. Now I want > > to set up ADSL using it but have noticed that the file > > /etc/init.d/network does not exist on my system. > > > > How do I create this file? Is

Re: Howto setup eth0

2001-04-02 Thread Mark Devin
"Jeff Levy - [EMAIL PROTECTED]" wrote: > i assume your dsl provider is using dhcp, i could be wrong. > > if it is, grab a package called "pump", unless it's already installed. if > you don't know, su to root (type 'su', enter password), type "pump", press > enter. if you don't get an error, run "i

Re: Howto setup eth0

2001-04-02 Thread ktb
On Tue, Apr 03, 2001 at 01:55:33PM +1000, Mark Devin wrote: > When I installed debian, I didn't set up my ethernet card. Now I want > to set up ADSL using it but have noticed that the file > /etc/init.d/network does not exist on my system. > > How do I create this file? Is there a package which

Howto setup eth0

2001-04-02 Thread Mark Devin
When I installed debian, I didn't set up my ethernet card. Now I want to set up ADSL using it but have noticed that the file /etc/init.d/network does not exist on my system. How do I create this file? Is there a package which I must install which creates this with is installation scripts? Thank