RE: Internet Connection Sharing with Linux

2003-02-19 Thread Carter, Shaun G
Thanks for the info, much appreciated. Shaun -Original Message- From: jdow [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 18, 2003 4:46 PM To: [EMAIL PROTECTED] Subject: Re: Internet Connection Sharing with Linux From: "Carter, Shaun G" <[EMAIL PROTECTED]> > So

Re: Internet Connection Sharing with Linux

2003-02-18 Thread jdow
From: "Carter, Shaun G" <[EMAIL PROTECTED]> > yeah, I just noticed that. Sorry, don't ipchains commands work in iptables > though? I thought I remembered reading that somewhere. No. Nor are the two command NAT "solutions" at all secure. They do nothing to protect the NAT machine. The http://ipm

Re: Internet Connection Sharing with Linux

2003-02-18 Thread John Dey
John: The breath of knowledge to understand and to be able to configure ALL linux programs is tremendous. Like you, I had a similar experience awhile back with a small office network I had been using samba with for years. I got cable and wanted to serve up browsing and email to the other XP

Re: Internet Connection Sharing with Linux

2003-02-18 Thread jdow
From: "Tommy McNeely" <[EMAIL PROTECTED]> > BAD NEWS!! DO NOT USE THIS SITE! > > This was written for linux 2.2 using ipchains.. I suggest you do not use > this site .. at least not explicitly.. I am still searching for a decent > site that explains this using a recent version of linux. > > Tommy

Re: Internet Connection Sharing with Linux

2003-02-18 Thread John Nall
At 03:10 PM 2/18/2003 -0300, Sergio Durand wrote: for the fast and simple configuration, setup your squid ... and configure clients browsers to use proxy server ... this way is more easy .. I think that I am beginning to get a glimmer of what my main problem is -- I am not able to translate fr

Re: Internet Connection Sharing with Linux (ANSWER)

2003-02-18 Thread Dax Kelson
On Tue, 2003-02-18 at 10:52, John Nall wrote: > There is something I can't seem to grasp, and so far I have not found the > answer. I'm trying to ween myself away from Windows and migrate to Linux > (for several reasons) but gosh it sure is not easy to do even when one is > determined. How in

Re: Internet Connection Sharing with Linux

2003-02-18 Thread Tommy McNeely
John, You are correct. it is not "easy" nor currently "built-in" to RedHat. I followed the FAQs on http://www.netfilter.org .. but that is not nearly as "easy" as checking the little checkbox.. I think RFE's have been filed against this (gnome-lokkit or whatever that default "firewall tool" is), i

RE: Internet Connection Sharing with Linux

2003-02-18 Thread Carter, Shaun G
smoothwall is also very nice. the new beta (2.0.4) is rocksolid. www.smoothwall.org Shaun -Original Message- From: Thomas Robinson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 18, 2003 1:23 PM To: [EMAIL PROTECTED] Subject: Re: Internet Connection Sharing with Linux On Tue

Re: Internet Connection Sharing with Linux

2003-02-18 Thread Thomas Robinson
On Tue, 2003-02-18 at 17:52, John Nall wrote: > determined. How in the world do you accomplish ICS??? For the non-windows people; what's ICS? (Internet Connection Sharing???) > I think that I have managed to get the dial-up > machine working OK, You need to specify the gateway computer in win

RE: Internet Connection Sharing with Linux

2003-02-18 Thread Carter, Shaun G
ACK, the last email I sent was for ipfwadfm, disregard that one too. Talk about a bad track record today. -Original Message- From: Tommy McNeely [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 18, 2003 1:10 PM To: [EMAIL PROTECTED] Subject: RE: Internet Connection Sharing with Linux

RE: Internet Connection Sharing with Linux

2003-02-18 Thread Carter, Shaun G
ernet Connection Sharing with Linux Ugh, it's outdated if they are pushing the use of ipchains on users. Perhaps somebody should re-vamp the how-to to fit iptables users. -- Jesse Keating RHCE MCSE http://geek.j2solutions.net Mondo DevTeam (www.mondorescue.org) -- Psyche-list mailing l

RE: Internet Connection Sharing with Linux

2003-02-18 Thread Carter, Shaun G
Here's more At the Server Add the following line to the /etc/sysconfig/network file: FORWARD_IPV4=yes Add the following to the /etc/rc.d/rc.local file: ipfwadm -F -p deny ipfwadm -F -a m -S 192.168.0.0/24 -D 0.0.0.0/0 Now start them manually from the command line so you don't have to reboot.

Re: Internet Connection Sharing with Linux

2003-02-18 Thread Sergio Durand
for the fast and simple configuration, setup your squid ... and configure clients browsers to use proxy server ... this way is more easy .. now, for a good look configuration, do you need learn iptables (www.netfilter.com or .org... i don't remember..) there're many howtos... with examples... try

RE: Internet Connection Sharing with Linux

2003-02-18 Thread Tommy McNeely
BAD NEWS!! DO NOT USE THIS SITE! This was written for linux 2.2 using ipchains.. I suggest you do not use this site .. at least not explicitly.. I am still searching for a decent site that explains this using a recent version of linux. Tommy On Tue, 2003-02-18 at 11:03, Carter, Shaun G wrote

Re: Internet Connection Sharing with Linux

2003-02-18 Thread Jesse Keating
On Tuesday 18 February 2003 10:03, Carter, Shaun G wrote: > Has anyone pointed you here? > > http://www.justlinux.com/nhf/Networks/Easy_Internet_Sharing.html Ugh, it's outdated if they are pushing the use of ipchains on users. Perhaps somebody should re-vamp the how-to to fit iptables users. --

RE: Internet Connection Sharing with Linux

2003-02-18 Thread Carter, Shaun G
Has anyone pointed you here? http://www.justlinux.com/nhf/Networks/Easy_Internet_Sharing.html Shaun -Original Message- From: John Nall [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 18, 2003 12:53 PM To: RH8.0 List Subject: Internet Connection Sharing with Linux There is something