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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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.
--
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
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.
--
>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
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
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
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
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
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
>
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.
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
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
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
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:
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
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
30 matches
Mail list logo