On Thu, 28 Jul 2005 18:25:49 -0500, Clifford Kite <(E-Mail Removed)> wrote:
>
> > This behaviour is consistent. Frankly, I'm at a loss as to where to
> > look. Any suggestions?
Large file attachments are being dropped by ISPs routinely, without
notice. Best option from my POV was to setup anonymous FTP server
with speed / connection limited write only upload directory
> Perhaps it's PPPoE DSL and you just need to configure the firewall
> on B to use the --clamp-mss-to-pmtu option; see man iptables for how
> to do that.
This addresses a different issue, where packets of a certain size
range are dropped, different symptoms, use the ping with packet
size option to discover.
Related is ISPs dropping all ICMPs, then you must clamp to a set
value, I set the Cisco minimum MSS of 1360:
http://www.cisco.com/warp/public/794/router_mtu.html
As path MTU discovery not useful in this case.
Cheers,
Grant.