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
www.rock.lug.net > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Heinz Lindau > Sent: Sunday, December 22, 2002 4:19 AM > To: [EMAIL PROTECTED] > Subject: RH8.0 as a internet router > > > Hello, > >

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
ables.shtml > > Enjoy :) > > -Jon > > On Sun, 2002-12-22 at 04:18, Heinz Lindau wrote: >> Hello, >> >> I want to set up my RH8.0 as a internet router. The enviroment is one >> PC with a DSL connection to internet (as server with RH8.0), the >> seco

Re: RH8.0 as a internet router

2002-12-22 Thread Jon \"GenKIller\"
Lindau wrote: > Hello, > > I want to set up my RH8.0 as a internet router. The enviroment is one PC > with a DSL connection to internet (as server with RH8.0), the second PC is set > up with Windows XP. > > The DSL internetconnection for DSL works well. A ping between both PC

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
11:19 AM > To: [EMAIL PROTECTED] > Subject: RH8.0 as a internet router > > > Hello, > > I want to set up my RH8.0 as a internet router. The > enviroment is one PC > with a DSL connection to internet (as server with RH8.0), the > second PC is set > up with Windows XP

RH8.0 as a internet router

2002-12-22 Thread Heinz Lindau
Hello, I want to set up my RH8.0 as a internet router. The enviroment is one PC with a DSL connection to internet (as server with RH8.0), the second PC is set up with Windows XP. The DSL internetconnection for DSL works well. A ping between both PC's is possible. Now my question. How to s