similar to: police rate doesn''t work ?

Displaying 20 results from an estimated 1100 matches similar to: "police rate doesn''t work ?"

2003 May 31
3
Packet flow through IPFW+IPF+IPNAT ?
Hi. On my FreeBSD 4.8 configured IPFW2+IPF+IPNAT and I use them all: - IPFW - traffic accounting, shaping, balancing and filtering; - IPFilter - policy routing; - IPNAT - masquerading. I want to know, how IP-packets flow through all of this components? What's the path? incoming: IPFW Layer2 -> IPFW&Dummynet -> IPNAT -> IPFilter ? outgoing: IPFW Layer2 ->
2006 Aug 31
0
Problem with delay in htb class
Hi, We''ve done a lots of tests on htb class to study behaviuor of delay. We use this simple configuration: tc qdisc add dev eth1 handle 1:0 root htb tc class add dev eth1 parent 1:0 classid 1:1 htb rate 5000000 ceil 5000000 burst 30000 quantum 1600 tc class add dev eth1 parent 1:1 classid 1:10 htb prio 1 rate 1000000 ceil 1000000 quantum 1600 tc filter add dev eth1 parent 1:0 protocol ip
2007 Jun 18
1
Fwd: police burst is mandatory?
Hi. I''m using the following filter from lartc "ultimate PPP" example: tc filter add dev $DEV parent ffff: protocol ip prio 50 u32 match ip src \ 0.0.0.0/0 police rate ${DOWNLINK}kbit burst 10k drop flowid :1 It works fine, but when I remove the "burst 10k", I receive the following error: "burst" requires "rate". Illegal "police"
2004 Nov 30
1
"tc class htb"''s and "tc filter police"''s rate
Hi, What is the difference between the rate values you specify in "tc class ... htb ... rate ..." and in "tc filter ... police ... rate ..."? Thanks in advance. Best regards. -- Value your freedom, or you will lose it, teaches history. ``Don''t bother us with politics,'''' respond those who don''t want to learn. -- Richard M. Stallman
2004 Aug 06
2
compiling error
Hello Icecast group, I have a problem with compiling lame or other programms, I get always the message from stupid libtool libtool is installed, I use Solaris9 (sunOS 5.9) has any person a idea? thank you for help Daniel # make cd . \ && CONFIG_FILES= CONFIG_HEADERS=config.h \ /bin/bash ./config.status config.status: creating config.h config.status: config.h is unchanged
2004 Sep 17
3
Cisco 7940/7960 QOS?
If I relay through my Cisco 7940/7960, does it do QOS, even with a dumb switch? I know you can set quality/qos but only if you have a layer2/layer3 switch that supports the tagging. A simple little linksys 5 port switch wouldn't know about QOS, it'd give everybody equal priority. If a computer plugged into the phone, and the phone into the dumb 5 port switch and then to the internet,
2007 Jan 09
5
filtering in layer 2 [but is not a bridge]
I have a linux AP with prism2 (hostap) wireless nic. I whant to filter traffic that pass betwen clients of the AP, this is layer 2 traffic (802.11) and netfilter does not sees it, at first i think in physdev target, but is for layer2 bridged interfaces, and this is not the case. There is a way to filter layer2 traffic independet if it is from a bridged iface or not? -- Luciano
2004 Jul 06
1
zaphfc 2 cards working with P2P Mode ?? - massive Problems
Hello List, is someone operating a DID /P2P / Anlagenanschluss with more than one HFC-Based ISDN-Card ??? I have now 12 hours of setup-troubles behind me with Colt-Telekom, where we did not get it working with two HFC-based cards. Here the setup: - 2 HFC-ISDN-Cards (the one from Conrad-Electronic) - bri-stuff.0.0.2 (with the asterisk-sources from the download.sh-skript) - two NTBAs from
2013 Dec 03
1
layer2 tunnel between guests across hosts
Hi, Is it possible to setup layer2 tunnels between guests across hosts? Using vrbr? -- i.e the Guest is unaware. On Host 1: guest (a) --- vrbr0 ------- | | On Host 2: | guest(b) -- vrbr0 ------ Has there been any work done around it? TIA, -Sujay -------------- next part -------------- An HTML attachment
2019 Sep 20
2
7.7.1908, interface bonding, and default route
Hi! I just upgraded a machine to 7.7.1908 and the default route is not being set on boot. This particular server has a bonded interface, and the corresponding configuration for the master is ( /etc/sysconfig/network-scripts/ifcfg-bond0): TYPE=Bond BOOTPROTO=none DEFROUTE=yes IPV4_FAILURE_FATAL=yes NAME=bond0 DEVICE=bond0 ONBOOT=yes IPADDR=10.3.20.131 PREFIX=24
2004 Apr 08
1
Asterisk & 3com nbx 100 support
Does anybody know if the 3com NBX 100 phones will work with Asterisk? The phones require a boot image to be sent either through layer2 or layer3 before they will function properly after being powered on each time. Thanks.
2004 Dec 14
1
ISDN HiSax: unauthorized source code changes
Hi After modprobe hisax type=35 (Billion HFC PCI) on a Xorcom Rapid ISO I get: HISAX Dec 12 16:25:35 localhost kernel: HiSax: Linux Driver for passive ISDN cards Dec 12 16:25:35 localhost kernel: HiSax: Version 3.5 (module) Dec 12 16:25:35 localhost kernel: HiSax: Layer1 Revision 1.1.4.1 Dec 12 16:25:35 localhost kernel: HiSax: Layer2 Revision 1.1.4.1 Dec 12 16:25:35 localhost kernel: HiSax:
2014 Oct 08
1
can I check the mac address on DHCP from my command line
Hi, I have an interesting problem. I want to be able to verify that my hostname, ipaddress, and mac address are correct in the DNS/DHCP. I have the values, how do I compare. I am able to use NSLOOKUP for the hostname=ip confirmation How do I do the ip addresss = mac address comparison I tried arp and a few other things. Almost everything on google says either to logon to DHCP (which I do
2010 Apr 06
1
"Mode Switch" and "Tunnelserver Yes" cause unnecessary traffic to clients (proposed patch)
The following is maybe a bug report, and a proposed patch. Using latest stable tinc 1.0.12. I have a central server and a few clients connecting to this server. I don't want clients to speak directly, but I want all the communications to pass by the server. My configuration is: Mode = switch TunnelServer = Yes I need layer2 because of some ethernet stuff on the clients. When you have
2006 Oct 23
4
Problems with chan-capi and Eicon Diva 4BRI
Hi! This weekend we had a problem with our Asterisk Box which ran flawlessly for nearly 4 weeks. The Asterisk server sits between the PSTN and a Siemens PBX and bridges 2 BRI lines. No calls, not incoming, not outgoing. The admin rebooted the Dell Box and then everything worked fine again. Now, I'm analyzing log files to find the cause. During the Asterisk outage the logfiles only show
2018 Jan 29
2
Re: issue with openssh-server running in a libvirt based centos virtual machine
On Sun, Jan 28, 2018 at 7:07 PM, Adrian Pascalau <adrian27oradea@gmail.com> wrote: > When an Ethernet frame that is less then 60 bytes in size goes through > the network, it is padded with 0x00 bytes until it has 60 bytes in > length (64 with the frame check sequence). When this kind of padded > frames goes from centos1 VM through the linux bridge br0 to the > windows host,
2011 Jul 18
1
cluster by unique value
Hi, I need to make a cluster classification by the unique values of the data frame. I explain the problem. I need to classify this table, and assign to the same cluster each row that has the same combination of value: > data1 layer_1 layer_2 layer_3 [1,] 0.2460000000 2 -0.1 [2,] 0.5460000000 3 -0.1 [3,] 0.2460000000 2 -0.1 [4,]
2006 Jan 24
4
Xen in a routed network environment?
Hello, I''m used to using Xen in a bridge mode where my dom0 and all domUs are on the same layer 2 network. However now I have to set up a server whose eth0 is on one network and the domUs will be on another /29. So, for example, if the eth0 of dom0 is 192.168.1.214/24, then I have 10.1.1.0/29 (10.1.1.0 -> 10.1.1.7) routed to it for use in domUs, how would I go about setting that up?
2016 Mar 18
2
Networking in KVM
Paul, On Thu, Mar 17, 2016 at 5:47 PM, Digimer <lists at alteeve.ca> wrote: > On 17/03/16 04:47 PM, paul.greene.va at verizon.net wrote: > > Thanks, I followed the 2nd article, and it got the existing virtual > > machines communicating with each other. > Right, so your VMs are on the same bridge group now (at Layer2 of OSI). > > > > However, any new
2006 Oct 12
5
AoE LVM2 DRBD Xen Setup
Hello everybody, I am in the process of setting up a really cool xen serverfarm. Backend storage will be an LVMed AoE-device on top of DRBD. The goal is to have the backend storage completely redundant. Picture: |RAID| |RAID| |DRBD1| <----> |DRBD2| \ / |VMAC| | AoE | |global LVM VG| / | \ |Dom0a| |Dom0b| |Dom0c| | |