All of lore.kernel.org
 help / color / mirror / Atom feed
* Bridge Transparent Proxy
@ 2007-05-22 14:28 Jon Tim
  2007-05-22 14:35 ` Robert LeBlanc
  0 siblings, 1 reply; 25+ messages in thread
From: Jon Tim @ 2007-05-22 14:28 UTC (permalink / raw)
  To: netfilter

HI Expert,
 
Please allow me to ask bridge transparent proxy.
 
I have public iP address 203.X.X.X and I used Bridge
between Wireless LAN access point and HUB. So, all IP
are in 203.X.X.X with same subnet mask 255.255.255.0.
 
Interenet---------->
eth0------>bridge<------eth1<--------WirlessAP
 
Bridge is working well with 2 NICs. 
 
My question is I would like to forward only port 80
and 443  from eth1 to eth0 and would like to log http
traffic pass through bridge.
 
Please let me know which command to type in iptables.
 
Best regards,
Jon


       
____________________________________________________________________________________Get the Yahoo! toolbar and be alerted to new email wherever you're surfing.
http://new.toolbar.yahoo.com/toolbar/features/mail/index.php


^ permalink raw reply	[flat|nested] 25+ messages in thread
* RE: bridge + transparent proxy
@ 2004-08-24 12:28 Jason Opperisano
  2004-08-24 13:13 ` ArioS
  0 siblings, 1 reply; 25+ messages in thread
From: Jason Opperisano @ 2004-08-24 12:28 UTC (permalink / raw)
  To: netfilter

> hi all , i`m running linux kernel 2.4.20 with bridge installed (2 eth).. the
> bridge works nice and i can block any traffic that i want
> the problem is i can`t do tranparent proxy , i tried using
>
> iptables -A PREROUTING -t nat -p tcp --dport 80 -j DNAT --to $myproxy:3128
>
> and it didn`t work... my bridge didn`t get any incoming traffic from client
> to port 80 or 3128....
> is it because bridge only run in layer 1 or something else ? sorry for my
> dumb question :)
> any idea ?
>
> Regards,
>
>
> Kristian

try:  http://en.tldp.org/HOWTO/TransparentProxy-7.html

and for what it's worth--bridges are layer 2.

-j


^ permalink raw reply	[flat|nested] 25+ messages in thread
* Multiple IPSEC VPNs through a firewall based on 2.4.2X kernel
@ 2004-08-24  5:11 Roksana Boreli
  2004-08-24  5:46 ` Ming-Ching Tiew
  0 siblings, 1 reply; 25+ messages in thread
From: Roksana Boreli @ 2004-08-24  5:11 UTC (permalink / raw)
  To: netfilter

Hi,

I am trying to set up multiple ipsec VPN clients working behind a Linux
router with NAT/PAT, based on a 2.4.20 (can be 2.4.22) kernel. I would
like to be able to connect a number of Windows (2k or XP) machines to an
existing Cisco VPN server. 

client 1 (ipsec) --->  | router	|
client 2 (ipsec) --->  |  NAT/	|
.		        PAT	| -> ipsec VPN server (Cisco)
.		     |		|
client 10 (ipsec) --->|		|

A patch seems to be needed to make this work, and I have seen a lot of
emails with a similar question in regards to pptp VPN clients, but
nothing encouraging for ipsec.  I have also seen the IP masquerade HOWTO
and the VPN HOWTO, which both refer to a patch for 2.2 kernels, but
claim nothing is available for 2.4 kernels. I am a netfilter newbie (if
this is not blindingly obvious), so any help would be much appreciated.


Kind regards, Roksana


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

end of thread, other threads:[~2007-06-18 17:27 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-22 14:28 Bridge Transparent Proxy Jon Tim
2007-05-22 14:35 ` Robert LeBlanc
2007-05-22 16:06   ` Pascal Hambourg
2007-05-23  5:56     ` Jon Tim
2007-05-23 13:39       ` Gáspár Lajos
2007-05-22 16:09   ` Grant Taylor
2007-05-22 17:07     ` Robert LeBlanc
2007-05-22 18:30       ` Grant Taylor
2007-05-22 18:36         ` Pascal Hambourg
2007-05-22 18:51           ` Grant Taylor
2007-05-22 19:26             ` NAT addresses - RFC or tradition? Paul Blondé
2007-05-22 19:46               ` Andre Guimarães
2007-05-22 19:57                 ` Tim Evans
2007-05-22 20:02                   ` Marius-Iulian Corici
2007-06-18 17:27                   ` R. DuFresne
2007-06-18 17:25                 ` R. DuFresne
2007-05-22 20:02               ` Leonardo Rodrigues Magalhães
2007-05-22 20:22               ` Grant Taylor
2007-05-22 21:39             ` Bridge Transparent Proxy Petr Pisar
2007-05-22 22:07             ` Pascal Hambourg
2007-05-23  0:25               ` Grant Taylor
2007-05-22 18:39         ` Robert LeBlanc
  -- strict thread matches above, loose matches on Subject: below --
2004-08-24 12:28 bridge + transparent proxy Jason Opperisano
2004-08-24 13:13 ` ArioS
2004-08-24  5:11 Multiple IPSEC VPNs through a firewall based on 2.4.2X kernel Roksana Boreli
2004-08-24  5:46 ` Ming-Ching Tiew
2004-08-24  7:32   ` Payal Rathod
2004-08-24  7:50     ` Ming-Ching Tiew
2004-08-24  8:53       ` bridge + transparent proxy ArioS

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.