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
You do realize that the router has to have an IP address on both networks, or a netmask that covers both networks, right? ie, one interface on the router should have an IP in the 192.168.0 network and the other should have an IP in the 192.168.1 network. On Mon, 9 Sep 2002, rahul b jain cs stu

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
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 and to eth3, 192.168.0.14. Since eth3 is also given a 192.168.0 network addr

RE: How to configure a Linux machine as a Router

2002-09-09 Thread Skuse, Phil
In /etc/sysctl.conf: net.ipv4.ip_forward = 1 Or echo "1" > /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: [EMAIL PROTECT

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