Networking :: Reserve More Bandwidth For Some Domains

Jan 25, 2011

Can ubuntu be configured to reserve more bandwidth for some domains at the expense of others?

Eg you are browsing facebook and data comes faster than on a tab where you are browsing ......

View 5 Replies


ADVERTISEMENT

Fedora Networking :: Finding The Upcoming Bandwidth And Specify The Bandwidth Rateto Classes

Nov 18, 2010

I created a the class like this for shaping the packets with a specified bandwidth rate.....

tc qdisc del dev eth0 root
tc qdisc add dev eth0 root handle 1: htb default 15
tc class add dev eth0 parent 1:0 classid 1:1 htb rate 750kbit ceil 750kbit
tc class add dev eth0 parent 1:1 classid 1:3 htb rate 600kbit ceil 750kbit prio 0

For Our Requirement:-

I dont want to specify the bandwidth rate strictly like this rate750kbit ceil 750kbit,based on whatever speed is coming which should allocate the bandwidth rate for particular class...I need one application for finding the upcoming bandwidth & Is any other method is there for specify the bandwidth rate in a classes.

View 1 Replies View Related

Networking :: Control Bandwidth Access With Squid - Allow Certain IPs To Have Higher Bandwidth Access?

May 27, 2009

We have a sipmle office network set up that we also use use to connect to the internet, however of late the number of users has increased thus slowing internet access. Bandwidth upgrade is not an option thus i have to do bandwidth shaping on our linux router. The question is how do set the squid configs to allow certain IP's range a certain percentage bandwidtheg 60% and furthe divide the rest. Alternatively how can allow certain IPs to have higher bandwidth access.

View 1 Replies View Related

Ubuntu Networking :: Can't Access To Some Domains

Oct 30, 2010

Here the problem Ping to [URL]... works ok.

[Code]....

I thought, perhaps from one and one, have public IP blocked, but the funny thing is that from another PC that I have at same room (with Ubuntu 10.04 too) connected to the same internet connection (with the same public IP Address) works perfectly. What else can I check?

View 4 Replies View Related

Ubuntu Networking :: About Several Domains Pointing At One Server?

Feb 27, 2011

I'll post an scenario and hopefully you can help me understand the concept and put me in the right track and do what I intend, if possible. Let's say I have a dedicated server with 2 static IPs each with an associated domain, let's call them www.site1.com and www.site2.com. Now, apache is running on it, I'd like to redirect anyone coming from site1.com to /home/site1/public_html and anyone coming from site2.com to /home/site2/public_html.In short, apache serving 2 entire roots depending on the accessed IP/domain. Whether the sites root are in the same parent folder, such as /home/site/site1_public_html and /home/site/site2_public_html or like above doesn't really matter, as long as it works.Additionally, do something similar with Postfix, so that I can have it running imap/smtp for foobar@site1.com and foobar@site2.com on the same server.At this moment, both apache and postfix are working, and we host only www.site1.com with the respective foobar@site1.com. But I'm not sure how to proceed or even if it's possible to achieve the above solution.

View 1 Replies View Related

Networking :: Ssh Isn't Working For Some Domains (VPN), But Virtualbox Can Connect?

Jan 4, 2011

As of yesterday I have this perculiar problem. When I try to ssh into my account I have on a linux server where I keep some of my files (I'm using Cisco VPN) ssh claims it can't find the address.It's worked fine before, and if I connect using putty in Virtualbox on the same machine it works.The problem applies both to command line ssh and NetBeans (which uses a java client).I've tried setting SSH not to resolve DNS in the config file but it doesn't help.

View 3 Replies View Related

CentOS 5 Networking :: Multiple Domains On 1 System?

Dec 22, 2010

I have a virtual machine with two network interfaces. Now I wanted that both are part of different domains and tried to configure that with system-config-network. But there I only could change the the domain for the entire system. Is it possbile to edit the Domain for each network interface. If yes how?

View 1 Replies View Related

Fedora Networking :: Enter In Blank For Search Domains?

Apr 17, 2009

What are they? Before they were not required to set up an internet connection(wired, I'm giving up on wireless for the moment) and now they are. I asked the lady at my isp and she didn't know. What should I enter in the blank for search domains?

View 1 Replies View Related

Ubuntu Networking :: Manually Add Additional DNS Search Domains?

Feb 25, 2010

I am having trouble adding additional search domains to ubuntu. I can add them to resolve.conf, but networkmanager will keep overwriting it. Is there somewhere else I can add the search domains?

View 9 Replies View Related

Ubuntu Networking :: Can't Resolve .local Domains Anywhere Except With Nslookup

Nov 29, 2010

I'm finding that I can not resolve .local domains anywhere except with nslookup and found on the LucidLynx release notes that there is a problem with avahi causing this. Although the avahi service is convenient for locating printers and such can anyone else tell me what other services/options will be impacted on a default installation of Ubuntu if I disable this service?

View 1 Replies View Related

Networking :: Two Hosts On DDNS - Can Send Two Domains Through One Router

Feb 11, 2011

I have two virtual hosts that I want to be able to send through one router. I have two seperate dynamic hostnames on dyndns.

Apparently my router allows me to enter two seperate hostnames locally as well: DynDNS Host and Domain Name

Code:

How do I tell the router which is which? Currently I see the same site with both URLs

Do I have to set one vhost to do some 'funky' stuff (black hole in my head when it comes to static routes or BIND? ). And then set the other vhost to host both sites?

I'm running CentOS and an apache webserver. I want to demo a web site 'externally' from two different sub-domains.

I've looked high and low but most examples don't seem to be simply trying to put two different web-sites up to two Dynamic DNS Hosts.

It must be possible, all the pieces are there. I'm just missing the link!

View 10 Replies View Related

CentOS 5 Networking :: Sharing Logical Volume Across Xen Domains?

Oct 16, 2009

I have a network (192.168.x.x) that I want to keep closed and private for the most part. I need however to get access to some files generated on the machines in this private network. So I first tried putting two cards in a machine running centos 5.2 and connecting one to the private newtork and the other to the public network. This worked somewhat but I was not able to see this bridging machine in the private network because I could not run 2 samba instances on this machine ( I need one for the public network). So I setup xen on a machine with the 2 NIC's and assigned one card to the host dom and the other to the guest dom which was connected to the private network.

This worked ok, but the only issue was the shared disk space. I couldn't use nfs because each machine operates in a different subnet and I don't know how to export a nfs drive across domains. So I created a logical volume on a disk and mounted this in both domains.

Here comes the question now. This works some times,. but at other times I copy files from the private machine to the shared volume but i can't see them from the other domain. Also sometimes the guest domain which houses the private network server hangs during boot up saying that the logical volume has been assigned and cannot be mounted.

1) Is what I'm doing using logical volumes across domains legal (best practise, etc)

2) Is there another way for me to achieve what I want (sharing a disk partition across domains).

View 1 Replies View Related

Ubuntu Networking :: Wireless Connection Search Domains Field?

Sep 3, 2010

I have installed ubuntu netbook addition and all is good, but when I try to connect to internet I get comcast(my service provider) site. Which means I am connecting to outside world just need to know what to enter in Search Domains field.

All my pc's/laptops at home have 2 DNS names entered for ipvr4 listed in the field but no Search Domains field value specified and it works great off of wireless router.

Well here when I go to IPvr4 tab it seems like I am required to enter value in search domains field. The question is what do I enter there COMCAST domain? Like this one: hsd1.il.comcast.net?

View 5 Replies View Related

Networking :: DNS Installation And Configuration: A To Z / Register The Name Servers / Resolve Different Domains?

Apr 9, 2010

Anyone can point me to a document, page, or something that will tell me exactly how to implement DNS step by step. I don't mean just the concept, i.e. you'll need two name servers, and to download BIND, etc. NO, I mean command line commands and all. Step 1, step 2, how to register the name servers, how to resolve different domains, etc.

I'd really appreciate it, as I need to implement internal DNS and external DNS for my company soon. Our set up is pretty standard: Firewall, DMZ, Solaris/Linux/Windows servers, and Windows clients, etc.

View 4 Replies View Related

Networking :: Build Fast Home Network With Domains And Workgroups?

Jan 4, 2010

At home we have a small home network, but it is very slow. I believe it is, because some computers are placed in a workgroup, called WORKGROUP and others are placed in a domain called TUE. The domain is because many of the laptops at our house also have to work on our university, and I can't simply put them in a workgroup.

The reason why I believe it is slow because of this, is because file sharing between the computers in the workgroup goes with 5 MB/s. File sharing between a domain computer and a workgroup computer goes as fast as 160 KB/s. This is the upload speed of our internet here. How to make the connection with the domain computers the same speed as the workgroup computers? I can not simply put the domain computers out of their domain and in the workgroup (as explained before)

Our network looks as follows:

Internet
/
||
/
Modem

[code]....

View 4 Replies View Related

Ubuntu :: Cannot Reserve MMIO Region

Nov 21, 2010

That's the message I see briefly right before I am booted into Ubuntu Meerkat. It's right after the boot menu and the boot into Ubuntu begins and the screen is still black when that message appears.

View 2 Replies View Related

Ubuntu :: Reserve Cpu Core For Management?

Jun 24, 2011

I run a few programs that are very resource intensive, and although my computer has 4 cores, it keeps "freezing": it still works, I can see that my downloads keep on going, it's just too slow to show me a terminal screen so that I can kill whatever program got out of line.

It may be a bit complicated, but I suppose that there should be a way to do it: how can I keep some "cpu usage" from being used? I don't know, maybe reserve a core for management? Or throw the problematic programs in a "box" of limited processing power?

I'm sorry if this is a really dumb question, I'm a bit of a noob, but that would help me a lot. Of course, if someone has a better suggestion for my problem, I'd appreciate it very much.

View 3 Replies View Related

Networking :: Bandwidth Monitoring Using SSH

Oct 5, 2009

I am renting a VPS from[URL].They do not supply a webhosting panel for restarting/shutting down or for seeing monthly bandwidth consumtion. I am running CentOS 5.3. I was wondering if theres any programs that you can install to view monthly/daily bandwidth consumption on our server?

View 2 Replies View Related

Hardware :: Assign / Reserve PTS Ports In Certain Order

Jun 17, 2010

I have several environments in which I am using Thin Clients as terminal emulators to Red Hat servers. I have been deploying Thin Clients for the past few years to replace old WYSE dumb terminals. One problem I am having is that the dumb terminals were serial so they were on a specific tty port. The Thin Clients however connect on the first available pts port, I really don't have control over the port each Thin Client connects on, other then possibly making sure they are always started in a certain order, which isn't a feasible option. What I am wondering is if anyone knows a way to control which pts port a thin client connects on; I'm guessing it would have to be by hostname or IP, I just can't figure out how.

View 1 Replies View Related

Networking :: Which Program For Bandwidth Monitoring

Dec 18, 2009

Im looking for a program to monitor the ammount of bandwidth usage per network. Ex: I have lots of networks connected to one server, and i would like to know for example how much is the average bandwitdh usage for network 172.16.2.0/24 and 172.16.5.0/24 for one hour, for example.

View 1 Replies View Related

Networking :: Changing Bandwidth During A Simulation?

Mar 22, 2010

I'm doing some simulations (using Iperf) to obtain throughputs values of a link between two gigabit ethernet cards for different delays and different drop probability (using netem) .... Now I have to do a 3minute long simulation in which during the firstnute the bandwidth is 1000Mbit/s, 500Mbit/s during the second minute and 1000Mbit/s during ththird one....Does anybody know how can i do this type simulation

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

Networking :: Possible To Get The Available Bandwidth Run App In Client Side

Nov 26, 2010

Calculating the available bandwidth methods IGI/PTR,PATHLOAD,SLOPS,PACKET PAIR...

I gone through above methodogies ,when i finish one methods(IGI/PTR) i came to know,one application should run in client side and another application should run in server side (i.e,) Internet Service Provider side,

In IGI/PTR method ./ptr-client.c & ./ptr-server.c is there .,if we want available bandwidth,I Should run ./ptr-client.c (in myside)correspondingly ./ptr-server.c then only we wil get a availble bandwidth...

My need is without run any application on the server side ./ptr-server.c like that,but I should develop the application only on client side (in my routerside based on linux)..

1:whether it is possible to get the available bandwidth run application in client side only?.if possible. how i implement the code in client side( only )for getting the available bandwidth ...whether any source code is available?...

I dont want to test the speedtest.in (in GUI )

View 1 Replies View Related

Networking :: Bandwidth Management Between Different Departments?

Sep 25, 2010

I am Network Administrator in a Degree College managing around 2500 Comps. My ISP has terminated its Internet link (15 Mbps) to our Linux Server (Installed 2 NIC) from where Internet connection is extended to rest of the machines in network. I am supposed to send different bandwidth to different departments say 5 Mbps to Hostel, 2 Mbps to Staff room etc. I am new to linux and don't know anything about Bandwidth Management in linux.

View 2 Replies View Related

Networking :: Bandwidth Monitoring For Computers With Different OS?

May 1, 2010

I am connected with LAN. We have many computers with different OS viz.linux, windows etc. Now I want to know the bandwidth every computer is getting and using. Is there any Ubuntu packages to monitor this?

View 1 Replies View Related

Networking :: How To Manage Bandwidth In Squid

Mar 7, 2011

I am using SQUID 2.6 on cent os. Squid as a proxy server is working fine. I want to manage my bandwidth according to my office staff.Like for top management users may allocate 1 MB and rest of the users as 256 kb.Kindly guide me that how can I do it ?

View 1 Replies View Related

Networking :: How To Check Bandwidth - Get Value Of Throughput

Apr 15, 2011

My objective is when the throughput is increase my shell script is Print a message. But the Question is how to check the bandwidth.

View 1 Replies View Related

Networking :: How To Measure And Report Net Bandwidth Use

Feb 6, 2011

I'm looking for some utility that will measure my network bandwidth use and report it in ways that are human readable. Specifically, I want something that I can use to stay ahead of my mobile broadband plan's usage metering.

View 2 Replies View Related

Networking :: Isp Bandwidth Monitoring Tools

May 11, 2010

dear can someone highly gui or text base/command line tool that use as "isp bandwidth monitoring tools in linux".i do have leased line,frame relay, wireless linke,dsl too. i want to monitor what is uploading and downloading.

View 11 Replies View Related

Networking :: Limit The Amount Of Bandwidth Per Day?

Aug 17, 2010

I want to use the tc rules for bandwidth control in my lan.i have a linux router(traffic shaper).how i can limit the amount of bandwidth every user has access to per day? For example, any user can't download more than 2 gb per day(or per month).

The information about lan's users(such as a group type,userid,etc.but not any thing about time limiting per user)is in ldap directory on ldap server.the linux server uses ldap server for authentication users when the user login.

View 6 Replies View Related







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