Displaying 6 results from an estimated 6 matches for "ip_local".
Did you mean:
p_local
2003 Nov 04
0
PATCH: make local IP address available to auth modules
The attached patch makes the local IP address to which the client
connected available to the authentication modules; i.e., the local IP
address is available for substitution as %i for the mysql and pgsql
modules. We needed this feature to support thousands of our legacy
accounts which are authenticated by username/local_part (not the full
email address) and IP address (one per domain).
Timo,
2019 May 22
1
weakforced: Possible to access the ip address of report/allow?
...thanks for the hint with the dovecot config, adding this and I can see that
> ... attrs={local_ip="XX.XX.XX.XX"} ...
is now logged by wforce daemon. Then I tried to access that value from
wforce with the following testcode
> if (#lt.attrs > 0)
> then
> return 7, "ip_local", "ip_local", { test=test }
> end
but even if attrs are set (according to wforce logs), the code above
does not go into if condition. What is the proper way to access the attrs?
Thanks for your help and have a good one
--
tobi
Am 22.05.19 um 11:53 schrieb Neil Cook:
> From...
2019 May 22
2
weakforced: Possible to access the ip address of report/allow?
Hi
I wonder if the information about the origin of report or allow can be
accessed somehow. lt.remote gives the IP of the client trying to login
but is there anything in lt which gives the ip of the system that
connects to wforced?
Thanks and have a good one
--
tobi
2005 Jun 28
0
Re: Questin regarding HTB
...2
$TC qdisc add dev eth1 parent 1:10 handle 10: sfq perturb 10
#trafic LAN
$TC class add dev eth1 parent 1:1 classid 1:10 htb rate 10Mbit ceil 50Mbit
$TC qdisc add dev eth1 parent 1:10 handle 1: sfq perturb 10
$TC filter add dev eth1 parent 1: protocol ip handle 1 fw classid 1:10
#trafic forward ip_local --> server --> internet - upload
$TC class add dev eth0 parent 1:1 classid 1:10 htb rate 50Mbit prio 2
$TC qdisc add dev eth0 parent 1:10 handle 10: sfq perturb 10
$TC class add dev eth1 parent 1:1 classid 1:10 htb rate 50Mbit prio 2
$TC qdisc add dev eth1 parent 1:10 handle 10: sfq perturb 1...
2005 Aug 09
4
Too slow computer?
Hello! I''ve put some questions on this list some weeks
ago and I''ve got good answers. Thank you!
Now I''ve finished my (beautyful) script and I ran it
on my router...
About my script:
It routes packages based on their destination on the
Internet. I have about 1650 preffered destination
networks listed in some file. The script read this
file and marks every package for
2017 Jan 26
3
CentOS 7 install on one RAID 1 [not-so-SOLVED]
In article <1485416344.2047.1.camel at biggs.org.uk>,
Pete Biggs <pete at biggs.org.uk> wrote:
>
> >
> > If you are using RAID 1 kernel mirroring, you can do that with /boot too,
> > and Grub finds the kernel just fine. I've done it many times:
> >
> >
> Hmm, OK. I wonder why anaconda doesn't do it then.
>
> Reading various