Re: TCPIP performance for VMS



On Apr 22, 7:28 pm, JF Mezei <jfmezei.spam...@xxxxxxxxxxxxx> wrote:
jbriggs...@xxxxxxxxx wrote:
However there's the interesting possibility that the PPPoE
encapsulation is reducing the available MTU

It isn't a possibility, it is a fact. The PPPoE kludge reduces MTU to
1492 (PPPoE header takes 8 btes minimum, and if you use MLPPP (multipe
links bonded into one), the headers are larger.

clear or  ignored.  A MAC using a MTU less than 1500 could be getting
its packets through intact while the DSL modem is forced to fragment
full sized 1500 byte frames being emitted by the VMS box.

It wouldn't be the DSL modem, it would bethe router (semantics...). The
modem always fragments the PPPoE kludge into ancient ATM packets (53
byte packet, 48 byte payload).

If the
speed testing site is detecting IP fragments, it could be falsely
concluding that PMTUD is not supported by the client

Thewww.speedguide.net:8080looks at the TCP options. And it says that
VMS doesn't have MTU discovery enabled. But the Mac has it. Both go
though the same router/link.

PMTUD isn't implemented in the TCP options. The DF bit is in the IP
header.
(semantics :-).

If you're still using Cisco router gear, there is a tweak you can try.

In interface configuration mode

ip tcp adjust-mss 1436 ! (or other selected value)

This causes the router to reach into the TCP SYN and SYN+ACK packets
and adjust the MSS advertised by the client to the server and the
server to the client. The upshot is that the two ends wind up sending
smaller packets.
.



Relevant Pages

  • Re: How to see frag/defrag utilization of the router.
    ... > defragmentin/fragmenting of packets about wrong settings of MTU. ... > I have IPsec traffic going through the router and when it is present ... > 400-500 kbytes per second while the IPsec traffic only 30/40 kBytes ...
    (comp.dcom.sys.cisco)
  • Re: TCPIP performance for VMS
    ... links bonded into one), the headers are larger. ... its packets through intact while the DSL modem is forced to fragment ... VMS doesn't have MTU discovery enabled. ... If you're still using Cisco router gear, there is a tweak you can try. ...
    (comp.os.vms)
  • Re: Whats happened to Microsoft Support?
    ... supports our servers and they suggested it could be the router that controls ... I've had the MTU setting changed from 1400 to 1500 at ... single byte of control bits to packets. ...
    (microsoft.public.exchange.admin)
  • Understanding path MTU discovery
    ... As far as I can tell from my reading, if a computer on the internet accesses our web server, but the reply from the server is too big (for example, the client computer is using a PPPoE link with an MTU of 1492), the client's ISP's gateway router will send an ICMP package back to our router. ... I understand that I could mark incoming packets from clients so that replies are sent out through the same interface they came in, but I would prefer to balance the output packets. ...
    (comp.os.linux.networking)
  • Re: Weird net connection problem
    ... across the Internet) to throttle or not the traffic). ... Depends how many packets in your connection are lost. ... you connect to some ISP via a router (not a home ADSL one, I should add, ... be advertising to the rest of the Internet, the address of your network, ...
    (uk.comp.sys.mac)