List Info

Thread: slow internet - 7.0 release




slow internet - 7.0 release
country flaguser name
United States
2008-03-05 20:17:51
Hi!

I started with GreeBSD 7.0 beta3, than RC1 and now I am
running Release. 
Everything works great except Internet (I didn't have
problem with beta and 
RC). It is slow.
I have standalone comp[uter and as desktop I use KDE. As a
browser I prefer 
Konqueror which is very sloqw on many sites (jpgmag.com for
example and many 
more) and Firefox which is a little faster.
ifconfig shows:
sk0:
flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST>
metric 0 mtu 1500
        options=b<RXCSUM,TXCSUM,VLAN_MTU>
        ether 00:0e:a6:2d:db:82
        inet 192.168.0.100 netmask 0xffffff00 broadcast
192.168.0.255
        media: Ethernet autoselect (100baseTX
<full-duplex>)
        status: active
rl0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0
mtu 1500
        options=8<VLAN_MTU>
        ether 00:40:05:39:03:de
        media: Ethernet autoselect
        status: no carrier
plip0:
flags=108810<POINTOPOINT,SIMPLEX,MULTICAST,NEEDSGIANT>
metric 0 mtu 
1500
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric
0 mtu 16384
        inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4
        inet6 ::1 prefixlen 128
        inet 127.0.0.1 netmask 0xff000000
pflog0: flags=141<UP,RUNNING,PROMISC> metric 0 mtu
33204

In the rc.conf I have:

hostname="blabla.com"
ifconfig_sk0="DHCP"
syslogd_flags="-ss"
clear_tmp_enable="YES"
log_in_vain="1"
tcp_drop_synfin="YES"
icmp_drop_redirect="YES"
icmp_log_redirect="YES"
ntpdate_enable="YES"
ntpdate_flags="ntp1.cs.wisc.edu"
linux_enable="YES"
pf_enable="YES"
pf_rules="/etc/pf.conf"
pf_flags=""
pflog_enable="YES"
pflog_logfile="/var/log/pflog"
pflog_flags=""
update_motd="NO"
saver="blank"

And my pf.conf looks like:

# Macros
ext_if="sk0"

# Optimization
set optimization normal
set block-policy drop
set loginterface $ext_if
set skip on lo0

# NOrmalization
scrub in all

# Filtering
antispoof quick for $ext_if

# Closed from outside
block in log quick on $ext_if all label "inblock"

# Open to out
pass out on $ext_if inet proto tcp all flags S/SA modulate
state
pass out on $ext_if inet proto udp all keep state

# ping out
pass out on $ext_if inet proto icmp all icmp-type 8 code 0
keep state

If I ping a jpgmag.com sites there are no errors and
response is fast.

Thanks in advance.

-- 
Green light in A.M. for new projects.
Red light in P.M. for traffic tickets.
_______________________________________________
freebsd-questionsfreebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-que
stions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribefreebsd.org"

Re: slow internet - 7.0 release
country flaguser name
United States
2008-03-07 08:08:02
Mitja <lumiwagmail.com> writes:

> I started with GreeBSD 7.0 beta3, than RC1 and now I am
running Release. 
> Everything works great except Internet (I didn't have
problem with beta and 
> RC). It is slow.
> I have standalone comp[uter and as desktop I use KDE.
As a browser I prefer 
> Konqueror which is very sloqw on many sites (jpgmag.com
for example and many 
> more) and Firefox which is a little faster.

You will need to quantify "slow" to get much
advice here.

Definitely try to get some measurements that aren't
dependent on a web
browser. 

_______________________________________________
freebsd-questionsfreebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-que
stions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribefreebsd.org"

Re: slow internet - 7.0 release
user name
2008-03-07 10:15:03
>> Everything works great except Internet (I didn't
have problem with beta and
>> RC). It is slow.
>> I have standalone comp[uter and as desktop I use
KDE. As a browser I prefer
>> Konqueror which is very sloqw on many sites
(jpgmag.com for example and many
>> more) and Firefox which is a little faster.
>
> You will need to quantify "slow" to get much
advice here.

it's just like hearing my clients ;) that it's
"slow" ;)
no matter how fast it would be.

to make things more fun - there are some webpages that
"measures" the 
"speed of internet".

None of them explains what "speed of internet"
is.
_______________________________________________
freebsd-questionsfreebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-que
stions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribefreebsd.org"

Re: slow internet - 7.0 release
country flaguser name
United States
2008-03-07 15:55:25
On Friday 07 March 2008 10:15:03 Wojciech Puchar wrote:
> >> Everything works great except Internet (I
didn't have problem with beta
> >> and RC). It is slow.
> >> I have standalone comp[uter and as desktop I
use KDE. As a browser I
> >> prefer Konqueror which is very sloqw on many
sites (jpgmag.com for
> >> example and many more) and Firefox which is a
little faster.
> >
> > You will need to quantify "slow" to get
much advice here.
>
> it's just like hearing my clients ;) that it's
"slow" ;)
> no matter how fast it would be.
>
> to make things more fun - there are some webpages that
"measures" the
> "speed of internet".
>
> None of them explains what "speed of
internet" is.

If I am lucky maybe 30 seconds to one minute. Now on
www.cnn.com I am waiting 
still (about two minutes)...okay now is done: 2 minutes 27
second.
I am lucky: www.freebsd.org ju8st one minute and ten
seconds.
I am sorry that I didn't wrote time before. 
Same provider and my wifes old laptop with windows works
like a rocket :(.


-- 
Everyone is entitled to my opinion.
_______________________________________________
freebsd-questionsfreebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-que
stions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribefreebsd.org"

Re: slow internet - 7.0 release
country flaguser name
United States
2008-03-07 16:35:00
On Friday 07 March 2008 22:55:25 Mitja wrote:
> On Friday 07 March 2008 10:15:03 Wojciech Puchar
wrote:
> > >> Everything works great except Internet (I
didn't have problem with
> > >> beta and RC). It is slow.
> > >> I have standalone comp[uter and as
desktop I use KDE. As a browser I
> > >> prefer Konqueror which is very sloqw on
many sites (jpgmag.com for
> > >> example and many more) and Firefox which
is a little faster.
> > >
> > > You will need to quantify "slow" to
get much advice here.
> >
> > it's just like hearing my clients ;) that it's
"slow" ;)
> > no matter how fast it would be.
> >
> > to make things more fun - there are some webpages
that "measures" the
> > "speed of internet".
> >
> > None of them explains what "speed of
internet" is.
>
> If I am lucky maybe 30 seconds to one minute. Now on
www.cnn.com I am
> waiting still (about two minutes)...okay now is done: 2
minutes 27 second.
> I am lucky: www.freebsd.org ju8st one minute and ten
seconds.
> I am sorry that I didn't wrote time before.
> Same provider and my wifes old laptop with windows
works like a rocket :(.

These sites use statistics tracking and adserving via
thirdparties that do not 
have their nameserver (or loadbalancer) configured properly
for IPV6.
Nothing you can do about it, other then complain to them to
switch service, or 
be very creative in your firewall. The reason that firefox
is slightly 
faster, is that it forces a lower timeout on IPV6 requests.

Not configured properly means: they don't answer them,
making the resolver 
wait until timed out.
Have several of these in one page all loading 1x1 pixel gifs
and browser 
detection scripts and it adds up.
-- 
Mel

Problem with today's modular software: they start with the
modules
    and never get to the software part.
_______________________________________________
freebsd-questionsfreebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-que
stions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribefreebsd.org"

Re: slow internet - 7.0 release
user name
2008-03-08 01:37:00
>> "speed of internet".
>>
>> None of them explains what "speed of
internet" is.
>
> If I am lucky maybe 30 seconds to one minute. Now on
www.cnn.com I am waiting
> still (about two minutes)...okay now is done: 2 minutes
27 second.
> I am lucky: www.freebsd.org ju8st one minute and ten
seconds.
> I am sorry that I didn't wrote time before.

you must have network problem like heavy packet loss. check
with ping -s 
1450

> Same provider and my wifes old laptop with windows
works like a rocket :(.
>
>
> -- 
> Everyone is entitled to my opinion.
> _______________________________________________
> freebsd-questionsfreebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-que
stions
> To unsubscribe, send any mail to
"freebsd-questions-unsubscribefreebsd.org"
>
>
_______________________________________________
freebsd-questionsfreebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-que
stions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribefreebsd.org"

Re: slow internet - 7.0 release
country flaguser name
United States
2008-03-08 08:33:58
On Saturday 08 March 2008 01:37:00 Wojciech Puchar wrote:
> >> "speed of internet".
> >>
> >> None of them explains what "speed of
internet" is.
> >
> > If I am lucky maybe 30 seconds to one minute. Now
on www.cnn.com I am
> > waiting still (about two minutes)...okay now is
done: 2 minutes 27
> > second. I am lucky: www.freebsd.org ju8st one
minute and ten seconds.
> > I am sorry that I didn't wrote time before.
>
> you must have network problem like heavy packet loss.
check with ping -s
> 1450
>

Problem is (was) resolv.conf (it help me on bsdforums.org).
I had in 
resolv.conf "search domain" and 192.168..0.1. It
didn't found nameserver.


-- 
Keep the phase, baby.
_______________________________________________
freebsd-questionsfreebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-que
stions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribefreebsd.org"

[1-7]

about | contact  Other archives ( Real Estate discussion Medical topics )