Issue with Netgear GS108T Managed Switch and Jumbo Frames

Posted by Richie086 on Server Fault See other posts from Server Fault or by Richie086
Published on 2012-12-18T03:33:56Z Indexed on 2012/12/18 5:04 UTC
Read the original article Hit count: 463

I recently purchased a Netgear GS108T managed switch and I am trying to configure jumbo packets between my NAS (Thecus N4100Pro), PC and managed switch. I should mention the fact that I was able to use jumbo frames between my PC and NAS before I purchased the switch without issue.

My Desktop has a wired gigabit NIC (Intel 82579V Gigabit) and has the ability to configure jumbo frames (see pic) that are either 9014 bytes or 4088 bytes. I choose 9014 bytes for the jumbo frame size

nic1

My NAS supports jumbo frames as well, and is configured to use 9014 as the frame size.

When I go into my Netgear managed switch and set the frame size to 9014 on the ports I am using for my PC and NAS. See image

Switch1

As soon as I hit apply in the web interface, I loose my connection to the SMB shares on my NAS and I can no longer connect to the web admin interface for my NAS. The really strange thing is I can ping my NAS via the ping command, but when I try to connect to the web interface on port 80 or port 443 the page never loads. I did a scan from my PC to my NAS using nmap and I can see the following ports open

PORT      STATE SERVICE
22/tcp    open  ssh
80/tcp    open  http
111/tcp   open  rpcbind
139/tcp   open  netbios-ssn
443/tcp   open  https
445/tcp   open  microsoft-ds
631/tcp   open  ipp
2000/tcp  open  cisco-sccp
2049/tcp  open  nfs
3260/tcp  open  iscsi
49152/tcp open  unknown
MAC Address: 00:14:FD:15:00:44 (Thecus Technology)

Read data files from: C:\Program Files (x86)\Nmap
Nmap done: 1 IP address (1 host up) scanned in 211.97 seconds
           Raw packets sent: 1 (28B) | Rcvd: 1 (28B)

Anyone have any idea what is going on here? Why is nmap able to detect the ports are open and listening for http, https and file sharing but I cant connect when all devices have jumbo packets enabled?

Stranger still - I did a packet capture using wireshark while the nmap scan was running and filtered so I only saw converstations between my PC and my NAS. Here are the packet details from my scan

packets

Only 4 packets over 5k bytes? What is going on here? Do I not need to configure jumbo frame sizes on the switch?

I have an internet connection from my pc to the switch to my router - I just cannot connect to my NAS. I just checked on my iPhone and I am able to open my NAS web admin interface without issue on my iPhone! WTF!!!!!!

Let me know if you need more details..

© Server Fault or respective owner

Related posts about networking

Related posts about wireshark