From: Justin on
On 06/25/2010 05:14 AM, Geoffrey S. Mendelson wrote:
> Justin wrote:
>> I'm going to try Geof's suggestion and lower the MTU to 1,200 and see
>> what happens.
>>
>> Actually I just noticed I don't have an MTU option...
>> Hmmm...
>> http://yfrog.com/5jadvancedwirelessp
>
> OOPs, sorry, that was a case of I know what I was referring to, and I assumed
> you did too. The MTU option is on the Mac, not the wifi device. The MTU is
> the largest packet that the Mac will accept or send*, and is set for
> the interface.
>
> The Wifi device just relays the packets.
>
> You can set it in the ethernet tab of the network settings system preference
> for the device or via the ifconfig command in terminal. As in:
>
> "sudo ifconfig en0 mtu 1200" Sudo will then ask for your password.
>
>
> Geoff.
>
> * At one time it was split into MRU and MTU (maxiumum receive unit and maximum
> transmit unit) but it has long been assumed that a device should not
> transmit bigger packets than it can receive and vice versa.


Oh.
Interesting, because I found the MTU setting in the router but it was
under the wired settings, not the wireless.
If I modify the MTU setting will they affect the performance when the
machines are on another network?

From: Justin on
On 06/25/2010 05:14 AM, Geoffrey S. Mendelson wrote:
> sudo ifconfig en0 mtu 1200

On the linux machine I have here it looks like its already set to 1492

eth0 Link encap:Ethernet HWaddr 00:1c:23:10:d4:19
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:18

eth1 Link encap:Ethernet HWaddr 00:1c:26:7f:22:24
inet addr:192.168.16.101 Bcast:192.168.16.255
Mask:255.255.255.0
inet6 addr: fe80::21c:26ff:fe7f:2224/64 Scope:Link
UP BROADCAST RUNNING MULTICAST *MTU:1492* Metric:1
RX packets:583 errors:0 dropped:0 overruns:0 frame:3403
TX packets:541 errors:6 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:496643 (496.6 KB) TX bytes:61399 (61.3 KB)
Interrupt:17 Base address:0xc000

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:492 errors:0 dropped:0 overruns:0 frame:0
TX packets:492 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:39120 (39.1 KB) TX bytes:39120 (39.1 KB)
From: Justin on
On 06/25/2010 05:14 AM, Geoffrey S. Mendelson wrote:
> Justin wrote:
>> I'm going to try Geof's suggestion and lower the MTU to 1,200 and see
>> what happens.
>>
>> Actually I just noticed I don't have an MTU option...
>> Hmmm...
>> http://yfrog.com/5jadvancedwirelessp
>
> OOPs, sorry, that was a case of I know what I was referring to, and I assumed
> you did too. The MTU option is on the Mac, not the wifi device. The MTU is
> the largest packet that the Mac will accept or send*, and is set for
> the interface.
>
> The Wifi device just relays the packets.
>
> You can set it in the ethernet tab of the network settings system preference
> for the device or via the ifconfig command in terminal. As in:
>
> "sudo ifconfig en0 mtu 1200" Sudo will then ask for your password.
>
>
> Geoff.
>
> * At one time it was split into MRU and MTU (maxiumum receive unit and maximum
> transmit unit) but it has long been assumed that a device should not
> transmit bigger packets than it can receive and vice versa.

OK, that didn't work. I set it to 1,200 moments after initiating a file
transfer on IRC - I lost internet.

From: Jolly Roger on
In article <i02ls4$1nj$1(a)news.eternal-september.org>,
Justin <justin(a)nobecauseihatespam.com> wrote:

> On 06/25/2010 05:14 AM, Geoffrey S. Mendelson wrote:
> > Justin wrote:
> >> I'm going to try Geof's suggestion and lower the MTU to 1,200 and see
> >> what happens.
> >>
> >> Actually I just noticed I don't have an MTU option...
> >> Hmmm...
> >> http://yfrog.com/5jadvancedwirelessp
> >
> > OOPs, sorry, that was a case of I know what I was referring to, and I
> > assumed
> > you did too. The MTU option is on the Mac, not the wifi device. The MTU is
> > the largest packet that the Mac will accept or send*, and is set for
> > the interface.
> >
> > The Wifi device just relays the packets.
> >
> > You can set it in the ethernet tab of the network settings system
> > preference
> > for the device or via the ifconfig command in terminal. As in:
> >
> > "sudo ifconfig en0 mtu 1200" Sudo will then ask for your password.
> >
> >
> > Geoff.
> >
> > * At one time it was split into MRU and MTU (maxiumum receive unit and
> > maximum
> > transmit unit) but it has long been assumed that a device should not
> > transmit bigger packets than it can receive and vice versa.
>
> OK, that didn't work. I set it to 1,200 moments after initiating a file
> transfer on IRC - I lost internet.

Got any microwave ovens, portable home phones, or other wireless devices
nearby that might be interfering?

<http://en.wikipedia.org/wiki/Electromagnetic_interference_at_2.4_GHz>

--
Send responses to the relevant news group rather than email to me.
E-mail sent to this address may be devoured by my very hungry SPAM
filter. Due to Google's refusal to prevent spammers from posting
messages through their servers, I often ignore posts from Google
Groups. Use a real news client if you want me to see your posts.

JR
From: Justin on
In article <jollyroger-13757A.14290625062010(a)news.individual.net>,
Jolly Roger <jollyroger(a)pobox.com> wrote:

> In article <i02ls4$1nj$1(a)news.eternal-september.org>,
> Justin <justin(a)nobecauseihatespam.com> wrote:
>
> > On 06/25/2010 05:14 AM, Geoffrey S. Mendelson wrote:
> > > Justin wrote:
> > >> I'm going to try Geof's suggestion and lower the MTU to 1,200 and see
> > >> what happens.
> > >>
> > >> Actually I just noticed I don't have an MTU option...
> > >> Hmmm...
> > >> http://yfrog.com/5jadvancedwirelessp
> > >
> > > OOPs, sorry, that was a case of I know what I was referring to, and I
> > > assumed
> > > you did too. The MTU option is on the Mac, not the wifi device. The MTU is
> > > the largest packet that the Mac will accept or send*, and is set for
> > > the interface.
> > >
> > > The Wifi device just relays the packets.
> > >
> > > You can set it in the ethernet tab of the network settings system
> > > preference
> > > for the device or via the ifconfig command in terminal. As in:
> > >
> > > "sudo ifconfig en0 mtu 1200" Sudo will then ask for your password.
> > >
> > >
> > > Geoff.
> > >
> > > * At one time it was split into MRU and MTU (maxiumum receive unit and
> > > maximum
> > > transmit unit) but it has long been assumed that a device should not
> > > transmit bigger packets than it can receive and vice versa.
> >
> > OK, that didn't work. I set it to 1,200 moments after initiating a file
> > transfer on IRC - I lost internet.
>
> Got any microwave ovens, portable home phones, or other wireless devices
> nearby that might be interfering?
>
> <http://en.wikipedia.org/wiki/Electromagnetic_interference_at_2.4_GHz>

Nope.
The connection works fine when not using the router.
Its working fine now with casual browsing, ebay, usually Youtube.
Youtube kills it when there's a longer video.