Re: How to configure a Linux machine as a Router

2002-09-11 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10-Sep-2002/12:47 +0200, Langa Kentane <[EMAIL PROTECTED]> wrote: >Do temporarily use an any-to-any permit policy how do I do that? service ipchains stop Tony - -- Anthony E. Greene OpenPGP Key: 0x6C94239D/7B3D BD7D 7D

RE: How to configure a Linux machine as a Router

2002-09-11 Thread Langa Kentane
Do temporarily use an any-to-any permit policy how do I do that? -Original Message- From: Knut Ove Hauge [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 12:28 PM To: [EMAIL PROTECTED] Subject: RE: How to configure a Linux machine as a Router To completely remove ipchains

Re: How to configure a Linux machine as a Router

2002-09-10 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10-Sep-2002/12:27 +0200, Knut Ove Hauge <[EMAIL PROTECTED]> wrote: >To completely remove ipchains go to /sbin/lokkit and select no >firewall. >This is in redhat. service ipchains stop Tony - -- Anthony E. Greene Ope

RE: How to configure a Linux machine as a Router

2002-09-10 Thread Mike Burger
; while since I have used ipchains > > > > -Original Message- > > From: rahul b jain cs student [mailto:[EMAIL PROTECTED]] > > Sent: Monday, September 09, 2002 3:55 PM > > To: '[EMAIL PROTECTED]' > > Subject: RE: How to configure a Linux ma

RE: How to configure a Linux machine as a Router

2002-09-10 Thread Knut Ove Hauge
ge- > From: rahul b jain cs student [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 09, 2002 3:55 PM > To: '[EMAIL PROTECTED]' > Subject: RE: How to configure a Linux machine as a Router > > > Hi, > > I tried the suggested changes but it still is not ab

RE: How to configure a Linux machine as a Router

2002-09-09 Thread Langa Kentane
e answer for you but it's been a while since I have used ipchains -Original Message- From: rahul b jain cs student [mailto:[EMAIL PROTECTED]] Sent: Monday, September 09, 2002 3:55 PM To: '[EMAIL PROTECTED]' Subject: RE: How to configure a Linux machine as a Router Hi

RE: How to configure a Linux machine as a Router

2002-09-09 Thread Mike Burger
" > /proc/sys/net/ipv4/ip_forward > > > > Also check that you are not blocking the packets with ipchains/iptables > > > > -Original Message----- > > From: rahul b jain cs student [mailto:[EMAIL PROTECTED]] > > Sent: 09 September 2002 14:32 > > To: [EMA

RE: How to configure a Linux machine as a Router

2002-09-09 Thread Skuse, Phil
ECTED]' Subject: RE: How to configure a Linux machine as a Router Hi, I tried the suggested changes but it still is not able to communicate. How do I check whether packets are not being blocked by ipchains/iptables ? I had one more question. To eth2 I have given the addr. 192.168.0.13 a

RE: How to configure a Linux machine as a Router

2002-09-09 Thread rahul b jain cs student
> From: rahul b jain cs student [mailto:[EMAIL PROTECTED]] > Sent: 09 September 2002 14:32 > To: [EMAIL PROTECTED] > Subject: How to configure a Linux machine as a Router > > > Hi, > > I have a Linux server which I want to configure as a Router. On one end it > is conne

RE: How to configure a Linux machine as a Router

2002-09-09 Thread Skuse, Phil
32 To: [EMAIL PROTECTED] Subject: How to configure a Linux machine as a Router Hi, I have a Linux server which I want to configure as a Router. On one end it is connected to a workstation and on the other to a server both of which are Linux machines. So the network looks like this Workstation --

Re: How to configure a Linux machine as a Router

2002-09-09 Thread Mike Burger
In /etc/sysconfig/network, set "FORWARD_IPV4=" to yes. And in /etc/sysctl.conf, set "net.ipv4.ip_forward = 0" Then, "service network restart" and see what happens. On Mon, 9 Sep 2002, rahul b jain cs student wrote: > Hi, > > I have a Linux server which I want to configure as a Router. On one

How to configure a Linux machine as a Router

2002-09-09 Thread rahul b jain cs student
Hi, I have a Linux server which I want to configure as a Router. On one end it is connected to a workstation and on the other to a server both of which are Linux machines. So the network looks like this Workstation Router Server 192.168.0.1 192.168.0.14192.16