From: Fabian Gervan <fabian1@servinet.net.ar>
To: lartc@vger.kernel.org
Subject: Re[2]: [LARTC] proxyremap
Date: Mon, 14 May 2001 21:38:11 +0000 [thread overview]
Message-ID: <marc-lartc-98989057224962@msgid-missing> (raw)
In-Reply-To: <marc-lartc-98981783406062@msgid-missing>
Hello Christian,
CWM> Hi,
>> linux:/usr/local/wipl # linux:/usr/local/wipl # ./run_proxyremap
CWM> You forgot to show us what is in your run_proxyremap file.
sorry.
my run_proxyremap file:
--cut---
/usr/local/squid/squid.stop
/usr/local/squid/squid.start &
/usr/local/sbin/proxyremap --pipe /usr/local/squid/logs/foo \
--wipl /usr/local/wipl/daemon --debug
--cut---
my /usr/local/squid/squid.start :
--cut---
sleep 1
/etc/rc.d/init.d/squid start
--cut---
to monitor:
--cut---
wiplc --daemon /usr/local/wipl/daemon --zero --periodlen 4 --starttime 2 \
--format html --outfile $web \
"mac" \
"ip4" \
"(Send,5,1,KB/s,(d(0,0)-d(0,6))/(t(0)-t(6)) >> 10)" \
"(Recv,5,1,KB/s,(d(1,0)-d(1,6))/(t(0)-t(6)) >> 10)" &
--cut---
my /etc/wipld.conf:
--cut---
[counters]
Send
Recv
[options]
filter: ip
addrmode: mac
maxentries: 1024
proxymaxcon: 200
logfile: /usr/local/wipl/log
daemonfile: /usr/local/wipl/daemon
[program]
if(dstmac=00:80:AD:1B:96:B8 && dstip!\x10.0.0.1 && )
srcmac[0]+=size;
else if(srcmac=00:80:AD:1B:96:B8 && srcip!\x10.0.0.1)
dstmac[1]+=size;
--cut---
>> Connecing to clients:
CWM> There should be a line for wipl here.
>> Opens files and reads welcome messages:
>> /usr/local/squid/logs/foo
>> Starting WWW-proxy squid:
CWM> done
Saludos,
Fabian
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/
next prev parent reply other threads:[~2001-05-14 21:38 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-05-14 5:23 [LARTC] proxyremap Fabian Gervan
2001-05-14 19:28 ` Christian Worm Mortensen
2001-05-14 21:38 ` Fabian Gervan [this message]
-- strict thread matches above, loose matches on Subject: below --
2001-05-15 17:29 Re[2]: " Christian Worm Mortensen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-lartc-98989057224962@msgid-missing \
--to=fabian1@servinet.net.ar \
--cc=lartc@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.