[techtalk] setting up virtual interfaces on linux

2000-10-19 Thread Arindam Chatterjee
hi i am running linux on my machine which is not connected to any network. it doesn't have any interface card on it. but i want to do some network programming on it. i want atleast three different networks configured. is this possible by configuring virtual interfaces? if i send a packet from one

[techtalk] (no subject)

2000-10-20 Thread Arindam Chatterjee
hi when i run the program below: #include #include #include main() { pid_t pid; int x = 5, y = 9; pid = fork(); if(pid == 0) { printf("child process\n addr of x = %x addr of y = %x\n", &x, &y); fflush(stdout); } else { wait(0); printf("parent proc

Re: [techtalk] vmware

2000-10-26 Thread Arindam Chatterjee
hi u have to run fdisk under linux. select ur partition and change its id to that of FAT32. u'll get all the helps from the fdisk prompt. try and let me know. arindam --- antonxie <[EMAIL PROTECTED]> wrote: > wmware looks real cool... > I manage to get it installed > I have configured one vir