similar to: [Patch] mail-log plugin supports remote, local ip addresses

Displaying 20 results from an estimated 200000 matches similar to: "[Patch] mail-log plugin supports remote, local ip addresses"

2014 Aug 05
1
[Patch] mail_log plugin supports remote, local ip addresses
Hello, In attached file you will find patch for mail_log plugin to output local, remote ip addresses. It may be usefull for somebody. To enable support for dovecot 2.2.x versions change the line 'include "net.h"' instead of 'include "network.h"'. Thank you. P.S. Sorry, for previous empty message. -- With Best Regards, Vitaliy T. -------------- next part
2009 Aug 21
2
Requesting a remote ip in plugin
Im creating plugin for limiting the ip, i have included the plugin name in my controller Controller: class AdminController < ApplicationController acts_as_ratelimit def login session[:user_id] = nil if request.post? user = User.authenticate(params[:name], params[:password]) if user session[:user_id] = user.id redirect_to(:controller=>"products", :action =>
2011 Nov 22
2
question about why rsync log doesn't include remot ip or remote host
Hello all, This is my first post to this mailing list. I have been using rsync for a bit and have it mostly working the way I want. I have a backup server that I run all scripts from. It rsyncs data from four different Linux servers via cron. A sample of a script is here: rsync -avz --log-format="%t %b %f %l %M" --delete --stats -e "ssh -i /root/rsync/authors-rsync-key"
2009 Jun 22
2
Make sshd log IP addresses, not hostnames
Can I adjust the ssh daemon to log IP addresses instead of hostnames? I assume this situation is feasible... * 10.10.10.10 attempts to ssh to the server * reverse dns resolves to "somehost.domain.com" * ssh daemon logs "somehost.domain.com" in messages * foward dns on "somehost.domain.com" resolves to 10.10.10.20 Thus it causes some of my scripts a problem if the
2005 Mar 28
0
Local/Remote * Servers, IAX/SIP mix and voice-mail notifications
We currently have an Asterisk server set-up, serving a handful of sip-phones and sipuras, and connecting to the outside world via one FXO and various SIP and IAX providers. In order to conserve bandwidth and have a fall-back in case our internet connection becomes unavailable, we're looking at putting * on a hosted server and funnel the calls to our office, such that: DID DID DID
2012 Sep 30
5
Log NAT IP address?
Hi Timo/everyone, Currently we are logging the remote IP, but is there a way to show the IP address that the NAT connection is coming from? The reason I ask is, we are changing ISPs, and I would like to see in the logs when an external connection is coming from our OLD ISP connection, and when it is coming through our new one. We have a Watchguard firewall, and I have both External
2004 Sep 07
0
chan_h323: remote ip address -> context
Hi, I'm looking for a mean in chan_h323 to jump to a specific context dependent on the remote ip address. E.g. an argument, let's tell it "ignore_h323_name", in h323.conf users like this: [BillyBob] ignore_h323_name=yes type=user host=1.2.3.4 context=path1 in a way, every incoming call from ip 1.2.3.4 will fit this user, not only when the H323-name is BillyBob. Or a variable
2004 Dec 21
1
Call routing based on remote ip address.
While setting up my first dial plan, I find that notions like remote ip, network, or incoming network interface seem to be totally lacking regarding calling parties, where * still seems to fully rely on the easily spoofable caller id. Especially, allowing only certain ips or networks to enter a specific context in the dial plan is apparently not possible, at least in the h323 world. Don't
2006 Mar 02
0
remote IP address in channel?
Hi, when I get a SIP call from an unknown user, I can see the IP address in the channel name. When the call comes from a known user (sip friend), I can see only the username in the channel name. Ok, most users will use the IP address, which they also register, thus can be lookup up in the registry. But I'm looking for a reliable channel variable or any reliable mean, where a SIP call from
2002 Sep 04
4
Determining Local IP Address within .profile
Hi ! I haven't found an easy solution to determine the local IP to which the remote SSH client is connected to the local SSHD. We use MC/Serviceguard which can create many Interfaces where a remote client could connect and we like to know within .profile which interface the client has connected to. I've looked at the sourcecode and maybe the following could do something I described :
2015 Mar 27
0
Unable to get IP address from DHCP on remote end.
Hi all, I followed the guide "simple-bridging-with-dhcp", which has two parts: http://www.tinc-vpn.org/examples/simple-bridging-with-dhcp-server-side/ http://www.tinc-vpn.org/examples/simple-bridging-with-dhcp-client-side/ I have altered two things to fit my needs, 1) DHCP server(host:pek1) is on client side ethernet, so I have bridged eth0 and tun1 together; 2) Network/Server/Client
2009 Jul 15
0
[PATCH server] changed vm details pane vnc uri, removed 'Remote Desktop' virt-viewer-plugin link
virt-viewer-plugin is deprecated and will be replaced w/ ovirt-viewer-plugin, vm details pane uri indicates ovirt-viewer should be used with the specified hostname --- src/app/views/vm/show.rhtml | 18 ++++-------------- 1 files changed, 4 insertions(+), 14 deletions(-) diff --git a/src/app/views/vm/show.rhtml b/src/app/views/vm/show.rhtml index ffe5055..30b17cb 100644 ---
2016 Feb 15
5
Alternative IP addresses
My CentOS-7 home server has a static IP address. Is there a simple way of organizing the hpptd server so that it is accessible through this address at a remote host, but is accessed at its 192.168 address by a laptop on the WiFi LAN? -- Timothy Murphy gayleard /at/ eircom.net School of Mathematics, Trinity College, Dublin
2000 Aug 10
2
"remote announce": system broadcast addresses can't differ still?
We have 4 class C networks, 199.129.206.* 199.129.207.* 199.129.208.* 199.129.209.* I see IP addresses from all 4 classes thru tcpdump. Some of these computers broadcast as C-class computers; eg, to 199.129.206.255 Some broadcast to 255.255.255.255 Of course, several C class networks would induce me to use a B-class broadcast, 199.129.255.255 This works for the computers I
2011 Dec 23
1
Help - Mounting a Windows computer with two IP addresses
Hi all, I need to mount a Windows share locally on my laptop. However, I cannot do this via sudo mount -t smbfs //host_name/share_name /local_mount because the host_name has two IP addresses with it as shown by nmblookup //host_name. (That is, I try mounting and I'm given this error: mount error(115): Operation now in progress Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
2014 Oct 16
1
Public IP addresses are not logged in VMs
Anyone that can help me solve this one? I have around 4 VM's on a server and the network is bridged and a /28 public IP range assigned to it . When a client connects to one of the VM's, they all always log the address of the host server, never the client ip address. How can I fix this? Things I have investigated: 1. Switch to routed network. That would not help, since I would firstly
2005 Sep 08
3
log files created for both the hostname and the IP address?
At a new account where they run Samba 3.0.14a on a Debian server I'm seeing log files being created for both the hostname and the IP address. The log files, however, are not identical. But the timestamps are close. None of my installations have this quirk. If the hostname is resolvable the log is made using it, if not resolvable then the log is made with the IP address but not both. Any
2006 Oct 19
4
Mail forwarding on a dynamic IP address.
I have a Cyrus installation with postfix and openXchange. I get the mails from catchall account with procmail and distribute with the mail server. Now I have a new site office where couples of staff members are going to be relocated. Since we have only an ADSL line on site office if there any way I could forward the mails for these staff members to another Mail Server with dynamic IP address?
2017 Apr 19
0
Using Icecast relay function with dynamic IP at remote source end
On 19 Apr 2017, at 16:20, Jack Elliott wrote: > For our community radio station's live music festivals broadcasts, we > set up a small broadcast studio at the festival's venue, and use > B.U.T.T. to send a stream to an Icecast server located at the radio > station's building. > > REMOTE LOCATION STATION BUILDING > B.U.T.T. =======
2008 Nov 04
1
Getting a list of users mapped to IP addresses they are logged in from
Hi There, We have a samba setup as a domain controller using a LDAP backend. We also have a BDC setup on a cross-atlantic subnet with LDAP replication and so forth. We also have a company Wiki which at the moment uses the same LDAP database to authenticate users. I am looking for a way to remove the need to manually login to the Wiki. After all, the person has already logged into their