Displaying 20 results from an estimated 3000 matches similar to: "Simple Rule to Cap P2P Uploads"
2006 Aug 16
4
How to bypass traffic control for one IP
Hi all,
i have a problem: i have an adsl modem that is connected to internet. I can''t manage this modem.
Between my PC and the modem i have a linux firewall that make the NAT and the traffic shapping.
I have create a script that limit the bandwidth of the "external" interface of the firewall so i can manage my bandwidth for my internet application.
The problem is that i need to
2006 Jun 16
3
tc ingress policing with multiple subnets
Hello everybody on the list,
I have the following situation where I want to police the speed of incoming
packets from specific subnets to 1024kbps and then police all the rest to
256kbps, which is the speed my ISP grants for the rest of the internet.
So, eth1 is the one connected to the cable modem and then to the internet.
I do:
tc qdisc add dev eth1 ingress handle ffff:
then:
tc filter
2006 Jan 31
24
Need help and advised
Hi folks
Im currently doin firewall project.. the scenario is like this.. my
application server open port number 3079 the server ip is 202.188.0.132. and
now the port can be accessed from everywhere. Now i want to block all the
everywhere accessed. But my problem is, the application will be accessed by
few locations that doing transaction with the application server. and the
said locations are
2005 Mar 11
6
P2P
Im getting into tc. How can I control P2P (peer to peer) traffic???
which filters??? any ideas???
Hugonik
2006 Aug 14
2
enable p2p to some host (ipp2p)
Hi
I using ipp2p to block p2p traffic.
How to enable to use p2p to me host in my net ?
I using this setup:
iptables -A FORWARD -m ipp2p --ipp2p --bit --apple --winmx --soul --ares -j DROP
This setup:
iptables -A FORWARD -m ipp2p --ipp2p --bit --apple --winmx --soul
--ares -d ! mynet -j DROP
iptables -A FORWARD -m ipp2p --ipp2p --bit --apple --winmx --soul
--ares -s ! mynet -j DROP
not
2006 May 07
5
Detecting p2p traffic
After varying degrees of success with p2p detection modules, I would like to
write the following rules using iptables to reliably identify p2p traffic:
1. If a host on the network has 5 or more simutaneous tcp connections to ports
above 1024, mark all connections to ports 1024 and above as 60.
2. If a host has received (or sent) UDP packets from 5 different hosts'' ports
above 1024 in a
2005 Apr 27
5
Shorewall and P2P traffic
Hi all,
I have just upgraded to a new satellite internet provider. I have two network cards - one with a public IP connected to my satellite router, and the second network card with private IP into my switch for the LAN. Shorewall firewall
My old satellite system is not being used.
Would it be possible/feasable to install a third network card into my Fedora Core 2 server, and then direct all
2005 Sep 22
5
p2p: ARES
Hi,
I''ve a linux as router nat + firewall
(POLICY DROP for INPUT OUTPUT and FORWARD)
but, I''ve put next rules for p2p software
on FORWARD chain
[... snip ... ]
iptables -F FORWARD
iptables -P FORWARD DROP
iptables -A FORWARD -p tcp --dport 80 -j ACCEPT
iptables -A FORWARD -p tcp --dport 25 -j ACCEPT
[... snip ... ]
iptables -A FORWARD -m ipp2p --ipp2p -j ACCEPT
iptables -A
2011 Oct 24
2
How to use "virsh migrat" with p2p option?
Hi libvirt support,
Can you please give me some example of how to use "virsh migrate --live" with p2p option including both source host and target host?
I try to get some info from your website, but no info with migrate.
[root at vmoactive02 qemu]# virsh help migrate
NAME
migrate - migrate domain to another host
SYNOPSIS
migrate [--live] [--p2p] [--direct]
2004 May 30
2
Route P2P on separate link
Hello,
Is there a way to route p2p traffic on a separate ISP connection, just as
you would choose a separate connection for http traffic?
I tried all sorts of setups based on:
http://www.braindump.dk/en/wiki/?wikipage=PolicyRouting but with no luck.
Please help :)
(ipp2p is up and running)
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
2004 Jun 08
3
Blocking p2p traffic
Greetings, I''ve searched, found ftwall, and some other commercial solutions, but am wondering if anyone on this list has any solutions using a linux firewall to block p2p traffic, more specifically Kazaa.
Walter Wickersham
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2005 Jul 09
2
P2P shaping working
Hello, it''s me again, finally p2p traffic is getting shaped, but now I still
have one problem: download seems to be affected when shaping the traffic, ack
packets are in the interactive queue too, as someone adviced me, what fixed
the problem was to change the rates, to match (the sum of all subclasses) the
root class rate, and to give the p2p class a very low rate (1k actually) and
2010 Jul 01
2
p2p or p2mp for BRI
Hello,
I'm a graduate student. We are setting up an IVR system for research purpose
on a BRI channel. (We can't afford PRI line as its cost is about 10x of the
BRI). The line will be connected to the CTI card. Using asterisk server we
will be recording the calls.
I'm confused about whether we should apply for point-to-point connectivity
or point-to-multipoint. P2P costs more than
2003 May 28
2
wondershaper htb P2P downloads
Sir,
Thanks for the wondershaper utility!
It has improved the response time for my ssh connections to my home
server whenever i need to access it from the Internet.
However, is there a way to setup a bandwidth, say 10kbits/sec (i only
have 128kbits/sec DSL), and assign it to a particular traffic type like
kazaa and other P2P file-sharing?
This way it will guarantee that my home users of
2004 Jan 21
1
ISDN p2p AVM Fritz Card
hello!
I'd like to use my asterisk-box on a p2p-line from my alcatel pbx.
isdn4linux and capi works fine on a s0-line from the pbx, but i need
more then 8 msns, cause i'd like to implement a voice-mail system and an
extension to our "old" pbx with voip-phones.
had anyone success using isdn4linux on a t0 (p2p) line (of course with
an inexpensive passive card like my avm
2024 Oct 15
5
[PATCH v1 0/4] GPU Direct RDMA (P2P DMA) for Device Private Pages
From: Yonatan Maman <Ymaman at Nvidia.com>
This patch series aims to enable Peer-to-Peer (P2P) DMA access in
GPU-centric applications that utilize RDMA and private device pages. This
enhancement is crucial for minimizing data transfer overhead by allowing
the GPU to directly expose device private page data to devices such as
NICs, eliminating the need to traverse system RAM, which is the
2006 Mar 01
2
Working Asterisk with Austrian ISDN p2p
Hi!
I'm looking for someone who has successfuly setup an asterisk in
austria with isdn in p2p mode and chan_capi.
There is is a special problem in austria with DID. If someone is
dialing the phone number of the asterisk pbx like 12345-0, zero is
passed as an DID, but in Austria u can dial 12345, and the DID which
is passed is empty.
It seems that asterisk cant handle this. Any ideas?
2007 Aug 03
2
centos 5 as p2p client
Hello,
I'm running centos5. I'm wanting this machine only, none of my other
ones, to participate in p2p file sharing, bittorrent, edonkey, maybe other
networks. Does anyone have a howto or step by step guide for this? I've
installed bittorrent and mldonkey clients, but neither is working, i'm
assuming gateway firewall issue, but i've enabled the correct ports, 6881
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
2015 Apr 03
1
Re: P2P live migration with non-shared storage: fails to connect to remote libvirt URI qemu+ssh
On Fri, Apr 03, 2015 at 10:13:38AM +0200, Kashyap Chamarthy wrote:
> On Fri, Apr 03, 2015 at 10:08:21AM +0200, Kashyap Chamarthy wrote:
> > Migration without --p2p works just fine, ie. the below works:
> >
> >
> > $ virsh migrate --verbose --copy-storage-all \
> > --live cvm1 qemu+ssh://kashyapc@devstack3/system
> > Migration: [100 %]
>