Re: [newbie] Setting up network

2003-03-10 Thread Sharninder
> > ifconfig eth0 my.ip.add.ress up > route add default gw my.gw.ip.address > put these two commands in a script under /etc/init.d and link it from /etc/rcx.d or put these somewhere in /etc/rc.boot Sharninder Singh National Institute Of Management, Calcutta ---

Re: [newbie] Setting up network

2003-03-10 Thread nate
Aryan Ameri said: > Hi there: > > Untill now, I only got online using a dial up connection. Now i am going > to dormitory, and in order to get online I have to connect to my > dormitory's LAN. I can setup the network using the following two > commands: > > ifconfig eth0 my.ip.add.ress up > route

Re: [newbie] Setting up network

2003-03-10 Thread Patrick Wiseman
On Tue, 11 Mar 2003 at 12:32am, Aryan Ameri wrote: :Untill now, I only got online using a dial up connection. Now i am going to :dormitory, and in order to get online I have to connect to my dormitory's :LAN. I can setup the network using the following two commands: : :ifconfig eth0 my.ip.add.re

Re: [newbie] Setting up network

2003-03-10 Thread ntrfug
On Tue, 11 Mar 2003 00:32:27 +0200 Aryan Ameri <[EMAIL PROTECTED]> wrote: > but it is so frustrating to issue these commands whenever I reboot my > computer. I know there are ways to automate this proccess and there are > progrms which setup the network on each boot. But I am not able to find ou

Re: [newbie] Setting up network

2003-03-10 Thread Osamu Aoki
On Tue, Mar 11, 2003 at 12:32:27AM +0200, Aryan Ameri wrote: > Hi there: > > Untill now, I only got online using a dial up connection. Now i am going to > dormitory, and in order to get online I have to connect to my dormitory's > LAN. I can setup the network using the following two commands: >

Re: [newbie] Setting up network

2003-03-10 Thread Jonathan Matthews
On Tue, Mar 11, 2003 at 12:32:27AM +0200, Aryan Ameri wrote: > Hi there: > > Untill now, I only got online using a dial up connection. Now i am going to > dormitory, and in order to get online I have to connect to my dormitory's > LAN. I can setup the network using the following two commands: >

Re: [newbie] Setting up network

2003-03-10 Thread Seneca
On Tue, Mar 11, 2003 at 12:32:27AM +0200, Aryan Ameri wrote: > Untill now, I only got online using a dial up connection. Now i am going to > dormitory, and in order to get online I have to connect to my dormitory's > LAN. I can setup the network using the following two commands: > > ifconfig eth

Re: [newbie] Setting up network

2003-03-10 Thread Stephen A. Witt
On Tue, 11 Mar 2003, Aryan Ameri wrote: > Hi there: > > Untill now, I only got online using a dial up connection. Now i am going to > dormitory, and in order to get online I have to connect to my dormitory's > LAN. I can setup the network using the following two commands: > > ifconfig eth0 my.ip.a

[newbie] Setting up network

2003-03-10 Thread Aryan Ameri
Hi there: Untill now, I only got online using a dial up connection. Now i am going to dormitory, and in order to get online I have to connect to my dormitory's LAN. I can setup the network using the following two commands: ifconfig eth0 my.ip.add.ress up route add default gw my.gw.ip.address b