Re: Network config help needed

2003-03-05 Thread Patrick Wiseman
On Wed, 5 Mar 2003 at 9:00pm, [EMAIL PROTECTED] wrote: :Setting up the loopback and pingin it works fine, pinging into the :machine also works fine (tried from an old win95 machine). But :pinging out of the machine dosn't work, I'm getting the error message :"Unable to connect to remote host: N

RE: Network config help needed

2003-03-05 Thread deFreese, Barry
Barry deFreese NTS Technology Services Manager Nike Team Sports > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 05, 2003 1:16 PM > To: [EMAIL PROTECTED] > Subject: Re: Network config help needed > > > > Yep,

Re: Network config help needed

2003-03-05 Thread chris1622
Yep, read Net-HOWTO, but still I can't get it to work. ... Setting up the loopback and pingin it works fine, pinging into the machine also works fine (tried from an old win95 machine). But pinging out of the machine dosn't work, I'm getting the error message "Unable to connect to remote host:

Re: Network config help needed

2003-03-02 Thread Barry deFreese
[EMAIL PROTECTED] wrote: Please help me I'm trying to connect two pc's, but I allways get the message "unable to connect to remote host: No route to host". What am I missing? My config for pc1 looks like this: ifconfig eth0 192.168.0.1 netmask 255.255.255.0 up rout add -host 192.168.0.2 eth0 "

Re: Network config help needed

2003-03-02 Thread Wilfried Essig
Am Son, 2003-03-02 um 13.15 schrieb [EMAIL PROTECTED]: > Please help me > I'm trying to connect two pc's, but I allways get the message > "unable to connect to remote host: No route to host". What am I > missing? > > My config for pc1 looks like this: > ifconfig eth0 192.168.0.1 netmask 255.255

Re: Network config help needed

2003-03-02 Thread praveen kallakuri
-BEGIN PGP SIGNED MESSAGE- you dont have a lo in ur route: loopback interface. check whether you can ping to yourself (lo) 127.0.0.1 on each pc. then configure pc1 as 192.168.0.1. repeat the two steps with pc2, only changing the ip address. the initial sections of Net-HOWTO must help. so