Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Internet slow with Debian Sarge !!!!

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
Guest

Internet slow with Debian Sarge !!!!

#1 Post by Guest »

hello

I had install debian sarge kernel 2.6
and config network interface by dhcp
my connectian is DSL
but the apt and synaptic is very slow
when download it is goes some time 238B/s
Why ????????

and another box use gentoo is work fine

plz help
and sorry for my bad English

Guest

#2 Post by Guest »

try to remove all rules of the firewall with this command :
iptables --flush
iptables --delete-chain
iptables --zero
iptables --policy INPUT ACCEPT
iptables --policy FORWARD ACCEPT
iptables --policy OUTPUT ACCEPT
iptables --list --verbose

post a reply if it solved

regards

Post Reply