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
yeah, I just noticed that. Sorry, don't ipchains commands work in iptables though? I thought I remembered reading that somewhere. -Original Message- From: Jesse Keating [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 18, 2003 1:08 PM To: [EMAIL PROTECTED] Subject: Re: Int

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

Re: internet connection

2002-11-20 Thread Randy Kelsoe
Robert Savage wrote: Eric, Looks like there's a GATEWAY= line missing in your DHCP server's /etc/dhcpd.conf file. You can add a default gateway manually as root: # route add default gw but you'll have to do this every time you reboot or toggle your ethernet interface down and up. PITB. --

RE: internet connection

2002-11-20 Thread Lanny Marcus
>Message: 6 >From: "Eric Potvin" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Subject: internet connection >Date: Wed, 20 Nov 2002 14:00:12 -0500 >Reply-To: [EMAIL PROTECTED] >I use a Linksys Router to connect to the internet. The router is the >DHCP for it's little network. The DHCP works becau

Re: internet connection

2002-11-20 Thread Markku Kolkka
Viestissä Torstai 21. Marraskuuta 2002 00:59, Robert Savage kirjoitti: > Looks like there's a GATEWAY= line missing in your DHCP server's > /etc/dhcpd.conf file. You can add a default gateway manually as root: > ># route add default gw > > but you'll have to do this every time you reboot or t

Re: internet connection

2002-11-20 Thread Randy Kelsoe
Eric Potvin wrote: [root@The_Klingon_Empire etc]# route -n Kernel IP routing table Destination Gateway Genmask Flags Metric RefUse Iface 192.168.1.0 0.0.0.0 255.255.255.0 U 0 00 eth0 127.0.0.0 0.0.0.0 255.0.0.0 U 0

Re: internet connection

2002-11-20 Thread Robert Savage
Eric, Looks like there's a GATEWAY= line missing in your DHCP server's /etc/dhcpd.conf file. You can add a default gateway manually as root: # route add default gw but you'll have to do this every time you reboot or toggle your ethernet interface down and up. PITB. --Doc Savage Fairview

Re: internet connection

2002-11-20 Thread Thomas Molina
On 20 Nov 2002, Mr. Adam ALLEN wrote: > On Wed, 2002-11-20 at 21:13, Eric Potvin wrote: > > Here are all the answers to the commands shown earlier. > > I notice that there is no Gateway in "route" and this might possibly be a > > DNS problem. > > Whatever you guys can make of this is greatly appre

Re: internet connection

2002-11-20 Thread Mr. Adam ALLEN
On Wed, 2002-11-20 at 21:13, Eric Potvin wrote: > Here are all the answers to the commands shown earlier. > I notice that there is no Gateway in "route" and this might possibly be a > DNS problem. > Whatever you guys can make of this is greatly appreciated. > > Thanks, > > Eric > > > route -n >

Re: internet connection

2002-11-20 Thread Keith Winston
On Wed, 2002-11-20 at 14:00, Eric Potvin wrote: > Hello all, > > This should be a simple problem. > > I use a Linksys Router to connect to the internet. The router is the DHCP > for it's little network. The DHCP works because I see the Linux box eth0 > card's MAC address in the router DHCP table.

Re: internet connection

2002-11-20 Thread Thomas Molina
On Wed, 20 Nov 2002, Eric Potvin wrote: > What settings should I check to solve this problem?? > When I was using 7.3, it connected easily, never had anything to do, does > 8.0 do something different?? If it worked automaticaly in 7.3, it shouldn't be a problem with 8.0. >From the description o

Re: internet connection

2002-11-20 Thread Randy Kelsoe
Eric Potvin wrote: Hello all, This should be a simple problem. I use a Linksys Router to connect to the internet. The router is the DHCP for it's little network. The DHCP works because I see the Linux box eth0 card's MAC address in the router DHCP table. And the Linux box has the ip assigned to

RE: Internet Connection

2002-10-07 Thread Arend
On Mon, 7 Oct 2002, Eric Potvin wrote: > A) DHCP on lynkis is ON and working, I see the linux box on the DHCP table > from the Lynsis and > B) the eth0 card is assigned the IP from the lynksis, everything is fine > there. > Now the rest, > C) The setting appearing in /etc/resolv.conf is: nameserve

RE: Internet Connection

2002-10-07 Thread Eric Potvin
Message: 16 Date: Mon, 7 Oct 2002 14:26:41 -0700 From: Jesse Keating <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: Internet connection Organization: j2Solutions Reply-To: [EMAIL PROTECTED] On Mon, 7 Oct 2002 17:11:33 -0400 "Eric Potvin" <[EMAIL PROTECTED]> wrote:

RE: Internet connection

2002-10-07 Thread Cochran Robert L (NO)
Title: RE: Internet connection When you did the install and got to the networking configuration screen, did you specify obtaining an IP address through DHCP? If not, you need to enable DHCP so that your Linux system knows enough to "ask" for IP address information from the Link

Re: Internet connection

2002-10-07 Thread Jesse Keating
On Mon, 7 Oct 2002 17:11:33 -0400 "Eric Potvin" <[EMAIL PROTECTED]> wrote: # I can't connect to the internet. # # Let's see now. # Everything in iptables is set to ACCEPT. # I connect to my router using DHCP and the router assigns my eth0 # card with an address. # (Doesn't work either if I manual