RE: RH8.0 as a internet router

2002-12-23 Thread Tommy McNeely
Wow.. this is actually a pretty decent little script.. Can we get Mike to crack down on the folks that write the default firewall configuration stuff? --On Sunday, December 22, 2002 07:25:07 AM -0500 Chris Kloiber <[EMAIL PROTECTED]> wrote: You can also make the change in /etc/sysctl.conf, then

RE: RH8.0 as a internet router

2002-12-23 Thread Jim Hubbard
IMHO, Shorewall (www.shorewall.net) is the best free system for creating a firewall there is. Just by editing some fairly simple configuration files, you can set up masqerading, port forwarding, blacklisting, and lots of other stuff that I don't really understand. They have sample configuration fi

RE: RH8.0 as a internet router

2002-12-23 Thread Chris Bice
route add -net 192.168.2.0 gw 192.168.?.? eth? should do the trick. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of David Sudjiman Sent: Sunday, December 22, 2002 9:18 PM To: [EMAIL PROTECTED] Subject: Re: RH8.0 as a internet router I use linux as a

Re: RH8.0 as a internet router

2002-12-22 Thread James McArthur
Hi, I'd like to second this.. David Ranch's site is the best IMO site for securing your Linux box, and for setting up Masquerading. James On Mon, 2002-12-23 at 13:59, Craig White wrote: > I would heavily recommend that you investigate David Ranch's linux > masquerade howto... >

Re: RH8.0 as a internet router

2002-12-22 Thread Craig White
On Sun, 2002-12-22 at 20:18, David Sudjiman wrote: > I use linux as a firewall and as a router. > > But, If I may recall my three-months ago, I did not suceed with my > ip_forward to just create the ip forwarding. > > All i wanted to do is to make a connection between 192.168.1.0 and > 192.168.2.

Re: RH8.0 as a internet router

2002-12-22 Thread David Sudjiman
I use linux as a firewall and as a router. But, If I may recall my three-months ago, I did not suceed with my ip_forward to just create the ip forwarding. All i wanted to do is to make a connection between 192.168.1.0 and 192.168.2.0. I have to use NAT for this. Did I do the right thing? Because

Re: RH8.0 as a internet router

2002-12-22 Thread Warren Togami
http://www.mplug.org/phpwiki/index.php/BasicFirewallRouter You could try the directions at this guide here. Fairly easy. -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list

Re: RH8.0 as a internet router

2002-12-22 Thread Chris Bice
Im assuming that eth0 is your DSL connection and eth1 is your local connection with an ip address of 10.0.0.1/255.255.255.0. I am also assuming you want to use DHCP on your RH8 box, so here is the scenario I would put into place: first : echo "1" /proc/sys/net/ipv4/ip_forward "enables ip forwardi

Re: RH8.0 as a internet router

2002-12-22 Thread Jon \"GenKIller\"
http://www.tldp.org/HOWTO/IP-Masquerade-HOWTO/index.html There are others also on TLDP that should help you out. You may also find my iptables router guide helpful, available at http://www.digital-drip.com/articles/linux/newbie/iptables.shtml Enjoy :) -Jon On Sun, 2002-12-22 at 04:18, Heinz Li

RE: RH8.0 as a internet router

2002-12-22 Thread Chris Kloiber
You can also make the change in /etc/sysctl.conf, then run 'sysctl -p' instead of the echo command. You will also need a firewall script that supports NAT. I personally use the one written my my co-worker, Mike Gahagan, found at http://people.redhat.com/mgahagan/firewall/fwiptables After you have

RE: RH8.0 as a internet router

2002-12-22 Thread Pavel Rozenboim
In /etc/sysctl.conf change net.ipv4.ip_forward to 1 to enable routing on boot time. Run "echo 1 > /proc/sys/net/ipv4/ip_forward" to enable routing immediately. > -Original Message- > From: Heinz Lindau [mailto:[EMAIL PROTECTED]] > Sent: Sun, December 22, 2002 11:19 AM > To: [EMAIL PROTECT