General :: Router - Setting Up Bandwidth Throttling For ADSL?

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


ADVERTISEMENT

General :: Bandwidth Throttling In Squid Server?

Apr 23, 2011

How to do bandwidth throttling in Squid server? i wan to set particular bandwidth for particular ip, how to do it in Squid server?

View 1 Replies View Related

Ubuntu Networking :: Setting Up PC As Router - Bandwidth Usage

Jan 28, 2010

I wish to setup my spare PC as a router. I was wondering what programs, in ubuntu, I can use to monitor and change settings concerning bandwidth usage. I want to throttle down a computer in my network so what program would be good for this?

View 1 Replies View Related

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 View Related

Networking :: Throttling Bandwidth With Iptables And Tc

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

OpenSUSE Network :: Throttling Bandwidth On Apache ?

Nov 25, 2010

There seems to be many different ways of controlling bandwidth usage of downloads of content from Apache2. Does anyone know which is the standard module deployed/deployable in OpenSuse?

View 2 Replies View Related

Software :: Dynamic Bandwidth Throttling For SFTP-uploads?

Aug 20, 2010

I am uploading the incremental backups using duply/duplicity using the sftp-module. As the initial upload is pretty big and runs several days (more than 50GB over a 1Mbps-line) I am confronted with the problem that other users in the network experience slowdowns when I upload.

I would like to run a script every n minutes which pings a host in the internet (second hop of the traceroute for example). If the response time is less than a value (150ms), the script throttles the upload for one specific host and protocol. Traffic to the local net (Samba mainly) should be unaffected. I cannot use the QoS of the firewall/router. Also I would like the penalty to be removed if the ping is quicker (loess than 70ms for example) I looked at trickle, and some other out-of-the-box shaping tools but they do not give me the possibility to change the rate while the upload is running.

I would now write a script in perl which uses [URL]some wrapper for iptables combined with some ping module [URL] Also I was trying to get the proof of concept before I start coding: (I haven't verified if this works yet)

sudo tc qdisc add dev eth0 root handle 11: cbq bandwidth 100Mbit avpkt 1000 mpu 64
sudo tc class add dev eth0 parent 11:0 classid 11:1 cbq rate 100kbit allot 1514 prio 1 avpkt 1000 bounded
sudo tc filter add dev eth0 parent 11:0 protocol ip prio 16 u32 match ip dst MyserverIP flowid 1:1

View 2 Replies View Related

Ubuntu Networking :: DLink ADSL Router As Main Router And The Belkin N1 As Repeater?

Apr 13, 2010

Because of the configuration of my house, I need two routers.I have a DLink ADSL router as my main router and the Belkin N1 as my repeater.I have set up the IP address in the Belkin to be 10.1.1.10 - my DLink is 10.1.1.1. I have disable the dhcp in the Belkin and set the DNS as ISP provided. [URL]..I have set the channel to 11 and in the Ubuntu Network Manger I have set the IPV4 to Link Local Only. I can see the Belkin and connect with my PC.but it will not take me through to the internet.

View 9 Replies View Related

Networking :: Set Up A Laptop As A Router To Connect Wirelessly To ADSL Router?

Nov 6, 2009

I have a desktop PC running Ubuntu 9.10 and Windows 7, and a Eee PC 701 laptop running EasyPeasy Ubuntu 9.04. I'd like to connect the desktop to the laptop with a wired connection (eth0), then the laptop to my ADSL router using wireless (ath0).

I have a crossover ethernet cable (I bought on ebay). I have set up my laptop with a static IP address on my LAN and it uses OpenDNS.

I have added this to /etc/sysctl.conf on the laptop:

net.ipv4.ip_forward=1

Then I tried this on the laptop:

sudo iptables --table nat --append POSTROUTING --out-interface ath0 -j MASQUERADE
sudo iptables --append FORWARD --in-interface eth0 -j ACCEPT

This is a variation on what I found on other sites describing how to set up a router. I don't understand iptables very well, but I gather that the above two lines should set up forwarding so that traffic from my router to the laptop will be forwarded to the desktop, and vice versa.

But this doesn't work. The connection doesn't even establish between the laptop and the desktop.

View 12 Replies View Related

General :: Connect To The Internet With A Smartax Mt880 Adsl Router?

Feb 28, 2010

i need to connect to the internet with my huawei smartax mt880 adsl router from a linux redhat 9 box ,

- I can get into the router as user admin / admin at address 192.168.1.1

- I get missed in between pppd setup & my kernel modules insertion . . .

- can I find a clear step by step guide to get me connected to the internet ?

View 2 Replies View Related

Ubuntu Networking :: Increase Capacity / Bandwidth With More ADSL Line And Modem Combination

May 14, 2010

I am currently running a network with a file server that runs Ubuntu 10.04 Desktop at the moment. DHCP and samba are setup on it for now. Has multiple network cards but we only use the gigabit interface. Here's what I want to do in the near future. I want to provide internet access to the network via ADSL (no better option currently) So what i'll have is one or more ADSL lines and their corresponding modems (most likely D-link ones as they are cheap). As i understand it the server will be doing the job of a router. anyway, point wise here's what i want to be able to do:

1. Have ability to increase capacity/bandwidth with more ADSL line & modem combinations
2. Have user accounts (probably web based setup or any other option) for internet access so that they can be billed per GB.
3. Still be able to share files that are on the local network using local DHCP if possible.

So to an existing network that has files i want to add internet access capability. but users will have to log on so that their usage can be monitored. I have been searching around but maybe the search terms are wrong for what i need accomplished. i don't mind upgrading the ubuntu version to the server edition so long as i can use X11 forwarding atleast so that i can do remote monitoring. VNC is too slow, and using nautilus forwarded via X11 to my desktop sorts out most of my needs. The network provide has suggested maybe using pppoe but i am thinking if there was a welcome page based authentication system then it'd be more easy to monitor?

View 3 Replies View Related

General :: Setting Bandwidth Limit - 16kbps Per User

Nov 22, 2008

I am newbie for Linux I want to script for bandwidth Limite per user MAC based also how can i add user MAC and where to add? I want per user 16Kbps each user.

View 1 Replies View Related

Networking :: SSH Through ADSL Router?

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

Ubuntu :: Failed Connect To ADSL Router

Mar 30, 2011

After reinstall Ubuntu 10.04 LTS didn't recognize my ADSL router Billion 400 G.The Ethernet 1 led is off after booting.Search on web for help on this but no good results.You good people now are my last resort.I tried boot in live CD and result is the some.Check with sudo lshw.

View 9 Replies View Related

Ubuntu Networking :: Connect To Internet Using ADSL Router?

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

Debian Configuration :: ADSL - Router Should Handle Everything Automatically And Transparently

Feb 3, 2010

The router should handle everything automatically and transparently. All you need to do is make sure that the wireless Ethernet adapters in the laptops can "talk" to the wireless router.

View 4 Replies View Related

Ubuntu Networking :: Difference Between An Adsl Router And An Ethernet Modem?

Dec 20, 2010

not *buntu related but what is the difference between an adsl router and an ethernet modem?

View 5 Replies View Related

Networking :: Debian Router, 2 NIC, Traverse Viking ADSL+ Card?

Jan 6, 2010

Since this is my first post, before i describe my problem, i'd like to say regrats to all of you for maintaining here such a good support community.

So, here we go: I have a headless Debian box and i want to set it up as a small office router/gateway. On the box i installed a regular NIC and a Viking Traverse ADSL+ Card which gets recognised by the OS as an 8139 ethernet card and has an embedded ADSL+ modem. The modem is accesible through the PHY interface once it gets assigned an IP. Having said that here is the actual setup:

eth0 : Viking Card
eth1 : NIC (this NIC is connected to a switch)
eth0 : 192.168.1.2 (internal modem is on 192.168.1.1)
eth1 : 192.168.1.3
/etc/network/interfaces

[Code]...

View 1 Replies View Related

Ubuntu Networking :: Belkin F5Z0142uk Enhanced Wireless ADSL Router Kit

May 13, 2010

Does anyone have an opinion on the BELKIN F5Z0142uk Enhanced Wireless ADSL Router Network Kit, I want to setup a small home LAN and this kit caught my eye, it includes a usb Wi-Fi dongle for connectivity to a desktop computer, one of my pc's doesnt have a network card so this sounds like a good idea. Whats the build quality like and is it reliable. The link: [URL]

View 2 Replies View Related

Networking :: Which Current Model ADSL Modem Router For DD-WRT - OpenWRT Or Tomato?

Mar 25, 2010

What are the pros and cons of various current model ADSL modem routers for use with DD-WRT, OpenWRT or Tomato? There are, of course, hardware compatibility lists (HCLs) for each of these (DD-WRT, OpenWRT and Tomato) but many of the models are no longer available and there are so many that researching them all would be onerous. Many pages on the Internet recommend the WRTG54L and that would be great but it is no longer an option except second user which is increasingly difficult. What are the pros and cons of the various chipsets: ADM5120, AR7, IXP4xx and BCM63xx?

View 4 Replies View Related

OpenSUSE Hardware :: Connected To A Fast Ethernet Switch Or Directly Into The ADSL Router?

Jan 5, 2010

Using SuSE 11.2 can anybody suggest a decent compatible Ethernet / Network Colour Printer. Just a printer not a multifunction device. The printer will be connected to a Fast Ethernet Switch or directly into the ADSL Router.

View 4 Replies View Related

OpenSUSE Network :: Router/adsl Modem Is Not Connected To A Power Supply - How To Connect It

Feb 5, 2011

My router/adsl modem is not connected to a power supply so when power goes and comes the network will do a re-boot. Now the problem is my OpenSUSE network won't come back on! I set the static ip as Autoeth0 to eth0 however when network updates I losse eth0. Why is this happening? Why doesn't the PC simply re-connect? Can I do it via command line?

View 5 Replies View Related

Ubuntu Networking :: D Link ADSL Router - Ping: Sendmsg: Operation Not Permitted

Jan 13, 2010

I use a wired Dlink Adsl Router GLB502T with its inbuilt dialer configured. Problem is it will not connect while computer is running.When I try to ping the local ip of the modem this is what I get "ping: sendmsg: Operation not permitted" and "/etc/init.d/networking restart" has no effect either.I need to restart my computer every time i want to connect to the Internet.I switch on the modem when the grub bootloader appears and the modem connects without any problem.This problem appeared when i installed Ubuntu 9.04.There was no problem with Ubuntu 8.04.

OS:Ubuntu 9.04
Motherboard: Asus M2N68-AM
NVIDIA Geforce 7025/nForce 630a
RTL8211CL Phy Gigabit LAN

[code]....

View 4 Replies View Related

Ubuntu Networking :: Connect Only One PC At A Time To Adsl Router/modem For Internet Access?

Apr 1, 2011

I have 2 pcs at home. I dont have a switch so I can connect only one PC at a time to my adsl router/modem for internet access. In the past I had successfully connected the two PCs (NIC to NIC) to each other using the same ethernet cable which was supplied with my dlink adsl modem.

Recently the motherboard of on of my PC went bad so I replaced it with a new one. The problem is when I connect the two using the same Ethernet cable they won't connect. The lights on the Ethernet port won't light up. I can still connect both of them to the adsl router (NIC to Router) (one at a time).

View 5 Replies View Related

SUSE :: ADSL Router (Ping - Kinternet) - Error: Cannot Read Real Interface For Eth-bus-pci-0000:04:00.0

Jul 19, 2010

recently I have installed a suse 10 sp2 on my computer. I have a big problem about connecting to my ADSL Router. The problem is that I can't ping the router at all and the Kinternet log is prompted that

status is: disconnected
trying to connect to smpppd
connect to smpppd
Status is: disconnected
error: cannot read real interface for eth-bus-pci-0000:04:00.0

I can easily open the web page of my router with windows OS but in the suse I can not do that with firefox.

View 6 Replies View Related

Networking :: Setting Up Linux Box As IPv6 Router To Replace Netgear WNR1000 Wireless Router?

Jun 18, 2011

I want to set up a Linux box as a wireless router to replace our existing Netgear WNR1000 router, as I believe the Netgear does not support the coming IPv6 protocol. Unfortunately, it is not flashable with OpenWRT or DD-WRT presently.

As we have Comcast, our cable modem acts as a dumb modem according to the customer support guy I talked to, and our router is the one that asks for the IP address from DHCP. Thus, when Comcast switches over to IPv6, I don't believe my existing router would work, correct?

My idea is to take a Linux box and put two NICs and a wireless adapter in it, using IPCop or Smoothwall to set up a router. I could then enable IPv6 support for when we have IPv6 with Comcast. Is that possible? Would there be a way to get BIND to hand out private IP addresses in the same subnet on the both the LAN NIC and the wireless card?

View 1 Replies View Related

Fedora :: Router To Limit Bandwidth?

Oct 26, 2010

So I have a basic knowledge of Fedora, I have a LAMP stack on my box and I was wondering how to setup a router? My roomate is using too much bandwidth on his Nextflix, what's the best way to do this?

View 5 Replies View Related

OpenSUSE Network :: Adsl Modem Acting As A Bridge To My Router Setup - Connection - Internet Went Slow ?

Jun 19, 2011

I have an adsl modem acting as a bridge to my router my setup was working well for more than year now , but then the internet went slow . I set the modem back to PPPoE the problem was with the DNS server of the ISP so using ifup i set the dns t 8.8.8.8 (google) the connection is back , but when i set the modem back as a bridge slow internet does the router know that my dns is 8.8.8.8 or i should set the dns on the router ? I can't see an option to set the dns on the router ( i just enter my username and password from the isp to use PPPoE mode ) by the way i called the isp support they kept telling me to restart , i told them i did but i never restarted my pc . I'm sure if i tell them i'm running linux they will blame the os !

View 2 Replies View Related

Ubuntu Networking :: Set Up Router With Tomato Firmware To Save The Bandwidth Usage Information?

Mar 20, 2010

I'm trying to set up my router, with tomato firmware, to save the bandwidth usage information. One of the 'save history' choices is "CIFS" ... I'm lost as to how to create this save area..anyone able to give me a link to a 'how to' ...or if you've done it, perhaps a step by step?

View 1 Replies View Related

Fedora Networking :: Configure ADSL Using Use Fc10 - Ethernet Cable <Asus Am608 ADSL Modem>

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







Copyrights 2005-15 www.BigResource.com, All rights reserved