Ignoring NAT for a moment, when a JF host tries to establish a TCP
connection to a non-JF host, 99 times out of 10, the MSS options in
the SYNchronize segments will mean that the JF host will actually use
a non-JF MSS for that connection. The real problem arises with UDP
communications - there is no MSS exchange there, so when a JF host
sends the 9Kish UDP datagram to the non-JF host it will hit a point
where the MTU goes non-JF and likely be dropped as a giant frame or
somesuch.
Now, the above was for a single broadcast domain. If there is a
router bewteen the JF and non-JF networks, the same TCP stuff applies,
the UDP datagram will be received by the router and then one of two
things happens when the router tries to forward it out the non-JF
interface. Either DF was *not* set in the IP header, in which case
the router will simply fragment the IP datagram carrying the UDP
datagram. If DF (don't fragment) is set in the IP header (I'm
assuming IPv4 here) then in the router will drop the Ip datagram and
may send-back an ICMP Datagram Too Big message.
rick jones
--
The computing industry isn't as much a game of "Follow The Leader" as
it is one of "Ring Around the Rosy" or perhaps "Duck Duck Goose."
- Rick Jones
these opinions are mine, all mine; HP might not want them anyway...

feel free to post, OR email to rick.jones2 in hp.com but NOT BOTH...