Re: Self Network

2000-11-18 Thread Ivan Jager
I'm not sure if it is what you want, but the easiest thing would be to use the loopback interface, whick is probably already set up. By default the IP address is 127.0.0.1 or you can access it as "localhost". Just start your server (you can start sendmail if you didn't write your server yet) and

Re: Self Network

2000-11-16 Thread Mike A. Harris
On Thu, 16 Nov 2000, Del Campo, Damian wrote: >Date: Thu, 16 Nov 2000 12:21:42 +1100 >From: "Del Campo, Damian" <[EMAIL PROTECTED]> >To: "'RedHat, DevList'" <[EMAIL PROTECTED]> >Content-Type: text/plain >Subject: Self Network > >How can one set up on a single computer, a virtual network such that

Re: Self Network

2000-11-15 Thread Mario Torre
Hi! I'm trying to install gcc-2.95 on my RedHat Linux 7.0 I have set the CC global variable as egcs (export CC=egcs in my /etc/profile, that was because gcc didn't compile, I hope it was only an error of mine...) Now I need to know if there is something I have to save to have both the gcc-2.

Re: Self Network

2000-11-15 Thread Tony Nugent
On Thu Nov 16 2000 at 12:21, "Del Campo, Damian" wrote: > How can one set up on a single computer, a virtual network such that you can > simulate two network locations. > Reason for this is to develop & test simple network software ie, setup > connection and communicate between server and client