Auteur Topic: Jumbo Frames -> MTU 9000  (gelezen 9881 keer)

Offline m4v3r1ck

  • MVP
  • *
  • Bedankjes
  • -Gegeven: 2999
  • -Ontvangen: 316
  • Berichten: 2.628
  • $ sudo -i
Jumbo Frames -> MTU 9000
« Gepost op: 30 april 2015, 14:53:47 »
Vervolg van dit Topic.......

[Birdy]


MACPRO:~ $ ping -D -s 8150 192.168.178.125

PING 192.168.178.125 (192.168.178.125): 8150 data bytes

8158 bytes from 192.168.178.125: icmp_seq=0 ttl=64 time=0.748 ms
8158 bytes from 192.168.178.125: icmp_seq=1 ttl=64 time=0.952 ms
Uitstekend dus, Jumbo MTU 9000 werkt tussen je MAC > NAS.

Edit:
Als het niet goed gaat, dan krijg je bijvoorbeeld dit (Windows > Server):

Citaat
C:\Windows\system32>ping -l 8150 -f Server

Pinging Server [192.168.1.22] with 8150 bytes of data:
Packet needs to be fragmented but DF set.
Packet needs to be fragmented but DF set.
Packet needs to be fragmented but DF set.
Packet needs to be fragmented but DF set.

Ping statistics for 192.168.1.22:
    Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

Even een snelle test in Windows 8 gedaan:

Settings (voor beiden gelijk natuurlijk) voor de twee nic's die tesamen als bridge werken:

Bridge:



Jumbo settings in afzonderlijke nic's van de Mac:



Microsoft Windows [Version 6.2.9200]
(c) 2012 Microsoft Corporation. All rights reserved.

C:\Windows\system32>ping -f -l 8150 192.168.178.125

Pinging 192.168.178.125 with 8150 bytes of data:
Packet needs to be fragmented but DF set.
Packet needs to be fragmented but DF set.
Packet needs to be fragmented but DF set.
Packet needs to be fragmented but DF set.

Ping statistics for 192.168.178.125:
    Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

C:\Windows\system32>ping -f -l 1473 192.168.178.125

Pinging 192.168.178.125 with 1473 bytes of data:
Packet needs to be fragmented but DF set.
Packet needs to be fragmented but DF set.
Packet needs to be fragmented but DF set.
Packet needs to be fragmented but DF set.

Ping statistics for 192.168.178.125:
    Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

C:\Windows\system32>ping -f -l 1472 192.168.178.125

Pinging 192.168.178.125 with 1472 bytes of data:
Reply from 192.168.178.125: bytes=1472 time<1ms TTL=64
Reply from 192.168.178.125: bytes=1472 time<1ms TTL=64
Reply from 192.168.178.125: bytes=1472 time<1ms TTL=64
Reply from 192.168.178.125: bytes=1472 time<1ms TTL=64

Ping statistics for 192.168.178.125:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum = 0ms, Average = 0ms



Nou, dat is niet echt een performance =<1472 , maar het zullen ongetwijfeld de instellingen zijn.

Ik zal de bridge even verwijderen en het proberen met alleen een enkele 1.0Gbps nic.

Laters
Commander: DS1821+ | DSM 7.2-64570 U3
SightWinder: DS1821+ | DSM 7.2.1-69057 U4 VMM
Wingman:     DS1812+ | DSM 6.2.4-25556 U7
UPS:             APC Back UPS BE850G2-GR (2x)
________________________________________________________________________________
Cheers! - ! I am an advocate of the "if it ain't broke, you didn't fix it enough" modus operandi !

Offline Birdy

  • Global Moderator
  • MVP
  • *
  • Bedankjes
  • -Gegeven: 1381
  • -Ontvangen: 7984
  • Berichten: 44.005
  • Alleen een PB sturen als hier om gevraag wordt.
    • Truebase
Re: Jumbo Frames -> MTU 9000
« Reactie #1 Gepost op: 30 april 2015, 15:06:54 »
Citaat
Nou, dat is niet echt een performance =<1472 , maar het zullen ongetwijfeld de instellingen zijn.
Tja, dat is dus standaard MTU 1500.


CS406      DSM 2.0-0731    DS508      DSM 4.0-2265      DS411+II  DSM 6.2.4-25556-7   DS115J    DSM 7.1.1-42962-5   DS918+    DSM 6.2.4-25556-7
DS107+     DSM 3.1-1639    DS411slim  DSM 6.2.4-25556   DS213J    DSM 6.2.4-25556-7   DS1515+   DSM 6.2.4-25556-7   DS220+    DSM 7.2.2-72806-1
DS107+     DSM 3.1-1639    DS111      DSM 5.2-5967-9    DS413J    DSM 6.2.3-25426-2   DS716+II  DSM 7.2.2-72806-1   RT2600ac  SRM 1.3.1-9346-12
BeeDrive   1TB             BeeServer  BSM 1.1-65374                                                                 MR2200ac  SRM 1.3.1-9346-12

Offline m4v3r1ck

  • MVP
  • *
  • Bedankjes
  • -Gegeven: 2999
  • -Ontvangen: 316
  • Berichten: 2.628
  • $ sudo -i
Re: Jumbo Frames -> MTU 9000
« Reactie #2 Gepost op: 30 april 2015, 15:15:43 »
Denk je dat die bridge de 'boosdoener' is?
Commander: DS1821+ | DSM 7.2-64570 U3
SightWinder: DS1821+ | DSM 7.2.1-69057 U4 VMM
Wingman:     DS1812+ | DSM 6.2.4-25556 U7
UPS:             APC Back UPS BE850G2-GR (2x)
________________________________________________________________________________
Cheers! - ! I am an advocate of the "if it ain't broke, you didn't fix it enough" modus operandi !

Offline Pippin

  • MVP
  • *
  • Bedankjes
  • -Gegeven: 103
  • -Ontvangen: 529
  • Berichten: 2.724
  • a.k.a. MMD
Re: Jumbo Frames -> MTU 9000
« Reactie #3 Gepost op: 30 april 2015, 15:28:00 »
Doe op Windows eens ipconfig /all in cmd.
Met de bond actief.
DS414
OpenVPN #1: Beter beveiligen OpenVPN #2: Beter beveiligen als client

I gloomily came to the ironic conclusion that if you take a highly intelligent person and give them the best possible, elite education, then you will most likely wind up with an academic who is completely impervious to reality.
Halton Arp

Offline Pippin

  • MVP
  • *
  • Bedankjes
  • -Gegeven: 103
  • -Ontvangen: 529
  • Berichten: 2.724
  • a.k.a. MMD
Re: Jumbo Frames -> MTU 9000
« Reactie #4 Gepost op: 30 april 2015, 16:12:04 »
Als je de MTU op de bond wilt zetten:

netsh interface ipv4 set subinterface "LAN-verbinding" mtu=9000 store=persistent

Vervang dan LAN-verbinding door de naam van de bond.
Met ipconfig /all kun je de naam van de bond zien.

Controleren kun je het met (maar ook de naam van de bond zien):

netsh interface ipv4 show subinterfaces
DS414
OpenVPN #1: Beter beveiligen OpenVPN #2: Beter beveiligen als client

I gloomily came to the ironic conclusion that if you take a highly intelligent person and give them the best possible, elite education, then you will most likely wind up with an academic who is completely impervious to reality.
Halton Arp

Offline m4v3r1ck

  • MVP
  • *
  • Bedankjes
  • -Gegeven: 2999
  • -Ontvangen: 316
  • Berichten: 2.628
  • $ sudo -i
Re: Jumbo Frames -> MTU 9000
« Reactie #5 Gepost op: 30 april 2015, 16:41:21 »
netsh interface ipv4 show subinterfaces[/b]

Microsoft Windows [Version 6.2.9200]
(c) 2012 Microsoft Corporation. All rights reserved.

C:\Windows\system32>netsh interface ipv4 show subinterfaces

   MTU  MediaSenseState   Bytes In  Bytes Out  Interface
------  ---------------  ---------  ---------  -------------
4294967295                1          0      37015  Loopback Pseudo-Interface 1
  1500                5          0          0  Wi-Fi
  1500                5          0      11808  LAN-verbinding* 15
  1500                5          0      11808  LAN-verbinding* 16
  1500                1   38217873    4412051  Network Bridge

Dat was een SUPER makkelijk terminal commando, bedankt @MMD !

Ik snap alleen niet, dat als je de gebruikte eth0 en eth1 beiden in MTU 9014 zet, dat de "Network Bridge" deze setting niet overneemt bij het samenvoegen ervan.
Commander: DS1821+ | DSM 7.2-64570 U3
SightWinder: DS1821+ | DSM 7.2.1-69057 U4 VMM
Wingman:     DS1812+ | DSM 6.2.4-25556 U7
UPS:             APC Back UPS BE850G2-GR (2x)
________________________________________________________________________________
Cheers! - ! I am an advocate of the "if it ain't broke, you didn't fix it enough" modus operandi !

Offline Pippin

  • MVP
  • *
  • Bedankjes
  • -Gegeven: 103
  • -Ontvangen: 529
  • Berichten: 2.724
  • a.k.a. MMD
Re: Jumbo Frames -> MTU 9000
« Reactie #6 Gepost op: 30 april 2015, 16:45:46 »
Als je LAN-Verbinding vervangt door Network Bridge zal het denk ik wel werken.

netsh interface ipv4 set subinterface "Network Bridge" mtu=9000 store=persistent

DS414
OpenVPN #1: Beter beveiligen OpenVPN #2: Beter beveiligen als client

I gloomily came to the ironic conclusion that if you take a highly intelligent person and give them the best possible, elite education, then you will most likely wind up with an academic who is completely impervious to reality.
Halton Arp

Offline m4v3r1ck

  • MVP
  • *
  • Bedankjes
  • -Gegeven: 2999
  • -Ontvangen: 316
  • Berichten: 2.628
  • $ sudo -i
Re: Jumbo Frames -> MTU 9000
« Reactie #7 Gepost op: 30 april 2015, 17:04:10 »
Microsoft Windows [Version 6.2.9200]
(c) 2012 Microsoft Corporation. All rights reserved.

C:\Windows\system32>netsh interface ipv4 set subinterface "Network Bridge" mtu=9000 store=persistent
Element not found.

C:\Windows\system32>

Toch een andere naam misschien?
Commander: DS1821+ | DSM 7.2-64570 U3
SightWinder: DS1821+ | DSM 7.2.1-69057 U4 VMM
Wingman:     DS1812+ | DSM 6.2.4-25556 U7
UPS:             APC Back UPS BE850G2-GR (2x)
________________________________________________________________________________
Cheers! - ! I am an advocate of the "if it ain't broke, you didn't fix it enough" modus operandi !

Offline Pippin

  • MVP
  • *
  • Bedankjes
  • -Gegeven: 103
  • -Ontvangen: 529
  • Berichten: 2.724
  • a.k.a. MMD
Re: Jumbo Frames -> MTU 9000
« Reactie #8 Gepost op: 30 april 2015, 17:10:26 »
Op het moment dat je een bond aanmaakt word de adapter met standaard instellingen geïnstalleerd.
In het scherm waar je de bond instelt word geen optie geboden om de MTU in te stellen.
Er wordt vanuit gegaan dat alle apparaten Path MTU Discovery ondersteunen, en dat zou ook zo moeten zijn.
Er wordt zeg maar onderhandeld wat de beste setting is.
Maar via cmd kun je dat dus wel doen.

In DSM kun je wel de MTU op de bond zetten, zij het beperkt tot een aantal keuzes, 2000, 4000, etc.
DS414
OpenVPN #1: Beter beveiligen OpenVPN #2: Beter beveiligen als client

I gloomily came to the ironic conclusion that if you take a highly intelligent person and give them the best possible, elite education, then you will most likely wind up with an academic who is completely impervious to reality.
Halton Arp

Offline Pippin

  • MVP
  • *
  • Bedankjes
  • -Gegeven: 103
  • -Ontvangen: 529
  • Berichten: 2.724
  • a.k.a. MMD
Re: Jumbo Frames -> MTU 9000
« Reactie #9 Gepost op: 30 april 2015, 17:11:53 »
Hoe heet de bond in het Netwerkcentrum?
Probeer die naam eens.
DS414
OpenVPN #1: Beter beveiligen OpenVPN #2: Beter beveiligen als client

I gloomily came to the ironic conclusion that if you take a highly intelligent person and give them the best possible, elite education, then you will most likely wind up with an academic who is completely impervious to reality.
Halton Arp

Offline Pippin

  • MVP
  • *
  • Bedankjes
  • -Gegeven: 103
  • -Ontvangen: 529
  • Berichten: 2.724
  • a.k.a. MMD
Re: Jumbo Frames -> MTU 9000
« Reactie #10 Gepost op: 30 april 2015, 17:25:54 »
Trouwens.....

Klik eens in het netwerkcentrum met rechts op de adapter eigenschappen, configure.
Grootte kans dat je onder het tabje geavanceerd toch de MTU kunt zetten als dat in de drivers zit van je netwerk kaarten.

Dan zou alle moeite voor niets geweest zijn :)
DS414
OpenVPN #1: Beter beveiligen OpenVPN #2: Beter beveiligen als client

I gloomily came to the ironic conclusion that if you take a highly intelligent person and give them the best possible, elite education, then you will most likely wind up with an academic who is completely impervious to reality.
Halton Arp

Offline m4v3r1ck

  • MVP
  • *
  • Bedankjes
  • -Gegeven: 2999
  • -Ontvangen: 316
  • Berichten: 2.628
  • $ sudo -i
Re: Jumbo Frames -> MTU 9000
« Reactie #11 Gepost op: 30 april 2015, 17:29:09 »
Hoe heet de bond in het Netwerkcentrum?
Probeer die naam eens.

GELUKT!  8)

Ik heb de naam van "Network Bridge" veranderd in "LAN" (al die excotische namen ook....)



Microsoft Windows [Version 6.2.9200]
(c) 2012 Microsoft Corporation. All rights reserved.

C:\Windows\system32>netsh interface ipv4 set subinterface "LAN" mtu=9000 store=persistent
Ok.

C:\Windows\system32>netsh interface ipv4 show subinterfaces

   MTU  MediaSenseState   Bytes In  Bytes Out  Interface
------  ---------------  ---------  ---------  -------------
4294967295                1          0      66855  Loopback Pseudo-Interface 1
  1500                5          0          0  Wi-Fi
  1500                5          0      29520  LAN-verbinding* 15
  1500                5          0      31160  LAN-verbinding* 16
  9000                1   76012026    8341094  LAN

BRON:

Citaat
Changing MTU

You need to run and elevated command prompt. Click Start > All Programs > Accessories, right-click Command Prompt and Run as administrator, Allow it to have administrator privileges, otherwise it won't work.

Then type/copy & paste the following command:
netsh interface ipv4 set subinterface "Local Area Connection" mtu=xxxx store=persistent

Where xxxx = the MTU that you want. Rebooting isn't required. "Local Area Connection" is a common name for the interface if you use a NIC for connectivity. A wireless NIC may be called "Wireless Network Connection". If unsure, the network status icon by the clock will tell you.

If you have a router, ensure that the MTU is set to the MTU chosen here (refer to your router's manual).


Feedback received on this FAQ entry:

If you get Element not found error then change the adaptor name to something like LAN. Use the same command with LAN as the adaptor This solution fixed my problem
2014-10-25 07:25:29

I had the same issue 'Element not found'. Seemed that hyper-V renamed my WLAN connection to "vEthernet (Wireless)". It seems netsh doesn't like () so simply renaming the wlan nic to "vEthernet Wireless" solved the issue for me (and yes, running it in an admin prompt of course ;) )

http://www.dslreports.com

SUPER BEDANKT @MMD EN ALLE ANDEREN voor julli input en hulp!!! Zeer gewaardeerd!  8)
Commander: DS1821+ | DSM 7.2-64570 U3
SightWinder: DS1821+ | DSM 7.2.1-69057 U4 VMM
Wingman:     DS1812+ | DSM 6.2.4-25556 U7
UPS:             APC Back UPS BE850G2-GR (2x)
________________________________________________________________________________
Cheers! - ! I am an advocate of the "if it ain't broke, you didn't fix it enough" modus operandi !

Offline Pippin

  • MVP
  • *
  • Bedankjes
  • -Gegeven: 103
  • -Ontvangen: 529
  • Berichten: 2.724
  • a.k.a. MMD
Re: Jumbo Frames -> MTU 9000
« Reactie #12 Gepost op: 30 april 2015, 17:31:40 »
Mooi zo  8)

Kijk ook nog eens naar mijn vorige post, wil graag weten of dat zo is.
DS414
OpenVPN #1: Beter beveiligen OpenVPN #2: Beter beveiligen als client

I gloomily came to the ironic conclusion that if you take a highly intelligent person and give them the best possible, elite education, then you will most likely wind up with an academic who is completely impervious to reality.
Halton Arp

Offline m4v3r1ck

  • MVP
  • *
  • Bedankjes
  • -Gegeven: 2999
  • -Ontvangen: 316
  • Berichten: 2.628
  • $ sudo -i
Re: Jumbo Frames -> MTU 9000
« Reactie #13 Gepost op: 30 april 2015, 17:37:53 »
Mooi zo  8)

Kijk ook nog eens naar mijn vorige post, wil graag weten of dat zo is.

Deze had ik al eerder gepost, ik heb in beide netwerkkaarten de "Jumbo pakket op MTU 9014 gezet en de "Snelheid en Duplex" op 1.0Gbps Full Duplex.



BTW: Ik zie nu ook pas dat mijn Windows 8 Pro x64 de talen heeft 'gemixed'! De clean install was Dutch en later heb ik, ivm Speech Control voor mijn Flight Sim de taal veranderd naar English.

Dus wellicht was de naam nog gewoon in het Nederlands ergens blijven hangen?
Commander: DS1821+ | DSM 7.2-64570 U3
SightWinder: DS1821+ | DSM 7.2.1-69057 U4 VMM
Wingman:     DS1812+ | DSM 6.2.4-25556 U7
UPS:             APC Back UPS BE850G2-GR (2x)
________________________________________________________________________________
Cheers! - ! I am an advocate of the "if it ain't broke, you didn't fix it enough" modus operandi !

Offline m4v3r1ck

  • MVP
  • *
  • Bedankjes
  • -Gegeven: 2999
  • -Ontvangen: 316
  • Berichten: 2.628
  • $ sudo -i
Re: Jumbo Frames -> MTU 9000
« Reactie #14 Gepost op: 30 april 2015, 18:20:52 »
@Birdy zou je als het nog lukt vanaf post #25 naar de Windows sub kunnen verhuizen. Helemaal vergeten te splitsen!  :oops:
Commander: DS1821+ | DSM 7.2-64570 U3
SightWinder: DS1821+ | DSM 7.2.1-69057 U4 VMM
Wingman:     DS1812+ | DSM 6.2.4-25556 U7
UPS:             APC Back UPS BE850G2-GR (2x)
________________________________________________________________________________
Cheers! - ! I am an advocate of the "if it ain't broke, you didn't fix it enough" modus operandi !


 

DSM gaat niet goed om met Jumbo pakketten

Gestart door caesarBoard Netwerk algemeen

Reacties: 19
Gelezen: 2729
Laatste bericht 04 januari 2020, 16:33:18
door DSGebruiker
Jumbo frames in leopard

Gestart door jorBoard Mac OS X

Reacties: 1
Gelezen: 2455
Laatste bericht 20 november 2008, 21:48:54
door jor
Mailserver & Jumbo frames

Gestart door BrioletBoard Mail Server

Reacties: 3
Gelezen: 2726
Laatste bericht 04 januari 2020, 12:15:17
door Briolet
DS212J niet connecteerbaar bij het gebruik van jumbo frames

Gestart door zerotolBoard NAS hardware vragen

Reacties: 1
Gelezen: 1776
Laatste bericht 09 december 2012, 10:17:52
door Briolet
Jumbo Frames

Gestart door roelofensingBoard Synology DSM algemeen

Reacties: 7
Gelezen: 3089
Laatste bericht 08 juni 2015, 15:22:41
door roelofensing