Questions tagged [traffic]

304 questions
2
votes
1 answer

How to redirect traffic with Apache and Dlink 524T ?

I would like to redirect all LAN http traffic to my Apache server (which is located temporarily on my laptop ). The basic idea is that every user who connects to the network and tries to connect to a website will be redirected to my Server's…
Patryk
  • 143
  • 2
  • 9
2
votes
1 answer

One terabyte of video served per hour - network limits?

Suppose in a peak hour there are 100,000 users that want to watch a video and that on average they consume 10 megabytes per video view. Might be more, might be less. For simplicity, let's say 1 terabyte needs to be served in that hour. That would…
webjunkie
  • 159
  • 7
2
votes
0 answers

High traffic windows server configuration

I'm running a large website with 400.000+ visitors a day and currently setting up a new server environment (one web, and one db server). I would love to hear how Jeff and Joel has setup their Web and Db Server configuration for high traffic. For…
Anders Vindberg
  • 161
  • 1
  • 3
2
votes
3 answers

Separating dynamic and static content on high traffic website

I am trying to increase capacity for my website, which is growing beyond what my current web server is able to handle. The site hosts on a dedicated web server (Litespeed), and a dedicated database server. It receives over 180,000 visitors per day…
markxi
  • 43
  • 5
2
votes
2 answers

Counting traffic to destination MAC address using ebtables/iptables

I would like to be able to count the number of bytes going to a given MAC address using iptables or ebtables or some other linux utility. I have tried looking at the byte counts in ebtables but they are always 0, am I doing something wrong here?
DanielGibbs
  • 573
  • 5
  • 13
  • 32
2
votes
1 answer

IPtables Traffic Quota - up and down

I've been trying to set up traffic quotas for users on a shared server and i believe [with my limited knowledge] that iptables --quota and ports which have been selected for each user [--dport] is the way to do this... iptables -A OUTPUT --dport…
Nick
  • 73
  • 2
  • 4
2
votes
3 answers

Web/LAN Traffic Monitoring

Is it possible to generate an easy to read report based on the traffic to websites from a users active directory domain name? I assume this could be managed by implementing some sort of non-transparent proxy, but not sure how one would go about…
James Bow
  • 21
  • 1
2
votes
4 answers

openVPN Mac(Tunnelblick) all traffic over VPN

The problem is that we want to use openVPN here as default VPN Server. Now we have the same problem like everytime. On Windows all works fine but on Mac we have problems with the routing. When you are logged on to the network all your internet…
René Höhle
  • 1,438
  • 3
  • 17
  • 26
2
votes
1 answer

Traffic used without any active connection!

I've got a problem here confusing me, and thought Server Fault community could help. I've noticed a continuous traffic (1-10 Kbit/s) being generated on my desktop. It was running on Windows XP. I checked up all the processes, scanned for viruses and…
avart
  • 23
  • 2
2
votes
1 answer

traffic shaping for certain (local) users

i'm using ubuntu 10.10 i've a local backup user called "backup". :) i would like to give this user just a bandwidth of 1Mbit. No matter which software wants to connect to the network. this solution limits: iptables -t mangle -A OUTPUT -p tcp -m…
JMW
  • 1,463
  • 4
  • 19
  • 27
2
votes
6 answers

Flow of packets in network

I can't visualize in my mind the network traffic flow. eg. If there are 15 pc's in a LAN When packet goes from router to local LAN, do it passes all the computers? Does it go to the ethernet card of every computer and those computers accept the…
user58859
  • 518
  • 3
  • 8
  • 17
2
votes
4 answers

Issues with Haproxy slowing down after time

We recently migrated from Perlbal to HAProxy due to Perlbal's memory usage. It's been a fairly flawless migration though lately we've run into an issue that I can't seem to figure out (it doesn't help I'm not familiar with HAproxy's umpteen…
WinkyWolly
  • 598
  • 6
  • 19
2
votes
1 answer

How do I track incoming IP addresses on Windows 2003 web server?

How do I track incoming IP addresses that visit a website hosted on a Windows 2003 web server? I know we can use Google Analytics to do the job,is there any other way of doing it? Thanks in advance
manraj82
2
votes
1 answer

Configuring Fiddler to watch specific domains

I'm using Fiddler to monitor some HTTP traffic. I want to configure it to watch traffic from a few specific domains. I know that CustomRules.js can be modified to manipulate traffic passing through fiddler oSession.HostnameIs("required.host.name")…
Sophia
  • 123
  • 3
  • 6
2
votes
2 answers

linux: how to obtain traffic statistics

I have a linux-based bridge. I'd like to count how much traffic does every IP that passes throug generates. In other words I'd like to get a file like this: src_IP dst_IP pkt_size 1.1.1.1 2.2.2.2 12304 3.3.3.3 4.4.4.4 430 .... Is there a tool to…
facha
  • 1,368
  • 2
  • 18
  • 26