Networking :: ADSL Broadband Throttling File Download ?
Apr 26, 2010
I'm not getting file transfers that utilize the max bandwidth of my ADSL broadband. I have a 512 kbps line (I know that's not broadband in most places, but such is the option available to me), and I usually get download speeds of 55-60 kbps. Since the past couple of days, this has dropped to an abysmal 2-3 kbps. So I used [url] to test my download speeds, and they were as expected (i.e. the usual 55-60 kbps). I also used the speed test page of my ISP, and that too, gave the usual results. There has been no throttling from the ISP, as I confirmed from their help desk.
Also, web pages open fine. It's only when I'm downloading a file (Yeah, web pages are also files, but what I mean is compressed archived files; .rar, .tar.?g* et.al.) that I can't get the desired speed. I haven't changed the resolv.conf file, not have I made any other changes that might cause this. I use ppp to dial-up to my ISP, and use the pon and poff scripts that ppp provides. I have a peers file configured for my ISP, which again, I haven't edited.
View 8 Replies
ADVERTISEMENT
Jul 4, 2010
I'm going to set up a new linux router for a company, and have to set up bandwidth throttling. They have an unlimited ADSL internet connection which will be shared between 2 businesses, one being them. I will need to set it up so their connection will never be slowed down by the other business. They will both be connected to the same NIC, but will be on different subnets. How would I go about doing this?
View 2 Replies
View Related
Feb 10, 2011
Pl can anyone guide me to connect centos 5.5 using ethernet port to ADSL Broadband modem which is configured in PPPoe mode?
View 19 Replies
View Related
Aug 6, 2009
I want to configure my ADSL but I don't know what should I do. Can you explain me How can I configure it?(I use fc10, ethernet cable <Asus Am608 ADSL modem)
View 9 Replies
View Related
May 14, 2010
I am trying to limit bandwidth of certain ip addresses on my server. I have been doing hours of reading and not getting very far...
So far I believe the iptables command is:
And now I just need the tc command to read those marks and limit bandwidth, I have a gigabit connection and would like to limit each of these ip addresses to 10mbit in and out.
View 1 Replies
View Related
Nov 6, 2010
Every time I use Transmission for torrent download it throttles my Internet connection although I set speed limits way below my bandwidth.
View 2 Replies
View Related
Jun 18, 2010
downloading broadband pc5750 access to wireless access to internet.
View 1 Replies
View Related
Nov 1, 2010
1) I have an ADSL router for internet and RHL box sitting on the southside of the southside of the router with local IP configured.
I have to access the Linux box through the internet.
I have tried to port forward the SSH port on the ADSL router, that is not working.
View 6 Replies
View Related
Nov 25, 2008
i am using squid proxy server in my office but i cant download torrent file from client usnig bittorrent. bitorrent may use port 6881 to 6889. but i dont know how and where to put this port numbers in squid to download torrent files.
View 1 Replies
View Related
Jan 4, 2010
At home, I have one pc and one laptop. The first one is working under Windows XP and connected to ADSL. The second one is under dual boot : xp and ubuntu. Some months ago, i've created an ad hoc network so that i can share the ADSL connexion with the laptop. When the laptop is working under XP, it works. But when i'm on ubuntu, the network is detected - i guess it is detected as a ad hoc network, cuz it's represented with two computers - but the ADSL is not shared. What do i need to change?
View 1 Replies
View Related
May 18, 2010
I just switched from windows to lucid lynx 10.4, but I am really frustrated because I have no idea about how to set up Internet (both adsl and wifi). I have checked the documentation and browsed for hours but the solutions out there never seem to apply to my case, so I beg for some personalized help on how to set up Internet. The only things I know are how to get to the terminal and that I am on an HP laptop. I beg you if you request information you give me a hand at how to find it, given my inexperienced level
View 3 Replies
View Related
Jul 25, 2010
I have an ADSL Internet connection with static IP.I connected through PPPOE from my modem to my ISP.I need to ssh from outside of my home to my home, But i don't know to use which connection between my computer and my modem.(dhcp ,static , bridge or ....)
View 1 Replies
View Related
Nov 2, 2010
is possible to use linux (especially slackware) to bond 2 (ethernet modems) adsl connections. For example if i have 2 connection of 24mbs download and 512 upload i will create achieve 48 mgps dowload and 1 mgps upload . something like that
adsl1 modem <------ eth1--- (slackbox router) --- eth0---> my server
adsl2 modem <------ eth2----
View 4 Replies
View Related
Sep 19, 2009
I have an ADSL line that allows me for maximum of 4 concurrent users with external IP addreses. The IP addresses are not static (they change every 3-4days).
My current setup is as follows:
* A-link Roudrunner 44B Modem connected to the main line
* D-Link DI524 Router (port 1) connected to the modem
* This leaves me with 3 ports and Wireless for my other machines
What I wish to do is:
* Have all my machines with static IP addresses for LAN
* still have internet connection
I've tried enabling DHCP on the D-Dlink Router with LAN IP 192.168.0.1 and IP range from 192.168.0.100 - 192.168.0.199. Then gave my machine static IP 192.168.0.101, subnet 255.255.255.0 and gateway 192.168.0.1....obviously it didn't work. I've tried the above with both the modem being connected to the router via port1 and WAN port... but I have the same results. I also tried to do the same without the router (direct connection between the PC and modem) still got the same results. Could it be that what I am trying to do is not technically not possible due to my ISP setup to ensure no more than4 concurrent users limit is in place.
View 16 Replies
View Related
Dec 9, 2010
Q: How can I use at the same time two ADSL USB modems with pppd and pppoatm.so plugin?
I have the following scenario:
- Two ADSL USB modem correctly recognized by Linux.
- pppd configured with two different files, one for each ADSL (even if the two ADSL have the same parameters). Those files are /etc/ppp/peers/adsl1 and /etc/ppp/peers/adsl2
If I attach only one modem and then launch "pppd debug call adsl1" or "pppd debug call adsl2" everything works fine.
If instead I attach both modem in order to have two ppp interfaces, ppp0 and ppp1 I get the following behaviour:
- When launching "pppd debug call adsl1" the first modem connects correctly.
- When launching "pppd debug call adsl2" I get:
connect(8.35): Address already in use
That's because either adsl1 and adsl2 are trying to use the same modem.
So the question more specific question is: How can I specify which USB modem to use in pppoa ADSL connections?
With dialup modem it is possible to specify /dev/ttySx in peers files, but what about ADSL USB modems?
View 1 Replies
View Related
Mar 15, 2010
I've reinstall the apache because of a starting problem and now it give me to download HTML files.
View 7 Replies
View Related
Jun 10, 2009
I tried to force download of certain file types - pdf,doc,jpg - instead of opening them in applications. I used AddType application/octet-stream .pdf and AddType application/force-download .pdf but it doesnt works. Has anybody an idea how to solve this problem?
View 1 Replies
View Related
Jan 22, 2009
I'm using ADSL connection as a way to access internet.All of us know that in windows we can get configed easily.But it is a little more difficult in Fedora.How can we config ADSL connection in Fedora 10?My modem uses dynamic ip.
View 14 Replies
View Related
Mar 7, 2009
I have an valid account,and I used pppoe-setup to set the dial correctly.After the configuration,I typed "ifup ppp0",nothing wrong happens(no news is good news?).Then I typed "pppoe-status",it said I've connected to the internet . I opened firefox,updated my system through yum ,they all said I haven't connected to the network!!!I've formated my harddisk and reinstall my system,but the problem is still.
View 4 Replies
View Related
Oct 24, 2010
is there any problems with making adsl connection in ubuntu 10.10. Recently I've had ubuntu 10.04 and there was a problem with making adsl connectio so I was forced to you terminal in order to connect to internet. I'm asking you this because I'm planing to install Ubuntu again but if there is still connection problems then I wouldn't install ubuntu
View 5 Replies
View Related
Sep 27, 2010
have a netopia 3347-02 Wireless ADSL Gateway that i got from at&t. i am no longer with at&t.i switch over to cox. I have the cox modem. i also have cable on the modem. when i connect a ethnet cable from cox's modem to my laptop my internet works. but i want to use the netopia 3347-02 Wireless ADSL Gateway that i got from at&t cause of the wifi. when i login & connect to the netopia 3347-02 Wireless ADSL Gaut it in bridge mode.internet works fine, but im not able to use wifi, im also not able to login into the admin page. i have to do a factory reset on it so i can log back in. So how can i make it work with cox modem?
View 4 Replies
View Related
Mar 23, 2009
I have D-Link GLB502-T ADSL router with MTNL TriBand connection.I am currently using Fedora 10. I have successfully setup the ADSL router in bridge mode, and can connect to net using network-manager.
Now I need to know how to start this connection using command-line. I intend to schedule auto restart of the connection for my night unlimited connection.
View 2 Replies
View Related
May 18, 2009
I got 2 ADSL accounts from a provider, so I decided to configure a server as a gateway for my other PCs.. I created ppp0 device using pppoe-setup over eth0. Then I configured the second one as ppp1 over eth2 to the second modem.. When I finished, I used ifconfig to check the settings and I got only ppp0 and didn't see ppp1, I tried to ifup ppp1 but I still get one device with ifconfig.. The adsl-start command starts only ppp0.What should I do to get the 2 lines to work simultaneously?Are there any configuration files that need to be edited?
View 2 Replies
View Related
Oct 2, 2009
"I am new to Linux. Could you please guide me how to make ADSL bridge connection. I have tried to make connection using Network manager. But, it some times works and some times doesn't works."
View 1 Replies
View Related
Nov 3, 2009
I have a problem.ADSL modems not see my hostname.My hostname is "unknown"
Code:
Code:
View 11 Replies
View Related
Apr 11, 2010
how to make pppoe (ADSL) connection on fedora 12
View 2 Replies
View Related
May 5, 2010
I just configured my (dataone) ADSL connection and now it stops intermittently. Can anyone tell me why this happens and what is the solution for this.
View 1 Replies
View Related
May 23, 2010
I'm a beginner in Ubuntu, I'm using Ubuntu 9.10.
Currently using a Dlink GLB-802c router and using a ADSL connection. I try to connect to the Internet but it is unsuccessful. Ubuntu is not indicating my router when I connect to the PC.
My PC is P4 and using USB to connect to internet, PC haven't a Ethernet interface.
View 1 Replies
View Related
Sep 19, 2010
I'm using ubuntu 8.04 . Each time I return form suspend mode, the network icon in the right upper conner show a sign "!", which maybe mean there's limited network connection as in windwos. How can I solve this problem?
View 1 Replies
View Related
Oct 22, 2010
i cant connect to adsl with pon dsl-provider or any command line. just network manager applet GUI works for me. i follow this guide [URL] and try about 3 hours but without success. i edit /etc/network/interfaces following this thread: [URL] but after any alteration in /etc/network/interfaces and restart network my adsl connections are not work at all and also i lost my GUI applet connections too. then i have to back /etc/network/interfaces to its original content and restart my computer to restore my connections
pon dsl-provider error is:
Quote:
Plugin rp-pppoe.so loaded.
RP-PPPoE plugin version 3.8p compiled against pppd 2.4.5
View 8 Replies
View Related