Re: /etc/rc.d/rc.local under Debian?

2001-03-22 Thread Gregor Kaleta
Thanks. I have looked exactly for it! > These entries are located in /etc/network/interfaces. See man interfaces > for full syntax. > > > > auto lo > iface lo inet loopback > > auto eth0 > iface eth0 inet static > address aaa.bbb.ccc.ddd > netmask aaa.bbb.ccc.ddd > net

Re: /etc/rc.d/rc.local under Debian?

2001-03-22 Thread Chad C. Walstrom
On Thu, Mar 22, 2001 at 09:39:58AM -0800, Sean 'Shaleh' Perry wrote: > > On 22-Mar-2001 Gregor Kaleta wrote: > > Please help! > > > > Which file I have to edit, so that the network becomes started on > > every boot time automatically? Under Debian 2.2rev2 ist no > > /etc/rc.d/rc.inet1 or /etc/rc

Re: /etc/rc.d/rc.local under Debian?

2001-03-22 Thread Chad C. Walstrom
On Thu, Mar 22, 2001 at 06:30:28PM +0100, Gregor Kaleta wrote: > Please help! > > Which file I have to edit, so that the network becomes started on > every boot time automatically? File: /etc/network/interfaces Related Files: /etc/network/options Manpage: interfaces(5), ifup(8), ifdown(8) Docs: /

Re: /etc/rc.d/rc.local under Debian?

2001-03-22 Thread Hall Stevenson
> You can do two things (if I'm wrong someone smack me) > > You can either make a small bash script in /etc/init.d and > then add it to the end of /etc/init.d/bootmisc.sh > > Or the easiest thing to do would be to add your lines into > > /etc/network/interfaces That file controls all of the network

Re: /etc/rc.d/rc.local under Debian?

2001-03-22 Thread Jason Majors
Create a file /etc/init.d/start_network (or whatever). Put your network stuff in there, chmod 700 it, and symlink it into the dir /etc/rcX.d/ (where X is your default runlevel--2 for console start), under a name like "S20start_network". If you want an rc.local (I haven't seen anything like that on

Re: /etc/rc.d/rc.local under Debian?

2001-03-22 Thread Terry Warner
You can do two things (if I'm wrong someone smack me) You can either make a small bash script in /etc/init.d and then add it to the end of /etc/init.d/bootmisc.sh Or the easiest thing to do would be to add your lines into /etc/network/interfaces That file controls all of the networking IP's an

RE: /etc/rc.d/rc.local under Debian?

2001-03-22 Thread Sean 'Shaleh' Perry
On 22-Mar-2001 Gregor Kaleta wrote: > Please help! > > Which file I have to edit, so that the network becomes started on every boot > time automatically? > Under Debian 2.2rev2 ist no /etc/rc.d/rc.inet1 or /etc/rc.d/rc.local which I > could edit (ifconfig eth0 192.168.0.10 ...). > cd /etc/netwo

/etc/rc.d/rc.local under Debian?

2001-03-22 Thread Gregor Kaleta
Please help! Which file I have to edit, so that the network becomes started on every boot time automatically? Under Debian 2.2rev2 ist no /etc/rc.d/rc.inet1 or /etc/rc.d/rc.local which I could edit (ifconfig eth0 192.168.0.10 ...). Gregor Kaleta