Displaying 3 results from an estimated 3 matches for "udp_dport".
Did you mean:
tcp_dport
2004 Sep 07
1
tcng and scheduling ssh
Hey people,
I have the following tcng configuration:
#include "fields.tc"
#include "ports.tc"
dev "eth0" {
egress {
// Voice traffic
class (<$voice>)
if udp_dport >= 20000 && udp_dport <= 23000;
// SSH connections
class (<$interactive>)
if tcp_dport == PORT_SSH;
// Everything else
class (<$other>)
if 1;
prio {
$voice = class { fifo; }
$interacti...
2007 Apr 25
3
PPPoE and shaping
Hi all,
I have a little problem with my home-made slackware linux server.
Here is the scenario:
1. I have a local wifi network
2. my server do masquerading and exit in internet via a PPPoE connection
Goals:
1. not use SQUID
2. shaping the traffic with classes
3. emule connection must have minimum priority and a band-limit of
10KBytes/s in uplink (server--->internet)
Any idea?
Thx,
Diego
--
2013 Aug 23
1
[Bridge] challenge of year: connect to LAN using wireless-ap over bridge + unmanaged l2tpv3 tunnel + bridge? it's possible?
...an601 (eth1.601) by bridge called "br-red"
*root at bahia:~#* brctl show
bridge name bridge id STP enabled interfaces
*root at bahia:~#* brctl addbr br-red
*root at bahia:~#* brctl addif br-red eth1.601
*root at bahia:~#** *ip l2tp add tunnel tunnel_id 45 peer_tunnel_id 42
udp_sport 5001 udp_dport 5000 encap udp local 200.243.1.5 remote
200.199.10.12
*root at bahia:~#** *ip l2tp add session tunnel_id 45 session_id 5196755
peer_session_id 128
*root at bahia:~#* ip link set l2tpeth0 up promisc on master br-red
*root at bahia:~#* ip link set br-red up
*root at bahia:~#* brctl show br-red
bridg...