Re: [LARTC] Linux router configuration??

2003-10-01 Thread Raghuveer
Ryan Johnson wrote: Could you send me the output of route -n? Your two network cards should not be in the same network, if they are, it is not a rotuer. The whole purpose of a router is a gateway for clients on a network to get to another network that they (clients) do not know how to reach. Rya

Re: [LARTC] Linux router configuration??

2003-09-28 Thread Steve Wright
On Fri, 2003-09-26 at 19:32, Raghuveer wrote: Can I have both the network cards in the same n/w...? Becoz If I try to use both NIC's with the same n/w, running <$ route -n> we can see either eth1 or eth0 repeated twice. Pls let me know where is the problem..? you don't need to do this. 

Re: [LARTC] Linux router configuration??

2003-09-26 Thread Raghuveer
Ryan Johnson wrote: I am going to assume you want the most basic router, just two interfaces. 1.) Make sure both network cards have been detected. ifconfig eth0 ifconfig eth1 Can I have both the network cards in the same n/w...? Becoz If I try to use both NIC's with the same n/w, running <$ rout

Re: [LARTC] Linux router configuration??

2003-09-25 Thread Ronny Aasen
On Fri, 2003-09-26 at 00:25, Blu wrote: > Good morning at all, thanks for previous help, but I have another ask. > I have a few experience of Linux world's, and I need to configure a > Linux PC as router, what are the steps? What do I do? > Thanks. what you could do is. go to http://leaf.sf.net

Re: [LARTC] Linux router configuration??

2003-09-25 Thread Ryan Johnson
I am going to assume you want the most basic router, just two interfaces. 1.) Make sure both network cards have been detected. ifconfig eth0 ifconfig eth1 2.) Set up each interface on its own network, make sure the interface has been activated, you can use ifconfig for this. 3.) issue the command

RE: [LARTC] Linux router configuration??

2003-09-25 Thread Daniel Chemko
PM To: Blu Cc: [EMAIL PROTECTED] Subject: Re: [LARTC] Linux router configuration?? I'll be a tad more helpful, but not much. Setting up a linux firewall/router is pretty specific to your network layout/configuration. You probably will be better off checking these links and going from there: Gen

Re: [LARTC] Linux router configuration??

2003-09-25 Thread Derek
I'll be a tad more helpful, but not much. Setting up a linux firewall/router is pretty specific to your network layout/configuration. You probably will be better off checking these links and going from there: General Linux setup/config documentation: http://www.tldp.org This document is a bit d

Re: [LARTC] Linux router configuration??

2003-09-25 Thread Damion de Soto
Blu wrote: Good morning at all, thanks for previous help, but I have another ask. I have a few experience of Linux world's, and I need to configure a Linux PC as router, what are the steps? What do I do? That's a pretty vague question, so I'll give you a vague answer: Get any linux distribution

[LARTC] Linux router configuration??

2003-09-25 Thread Blu
Good morning at all, thanks for previous help, but I have another ask. I have a few experience of Linux world's, and I need to configure a Linux PC as router, what are the steps? What do I do? Thanks.