Displaying 5 results from an estimated 5 matches for "trafffic".
Did you mean:
traffic
2009 Mar 31
2
dynamic codec preferences
Has anyone here ever had the occasion to setup a system that would
dynamically alter it's codec preferences based on trafffic? That is,
presuming that the system is on a limited bandwidth connection is would
start to prefer a compressed codec as the call volume increased?
Perhaps shifting from G.711 to G.729?
Michael
--
Michael Graves
mgraves<at>mstvp.com
http://blog.mgraves.org
o713-861-4005
c713-201-1262
sip:mgra...
2007 Feb 20
0
Fwd: Fwd: HOW to enable traceroute with IPTABLES(SLOVED)
...7 2:45 AM
Subject: Re: Fwd: [CentOS] HOW to enable traceroute with IPTABLES
To: Indunil Jayasooriya <indunil75 at gmail.com>
On Mon February 19 2007 00:00, you wrote:
> I have included ESTABLISHED,RELATED at the top of your INPUT chain as
> below
>
> #Allow established,related trafffic to come back
> #(for OUTPUT traffic to come back)
> iptables -A INPUT -i eth0 -d 192.168.101.60 -p tcp -m state --state
> ESTABLISHED,RELATED -j ACCEPT
>
> But without an INPUT statament it does not work. BUT for TCP OUTPUT
> traffice , that will be appilicalbe. But other than...
2002 Dec 04
3
HTB/IMQ troubles (probably)
Hello,
I use HTB with linux-2.4.20-ac1 and iptables-1.2.7a (pathced for IMQ).
I configured one HTB qdisc on an IMQ device. This qdisc has some classes
(about 5) and all of the classes has qdisc pfifo.
I sometimes got out from my linux (while I was working) and I found in
logs:
Dec 4 11:49:27 core kernel: HTB init, kernel part version 3.7
Dec 4 11:49:28 core kernel: HTB: quantum of class
2005 Aug 08
7
Loadbalancing and failover using TC and Iptables
...io 222 table 222
ip route add default equalize table 222 proto static nexthop via x.x.x.233
dev eth1 nexthop via y.y.y.9 dev eth0
#essential masquerade option
iptables -t nat -A POSTROUTING -s 192.168.3.0/24 -j MASQUERADE
Above is my setup
when try to traceroute to yahoo.com
iam able to see the trafffic going to both interfaces.. till now works fine
when i connected to eth2 ( eth2 of linux box configured IP 192.168.3.2) with
my Laptop
using ip 192.168.3.1 gateway 192.168.3.2( linux box eth2)
when try to traceroute its always going to y.y.y.9
when i go and check whatismyip.com and findmyip.com
i...
2010 Jun 30
0
FYI: a short guide to libvirt & network filtering iptables/ebtables use
...r
any of these just do
virsh nwfilter-dumpxml FILTERNAME|UUID
They are all stored in /etc/libvirt/nwfilter, but don't edit
files there directly. Use 'virsh nwfilter-define' to update
them. This ensures the guests have their iptables/ebtables
rules recreated.
To associate the clean-trafffic filter with a guest, edit the
guest XML config and change the <interface> element to include
a <filterref> and also specify the whitelisted <ip addres/> the
guest is allowed to use
<interface type='bridge'>
<mac address='52:54:00:56:44:32'/>...