Re: 3 NIC cards problem

2001-03-28 Thread Richard Adams
On Wed, 28 Mar 2001, you wrote: > Hi, > Yes, it is like apache, except it is my own web server but when an > incomming request comes in on 192.168.2.1:80, my program does not pick up > the connect request. > > My program is listening on port 80 on 192.168.1.1 Without knowing which program it

Re: Windows/Linux virus

2001-03-28 Thread Richard Adams
On Thu, 29 Mar 2001, David Jones wrote: > How accurate? What can we do about it? > > > http://abcnews.go.com/wire/Business/reuters20010327_3831.html As far as i can see its a promotion stunt from anti-virus company's. If i understand correctly they are saying when the program is installed it st

Re: Windows/Linux virus

2001-03-28 Thread Brian Bilbrey
Under Linux, don't 1. Save an email attachment to your home directory. 2. Chmod it to give it executable permission 3. explicitly run said file 4. don't do any of the above as root Seems like another Honor System virus for Linux. OTOH, if you're running windows... beat the drive to death with

Windows/Linux virus

2001-03-28 Thread David Jones
How accurate? What can we do about it? > http://abcnews.go.com/wire/Business/reuters20010327_3831.html David [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.linux-learn.or

RE: 3 NIC cards problem

2001-03-28 Thread Marco Calistri
On 28-Mar-2001 Lee Chin wrote: > Hi, > I have a system with 3 NIC cards, each on a seperate subnet, with IP > addresses 192.168.1.1, 192.168.2.1 and 192.168.3.1. > > I have a program listening for socket connections on 192.168.1.1, port 80. > > What I want to do is have incomming connection req

Re: 3 NIC cards problem

2001-03-28 Thread Richard Adams
On Wed, 28 Mar 2001, Lee Chin wrote: > Hi, > I have a system with 3 NIC cards, each on a seperate subnet, with IP > addresses 192.168.1.1, 192.168.2.1 and 192.168.3.1. > > I have a program listening for socket connections on 192.168.1.1, port 80. > > What I want to do is have incomming connectio

Re: 3 NIC cards problem

2001-03-28 Thread Lee Chin
Hi, Yes, it is like apache, except it is my own web server but when an incomming request comes in on 192.168.2.1:80, my program does not pick up the connect request. My program is listening on port 80 on 192.168.1.1 I think I need to set up some ipchains rules, but I am not sure what and how

3 NIC cards problem

2001-03-28 Thread Lee Chin
Hi, I have a system with 3 NIC cards, each on a seperate subnet, with IP addresses 192.168.1.1, 192.168.2.1 and 192.168.3.1. I have a program listening for socket connections on 192.168.1.1, port 80. What I want to do is have incomming connection requets for IP 192.168.2.1 and 192.168.3.1 on por

Re: do i need any programming skills to compile my own kernel?

2001-03-28 Thread jlalarcon
Hi! For compile, no, for compile the kernel you only need do "make menuconfig" or "make xconfig" from /usr/src/linux directory, and know something about the options you have. You can read the Kernel-Howto and all documents you can about it. For modify the kernel, it's different, for do m

Re: do i need any programming skills to compile my own kernel?

2001-03-28 Thread Richard Adams
On Wed, 28 Mar 2001, Jim Roland wrote: > Absolutely not. Although I have programming skills, I have no clue about > C/C++, which is what the kernel is written in. C++ in the kernel.? > It does not hurt to know C > or C++, but it's not a requirement. As you get familiar with the kernel, > yo

Re: do i need any programming skills to compile my own kernel?

2001-03-28 Thread Jim Roland
Absolutely not. Although I have programming skills, I have no clue about C/C++, which is what the kernel is written in. It does not hurt to know C or C++, but it's not a requirement. As you get familiar with the kernel, you might (much later) make modifications to the Makefile or some of the so

Re: do i need any programming skills to compile my own kernel?

2001-03-28 Thread Richard Adams
On Thu, 29 Mar 2001, [EMAIL PROTECTED] wrote: > hey i was abit curious about my kernel ...so i wanted to know do i need > any kind of programming skills to compile my kernel? No. Just a knowlage of which hardware you have and what protocols you need. Read the kernel-HOWTO and /usr/src/linux/REA

Re: where Linus is posting latest kernel anounces?

2001-03-28 Thread Richard Adams
On Wed, 28 Mar 2001, Philips wrote: > > I do not want to discuss any kernel details too... > > I just want to know where can I get latest information. no more no less. > and definitely I'm newbie too... There used to be a list called "linux-kernel-announce" i suggest you sen

Re:do i need any programming skills to compile my own kernel?

2001-03-28 Thread nima
as far as I know, you don't need to know anything about programming. I got information from the howTo and then used the xconfigure instead of the textbase one and then compile. I stored my settings so that I could tweak with the configuration till I got what I wanted. >hey i was abit curio

do i need any programming skills to compile my own kernel?

2001-03-28 Thread ziggy
hey i was abit curious about my kernel ...so i wanted to know do i need any kind of programming skills to compile my kernel? - To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.linux-learn.org/f

Re: where Linus is posting latest kernel anounces?

2001-03-28 Thread Philips
"Charles E. Gelm" wrote: > > Speaking as a 'newbie' and casting my unsolicited vote; > I do not expect, nor want, to see discussion on beta/prototype > kernels on the 'newbie' list. If/when there is a concensus/majority > /belief that a new kernel-level is stable/standard/production, > by all m