All of lore.kernel.org
 help / color / mirror / Atom feed
* Proxy
@ 2010-05-03 16:53 maillists0
  2010-05-03 18:56 ` Proxy J. Bruce Fields
  0 siblings, 1 reply; 16+ messages in thread
From: maillists0 @ 2010-05-03 16:53 UTC (permalink / raw)
  To: linux-nfs

With NFS4's support for referrals and Kerberos, it seems like the
original reasons to prevent re-exporting of an NFS share might no
longer exist. With fs-proxy making its way into the mainline kernel
and things like cachefilesd, there are also very good reasons to allow
it. A proxy server with a persistent cache could give the ability to
robustly use shares across a WAN or do failover pairs with no need for
more complex replication. Speaking as an end-user, this would be very
desirable.

I see that others have implemented proxies with user-space NFS, which
seems reasonable but not optimal. What is the obstacle to allowing
re-exports with the standard nfs implentation? Is it possible at the
moment to patch a kernel to make this work? Anyone have experience
with it? Any input is appreciated.

^ permalink raw reply	[flat|nested] 16+ messages in thread
* RE: Proxy
@ 2002-09-21  9:10 Craig McDonald
  0 siblings, 0 replies; 16+ messages in thread
From: Craig McDonald @ 2002-09-21  9:10 UTC (permalink / raw)
  To: 'Ray Olszewski', 'linux-newbie@vger.kernel.org'

Try this site. It has got some good examples.
http://www.linuxguruz.org/iptables/

Craig

-----Original Message-----
From: Ray Olszewski [mailto:ray@comarre.com]
Sent: 21 September 2002 03:07
To: Le, Paul [Contractor]; linux-newbie@vger.kernel.org
Subject: RE: Proxy


At 08:38 PM 9/20/02 -0500, Le, Paul [Contractor] wrote:
>May I ask what is iptables, and where can I get a how to for it.
[old stuff deleted]

Oopf! A trickier question than it looks like, I'm sad to say.

iptables is the application used to configure some of the advanced routing 
functions (including firewalling, NAT, and port forwarding) in Linux 2.4.x 
kernels. If you have the application installed, "man iptables" will tell 
you the basic commands. But this listing is pretty barebones ... useful if 
you need to check a detail in your iptables ruleset, but not much help 
getting started.

To my surprise, there does not seem to be an "official" Ipchains HowTo at 
linuxdoc, but several routing HowTos have been updated recently enough to 
give at least a bit of an introduction. Find them via this URL

         http://www.tldp.org/HOWTO/HOWTO-INDEX/networking.html#NETROUTING

(www.tldp.org is the site formerly called linuxdoc, and it should always be 
the first place to check for HowTos or other Linux documentation).

There is an actual Iptables HowTo, which you can find many links for by 
searching on "linux iptables" at Google (the second place to check for 
HowTos and other Linux documentation). I don't know why it is not on the 
list at tldp (maybe times have changed and my "first" and "second" ratings 
need to be reversed?).

Another way to get a handle on Ipfilters is to look at an application that 
uses it. One example is Shorewall, a drop-in firewalling package. Find it 
the usual ways (some distros include it in their package-management
systems).

Finally, I came across this link:

         http://www.linuxnewbie.org/nhf/Security/IPtables_Basics.html

Personally, I didn't find the content all that helpful, but with so little 
for the beginner to choose from on this fundamentally difficult topice, I 
thought it worth mentioning anyway.


--
-------------------------------------------"Never tell me the odds!"--------
Ray Olszewski					-- Han Solo
Palo Alto, California, USA			  ray@comarre.com
----------------------------------------------------------------------------
---

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 16+ messages in thread
[parent not found: <3F06C9859CA7D31194ED0000D1ECC4AB14C48B1B@pkcexv007.sprints pectrum.com>]
* RE: Proxy
@ 2002-09-21  1:38 Le, Paul [Contractor]
  0 siblings, 0 replies; 16+ messages in thread
From: Le, Paul [Contractor] @ 2002-09-21  1:38 UTC (permalink / raw)
  To: 'Alan Womack', Majordomo leben.com

May I ask what is iptables, and where can I get a how to for it.

-----Original Message-----
From: 'Alan Womack' [mailto:arwbackup@worldnet.att.net]
Sent: Friday, September 20, 2002 8:19 PM
To: Majordomo leben.com
Subject: re: Proxy


As Ray said, it can be a piece.

I have in my Linux server, which started as a Redhat machine and become a
LinuxFromScratch machine because I was frustrated not knowing enough about
the internals of linux.

I have two network cards in my machine:

eth0 is connected to my DSL modem
eth1 is connected to my hub

The linux machine runs iptables in a simple firewall from the howto's to
allow my local machines to use eth1 as a gateway to the internet.

Net cost was a pair of laying around network cards and a few days learning.

Alan

 >>  I am sorry kind of jump in the middle here. I am looking for a software
so
 >>  more than one computers in my LAN can share a same internet connection.
Is
 >>  Squid doing this???

 >>  Thanks,
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 16+ messages in thread
* re: Proxy
@ 2002-09-21  1:18 'Alan Womack'
  0 siblings, 0 replies; 16+ messages in thread
From: 'Alan Womack' @ 2002-09-21  1:18 UTC (permalink / raw)
  To: Majordomo leben.com

As Ray said, it can be a piece.

I have in my Linux server, which started as a Redhat machine and become a LinuxFromScratch machine because I was frustrated not knowing enough about the internals of linux.

I have two network cards in my machine:

eth0 is connected to my DSL modem
eth1 is connected to my hub

The linux machine runs iptables in a simple firewall from the howto's to allow my local machines to use eth1 as a gateway to the internet.

Net cost was a pair of laying around network cards and a few days learning.

Alan

 >>  I am sorry kind of jump in the middle here. I am looking for a software so
 >>  more than one computers in my LAN can share a same internet connection. Is
 >>  Squid doing this???

 >>  Thanks,
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 16+ messages in thread
[parent not found: <3F06C9859CA7D31194ED0000D1ECC4AB14C48B12@pkcexv007.sprints pectrum.com>]
* RE: Proxy
@ 2002-09-20 20:41 Le, Paul [Contractor]
  0 siblings, 0 replies; 16+ messages in thread
From: Le, Paul [Contractor] @ 2002-09-20 20:41 UTC (permalink / raw)
  To: 'Alan Womack', linux-newbie

I am sorry kind of jump in the middle here. I am looking for a software so
more than one computers in my LAN can share a same internet connection. Is
Squid doing this???

Thanks,

-----Original Message-----
From: Alan Womack [mailto:arwbackup@worldnet.att.net]
Sent: Friday, September 20, 2002 3:39 PM
To: linux-newbie@vger.kernel.org
Subject: re: Proxy


I am using squid for this now, I also understand Squidguard goes further and
has abilities to download maintained lists of approved and disapproved sites
from a central server on the web.  e.g. other people say what is
approved/disapproved..

> I want to be able to have all web traffic filter through my Linux
server. I need to be able to log all activity. Who made the request and
what pages they went to. I also need to be to use a white list. Only
allowing access to certain sites rather then a blacklist which just
refuses access to certain sites. I have been looking at the squid
package but it seems to be more of a web cache then a proxy. At least
all the documentation I have read on has be cache specific. Any
suggestions on what software I should run and maybe a link to the docs.
Thanks! <
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 16+ messages in thread
* re: Proxy
@ 2002-09-20 20:38 Alan Womack
  0 siblings, 0 replies; 16+ messages in thread
From: Alan Womack @ 2002-09-20 20:38 UTC (permalink / raw)
  To: linux-newbie

I am using squid for this now, I also understand Squidguard goes further and has abilities to download maintained lists of approved and disapproved sites from a central server on the web.  e.g. other people say what is approved/disapproved..

> I want to be able to have all web traffic filter through my Linux
server. I need to be able to log all activity. Who made the request and
what pages they went to. I also need to be to use a white list. Only
allowing access to certain sites rather then a blacklist which just
refuses access to certain sites. I have been looking at the squid
package but it seems to be more of a web cache then a proxy. At least
all the documentation I have read on has be cache specific. Any
suggestions on what software I should run and maybe a link to the docs.
Thanks! <
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 16+ messages in thread
* RE: Proxy
@ 2002-09-20 18:10 Craig McDonald
  0 siblings, 0 replies; 16+ messages in thread
From: Craig McDonald @ 2002-09-20 18:10 UTC (permalink / raw)
  To: 'Paul Kraus', linux-newbie


You can create acl's with Squid to deny/permit certain sites, 
so you could create an acl with a list of site that you users are permitted
to view.
You can run a perl program called Calamaris to create reports

Squid documentation
http://squid-docs.sourceforge.net/latest/html/book1.htm

Calamaris
http://cord.de/tools/squid/calamaris/

Hope thats what you are looking for.

Craig


-----Original Message-----
From: Paul Kraus [mailto:pkraus@pelsupply.com]
Sent: 20 September 2002 18:33
To: linux-newbie@vger.kernel.org
Subject: Proxy


I want to be able to have all web traffic filter through my Linux
server. I need to be able to log all activity. Who made the request and
what pages they went to. I also need to be to use a white list. Only
allowing access to certain sites rather then a blacklist which just
refuses access to certain sites. I have been looking at the squid
package but it seems to be more of a web cache then a proxy. At least
all the documentation I have read on has be cache specific. Any
suggestions on what software I should run and maybe a link to the docs.
Thanks!

Paul Kraus
Network Administrator
PEL Supply Company
216.267.5775 Voice
216-267-6176 Fax
www.pelsupply.com

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 16+ messages in thread
* Proxy
@ 2002-09-20 17:32 Paul Kraus
  2002-09-20 18:02 ` Proxy Ray Olszewski
  0 siblings, 1 reply; 16+ messages in thread
From: Paul Kraus @ 2002-09-20 17:32 UTC (permalink / raw)
  To: linux-newbie

I want to be able to have all web traffic filter through my Linux
server. I need to be able to log all activity. Who made the request and
what pages they went to. I also need to be to use a white list. Only
allowing access to certain sites rather then a blacklist which just
refuses access to certain sites. I have been looking at the squid
package but it seems to be more of a web cache then a proxy. At least
all the documentation I have read on has be cache specific. Any
suggestions on what software I should run and maybe a link to the docs.
Thanks!

Paul Kraus
Network Administrator
PEL Supply Company
216.267.5775 Voice
216-267-6176 Fax
www.pelsupply.com

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2010-05-03 22:16 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-03 16:53 Proxy maillists0
2010-05-03 18:56 ` Proxy J. Bruce Fields
2010-05-03 19:25   ` Proxy Trond Myklebust
2010-05-03 21:14     ` Proxy maillists0
2010-05-03 22:16       ` Proxy Trond Myklebust
  -- strict thread matches above, loose matches on Subject: below --
2002-09-21  9:10 Proxy Craig McDonald
     [not found] <3F06C9859CA7D31194ED0000D1ECC4AB14C48B1B@pkcexv007.sprints pectrum.com>
2002-09-21  2:06 ` Proxy Ray Olszewski
2002-09-21 19:55   ` Proxy Bob Batson
2002-09-21  1:38 Proxy Le, Paul [Contractor]
2002-09-21  1:18 Proxy 'Alan Womack'
     [not found] <3F06C9859CA7D31194ED0000D1ECC4AB14C48B12@pkcexv007.sprints pectrum.com>
2002-09-20 21:12 ` Proxy Ray Olszewski
2002-09-20 20:41 Proxy Le, Paul [Contractor]
2002-09-20 20:38 Proxy Alan Womack
2002-09-20 18:10 Proxy Craig McDonald
2002-09-20 17:32 Proxy Paul Kraus
2002-09-20 18:02 ` Proxy Ray Olszewski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.