All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexandru Dragoi <alex@zoomnet.ro>
To: Serge Matovic <matovics@yahoo.com>
Cc: netfilter@lists.netfilter.org
Subject: Re: Please help with my bridge/router
Date: Tue, 13 Mar 2007 09:46:18 +0200	[thread overview]
Message-ID: <45F656CA.7080104@zoomnet.ro> (raw)
In-Reply-To: <20070312221935.55027.qmail@web50411.mail.re2.yahoo.com>

Serge Matovic wrote:
> Hi to all. I'm a bit hesitant to bug you with this
> basic problem of mine, and I just hope that I'm not
> wasting your time.
> OK, here is the situation. I have a Linux machine with
> 4 NICs. I have configured 3 of these NICs into a
> bridge (br0), and the 4th NIC is connected to an ADSL
> modem (ppp0), which, in turn, is connected to
> Internet. This NIC is getting a DHCP address from my
> ISP. I'm using the iptable script from dranch's
> IP-MASQ-HOWTO. (and I tried many other ones, as well).
>
> Now here is the problem: When I try to go Internet
> from my Client computer (connected to one of the 3
> NICs of this bridge/router) some sites (like
> Google.ca) connect and work perfectly, ***BUT*** some
> sites (like globaltv.com) do not load at all. But I
> know that they work fine when I connect to them
> without going thru my bridge/router.
>
> Does anyone have a thought on why some sites work and
> some don't?
>
> Many thanks, and best regards,
> serge.
>
>
>
>  
> ____________________________________________________________________________________
> Never miss an email again!
> Yahoo! Toolbar alerts you the instant new Mail arrives.
> http://tools.search.yahoo.com/toolbar/features/mail/
>
>   
Try:

iptables -I FORWARD -j TCPMSS  -o ppp0 -p tcp --tcp-flags SYN,RST SYN 
--clamp-mss-to-pmtu


In the man table of iptables you can see the explanation too.


  parent reply	other threads:[~2007-03-13  7:46 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-12 22:19 Please help with my bridge/router Serge Matovic
2007-03-13  4:30 ` Routing to and from an IP on an interface Nathan
2007-03-14 16:27   ` Jan Engelhardt
2007-03-13  7:46 ` Alexandru Dragoi [this message]
2007-03-13 11:41   ` Please help with my bridge/router ArcosCom Linux User
2007-03-13 12:06     ` Serge Matovic
2007-03-13 11:59   ` Serge Matovic
2007-03-14  0:57     ` Martijn Lievaart
2007-03-14 11:15       ` Serge Matovic

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=45F656CA.7080104@zoomnet.ro \
    --to=alex@zoomnet.ro \
    --cc=matovics@yahoo.com \
    --cc=netfilter@lists.netfilter.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.