|
Hi,
I have a linux box set up running as a router using iptables.
My question is: What is the best way to monitor the traffic passing through it, on a per-IP basis? I've tried using Ntop, but it just gives me the shits, associates computer names with ...
Started by gerard on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
I can monitor traffic/bandwidth in real time and/or look at history in graph or text form traffic that a router sees will....
I am running all traffic, including a wireless machines.
There are several different possible configurations.
|
|
I'm looking for ways to encrypt Microsoft SMB data traffic between a client and Windows server or filer appliance. This is not about encrypting the authentication but the actual data transfer.
Is IPSec from the client to a Windows Server my only option...
Started by Bob on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
You could use an encrypted pptp tunnel or something similar the traffic in an encrypted envelope....
IPSec is just one way.
In VPN functioinality in Windows is the only built-in way to encrypt CIFS/SMB traffic between of some form.
|
|
When configuring HAProxy, I would like to send traffic to certain servers based on the cookie.
Example, there is the HAProxy server, and 2 web servers (serverA and serverB)
When someone logs in, a cookie is created loginCreds=user:company
When John from...
Started by King on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Another idea might be to learn how HAProxy's own cookie for sticky .
traffic based on the hostname.
|
Ask your Facebook Friends
|
We have a medium sized network of around 200 nodes and are currently in the process of replacing old daisy chained switches with stack-able or chassis style switches. Right now our network is broken up via subnet; production, management, IP, etc each ...
Started by thebird on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
Broadcast traffic is easy to understand, but flooding of frames to unknown destinations is a bit with a traffic profile that hosts....
Hosts to the VLAN and assign them IP addresses in the subnet you defined, and route their traffic.
|
|
I'm using browser automation for testing web sites but I need to verify HTTP requests from the browser (i.e., images, external scripts, XmlHttpRequest objects). Is there a way to programmatically instantiate a proxy or packet sniffer for the browser to...
Started by Mark Cidade on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Are trying to do (watch traffic w/o a UI), this is probably a simpler solution than writing your own.
|
|
What is the best way to get traffic???? What is the best way to get traffic????
accounting services
bookkeeping services
Started by Alvinjoe on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at seoforums):
What is the best way to get traffic???? Social Media Marketing is perfect way to increase your traffic
Thanks What is the best way to get traffic???? Originally Posted by Alvinjoe What is the best way....
|
|
I need to track traffic between a specific set of web sites. I would then store the number of clicks in a database table with the fields fromSite , toSite , day , noOfClicks . The complete urls are unimportant - only web site identity is needed.
I've ...
Started by Arne Evertsson on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
The best way is to use an analytics program like Google Analytics, and to review the reports.
|
|
I am having some trouble with a flash file that has hardcoded urls in it. The flash loads fine if I visit from abc.com. But if I try to view it from www.abc.com it wont load.
So my question is, how do I got about forcing all traffic, including that coming...
Started by Roeland on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
This is what I use, in conjunction with apache's ... .
A directive similar to
RedirectMatch http://www.abc.com(.*)$ http://abc.com$1
might do some good.
Look into mod_alias if you're running Apache, which I'll assume because you talk about .htaccess .
|
|
I want a simple way to show all the TCP data (not the TCP headers or anything else) going over any interface on my Linux box.
For instance, I want a magical command that if I do:
magic_commmand_I_want port=1234
then if there was a server listening on ...
Started by Dustin Boswell on
, 6 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
On your machine, you may still emulate it that way with netcat:
$netcat -l -p 4444 | tee output_file connections (flows), and stores the data in a way that is convenient for protocol analysis or debugging.
|
|
I'd like to be able to connect my Android phone to public Wi-Fi points with unencrypted connections, but
People can see what I'm doing by intercepting my radio transmissions People who own the access point can see what I'm doing. There are tools like ...
Started by endolith on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
> adb shell # sqlite3 /data/data/com.google.android.providers....
But you must do it either from the adb client, or from the terminal in a rooted g1 .
You can configure android to use a proxy server.
You can use connectbot to tunnel your connection over SSH .
|