From: <ro...@sp...> - 2002-12-21 22:45:51
|
On l=F6rdag, dec 21, 2002, at 22:17 Europe/Stockholm, Robert Engstr=F6m=20= wrote: > The solution was to change MTU setting on en1 on the PB to 1492.=20 > Standard value is 1500 when I changed it to 1492 by typing sudo=20 > ipconfig en1 mtu 1492 in the terminal everything worked just like on=20= > the Cube. Maybe this should be added to the FAQ for people that have=20= > problem connecting to some sites? Argh wrote down the wrong command. It should be ifconfig and not=20 ipconfig. The command that should be typed in the terminal looks like=20 this: sudo ifconfig en1 mtu 1492 en1 command changes depending on which interface number the wireless=20 card is using. could be en0 or en2. Typing ifconfig lists all available=20= interfaces. //Rob -- =20 To be is to do. - Socrates To do is to be. - Sartre Do be do be do. - Sinatra |