Displaying 4 results from an estimated 4 matches for "port_smtp".
Did you mean:
port_set
2005 Apr 27
0
Ingress and polishing
.../ 4;
$medium_pir = $maxDownstream / 4 * 2;
$low_cir = $maxDownstream / 4;
$low_pir = $maxDownstream / 4;
// variables to make categories
$is_medium = (tcp_sport == PORT_SMTP);
$is_low = 1;
// Double Leaky Buckets
$is_medium_pol = DLB(cir $medium_cir bps,cbs
20kB,pir $medium_pir bps,pbs 5kB);
$is_low_pol = DLB(cir $low_cir bps,cbs
20kB,pir $low_pir bps,pbs 5kB);...
2005 Jan 02
0
Performance Loss with HTB/tcng?
...t/s DSL bandwith and
the following ruleset (on the internal interface):
$INT="eth1";
$INT_NET=192.168.1.0;
$MAX_IN=2Mbps;
dev $INT {
egress {
class (<$int>) if ip_src:24 == $INT_NET;
class (<$ssh>) if tcp_sport == PORT_SSH;
class (<$smtp>) if tcp_sport == PORT_SMTP;
class (<$http>) if tcp_sport == PORT_HTTP;
class (<$http>) if tcp_sport == PORT_HTTPS;
class (<$nntp>) if tcp_sport == PORT_NNTP;
class (<$nntp>) if tcp_sport == PORT_NNTPS;
class (<$other>) if 1;
htb() {
class (rate 100Mbps, ceil 100Mbps...
2007 Apr 25
0
problem with prio qdisc and tcng
...orts.tc"
#define X16(i) i i i i i i i i i i i i i i i i
dev ppp0 {
dsmark {
prio(bands 6, priomap X16($be)) {
class if ip_proto == IPPROTO_UDP;
class if tcp_dport == PORT_TELNET;
class if tcp_dport == PORT_HTTP;
class if tcp_dport == PORT_SMTP;
class if ip_dst == 10.0.10.10;
$be = class(6);
}
}
}
The tc-Code looks like this:
# ================================ Device ppp0
================================
tc qdisc add dev ppp0 handle 1:0 root dsmark indices 64 set_tc_index
tc qdisc add dev ppp0 han...
2005 Jun 06
20
2 ISQs
Hello,
I tried to find the answer to my problem already but
it is a specialised one I think because nothing was
found.
I previously have a ISP who was very fast ("extreme
speed" service from Cable Modem) but that blocked
SMTP port and some other for poor non-commercial
users... And it gives dynamic addresses so no DNS
at home without tricks...
So I went to another