Displaying 5 results from an estimated 5 matches for "port_https".
Did you mean:
  port_http
  
2006 Aug 29
0
question on lokkit
I am wanting to pass arguments to lokkit to set up the iptables config file
with an entry like this: ( i dont want to manually edit it - I want to 
do it automatically)
    iptables -A INPUT -p udp -m udp --dport 10000:20000 -j ACCEPT
I have a small script file that has in it the ports I want enabled, like:
-------------------
PORT_SSH="--port=22:tcp"
2005 Jan 02
0
Performance Loss with HTB/tcng?
...92.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) {
      class (rate $MAX_IN, ceil $MAX_IN) {
        $ssh = class (rate 100kbps, ceil $MAX_IN, prio 1) {s...
2004 Aug 04
0
simulating RED using tcsim question
I''m trying to setup a bottlekneck scenario so I can see the effects of 
the RED qdisc on a congested interface.
My example simulation code is at the bottom of this email if someone 
wants to see it.
The following is a snippet form TCSIMs output.
0.602000 E : 0x80bc080 40 : inputB_eth0: 45000028 00000000 40060000 ...
0.602000 D : 0x80bc080 40 : inputB_eth0: 45000028 00000000 40060000 ...
2004 Oct 23
0
error making htb example
Newbie here... 
tcng version 10b
I''m just learning about htb and using tcng. I am trying to make the 
example in 
Martin A. Brown''s Traffic Control with tcng and HTB HOWTO v0.5
example 2
/*
 * Simply commented example of a tcng traffic control file.
 *
 *   Martin A. Brown <mabrown@securepipe.com>
 *
 * Example:  Using class selection path.
 *
 * (If you are reading the
2007 Apr 25
0
problem with prio qdisc and tcng
Hello Mailing list,
I have a problem with the prio qdisc and I don“t know what is wrong in my
configuration
This ist a sample configuration and looks like this:
 
#include "fields.tc"
#include "ports.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;