How To Capture Client Ip Address

Dec 28, 2005

i am using tomcat server and am running a web application. I am trying to capture the clients ipaddress who ever are accessing my server. i used the method request.getRemoteAddr() .but i see always 127.0.0.1 instead of the clients ip address.i tried accessing my server from different machines having different ip address but my logs show me 127.0.0.1.

i guess something is wrong with my tomcat configuration.

View 1 Replies


ADVERTISEMENT

Apache :: Client Address Via Status

Nov 1, 2013

Pretty new to Apache and recently enabled teh Apache Server Status module.

A column is confusing me, after CONN/CHILD/SLOT is CLIENT, most of the addresses in this column are my own local addresses but I have a few which I don't recognise and show up on whois.net as follows;

203.188.201.201 = Yahoo Mail
199.87.232.177 = No Result
141.44.51.95 = Query terms are ambiguous
58.218.204.102 = CHINANET-JS

Why would these show on my status?

View 4 Replies View Related

Plesk 11.x / Windows :: Unable To Create Hosting - IP Address Does Not Exist In Client Pool

Feb 1, 2013

I have a server setup and running shared hosting perfectly. I duplicated one of the plans and just set it to DEDICATED IP. This is for users that will be requiring SSL.

I then went into my panel settings and added in all the additional ip's. It even says in the panel listing "6 dedicated ip's available".

Yet, when I try to re-run the task for provisioning it constantly fails with the message:

Unable to create hosting. Ip address does not exist in client's pool ....

View 3 Replies View Related

Capture Outgoing Email

Apr 2, 2009

I have exim, smartermail and qmail servers running in my fleet. Which is the easiest to capture outgoing emails for a specific account and how can I do it?

View 0 Replies View Related

Capture Email Sent Though Exim

Jun 1, 2007

Is there anyway to capture emails sent using SMPT with exim? I need to find a way to monitor outbound email traffic, along with the subject, message, etc.

View 1 Replies View Related

DDOS Packet Capture Files For Investigation

May 13, 2008

Our network have been ddosed very heavily for the last 15 days.

These attacks are relatively small 50 - 100 mbits at most but in very very high PPS rate.My firewall counts 10Billion packets in a single hour of an attack period.
We are dealing with these attacks with a combination of freebsd pf transparent bridge firewalls and mostly null routing.

I were able to capture some packets from different attacks from last week and today.

After deeply checking these attack capture files I can see that our attack comes from several thousands different spoofed Ip addresses but always the same mac address in their packet headers.So I thought if this attack is coming to us from a single machine rather than hundreds of different zombie servers.

I don't have a clue how to trace back this attack and find the real ip address behind. My upstream provider also don't have enough knowledge to help me.

So after todays attack I thought about sharing my capture files during attack and hope that someone here will help me. And show me a way to trace back these attacks.

View 13 Replies View Related

Apache :: How To Use Virtual Host IP Address In Request To Remote Address

Feb 6, 2015

My customer has an external facing Apache server that is acting as a reverse proxy to two internal applications. They have:

- external addresses for each app which resolve to different ip addresses, so app1.their_domain.com and app2.their_domain.com resolve to 77.3.170.10 and 77.3.170.11 respectively.
- the Apache server has two network interfaces with ip addresses 192.168.10.10 and 192.168.10.11
- the external ip addresses resolve to the above internal addresses
- the firewall between the Apache server and the internal app servers is configured to allow traffic from 192.168.10.10 to reach app_server1, and traffic from 192.168.10.11 to reach app_server2, both using port 7777.

I have configured a virtual host in httpd.conf for each ip, i.e.

Code:

<VirtualHost 192.168.10.10:80>
...
ProxyPass /app http://app_server1:7777/app
ProxyPassReverse /app http://app_server1:7777/app
RewriteRule ^/$ /app/app1 [R,L]
...
<VirtualHost>

and

Code:

<VirtualHost 192.168.10.11:80>
...
ProxyPass /app http://app_server2:7777/app
ProxyPassReverse /app http://app_server2:7777/app
RewriteRule ^/$ /app/app2 [R,L]
...
<VirtualHost>

This works fine in that the external address are being routed to the correct application, however the firewall is blocking requests to the second app as it appears the requests are coming from the Apache servers 'primary' ip address 192.168.10.10 instead of 192.168.10.11.

Is it possible to send requests using the ip address from the relevant VirtualHost?

Windows server 2008
Apache 2.2

View 1 Replies View Related

Virtuozzo Firewall :: Is It Possible To Enter Two Different Ip Address In Source Address?

Aug 4, 2008

I am using virtuozzo firewall to secure access.

I enter 58.27.175.211/255.255.255.0 for Source Address and Netmask for port 22.

But still I can connect using 58.181.103.217 or 58.27.151.120.

Second is it possible to enter two different ip address in source address?

View 4 Replies View Related

How Do I Setup A New Ip Address As My Server's Main Ip Address

Jul 26, 2007

I just bought a new ip address and want to setup this new ip as my server's main ip, making the 'existing main ip' as the secondary ip.

Which means, this new ip will be the server's default ip address for all services, including when connecting to other server.

I'm using CentOs 4.5 and swsoft's panels: HSPcomplete & Virtuozzo Power Panel, and Webmin.

View 1 Replies View Related

URL Redirection Without Changing The Address In The Address Bar

Nov 8, 2007

I want to redirect a website to a particular URL so that the address bar shows the same URL and not the destination URL. I know it is possible via URL masking, however, I want it in such a way that whenever somebody clicks on any link in the website, the address bar should still show the original URL. To put it in simple words, Suppose I want to redirect [url] to [url]. Now if there is a link named contact/index.htm and somebody clicks on it the address bar should display [url]and not redirect to [url]

How can it be possible using URL Rewrite method in .htaccess file?

View 2 Replies View Related

98)Address Already In Use: Make_sock: Could Not Bind To Address [::]:443

Aug 4, 2007

The problem usually goes like this:

- I can't access the webserver
- I'll try to restart httpd, and I'll get

Starting httpd: (98)Address already in use: make_sock: could not bind to address [::]:443

To fix this, I run

[root@www1 ~]# lsof -i tcp:443
COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
perl 11307 apache 4u IPv6 476943447 TCP *:https (LISTEN)

There is always leftover process that is causing the restart to fail. Once i force kill the process, I am able to restart httpd properly.

Now it is ok if this just occurs once in a while, but this problem keeps repeating itself almost everyday at 4am server time (cron time?). What can I do to permanently fix this?

View 5 Replies View Related

SSH Client

Mar 29, 2009

I just got my first dedicated server, and Im wondering what SSH Client people are using?

View 14 Replies View Related

Which SSH Client Do You Use

Jul 23, 2009

Opened this to help ppl, and to let them know which one is popular and why.

I know some clients and putty is one of them.

Would like to know you guys opinion which one is safe to use. and why.

View 14 Replies View Related

What Is The Best SSH Client

Jun 26, 2008

I thought Putty was the best but after I tried SSH Explorer I discovered there are better SSH apps

So what is the best SSH client?

View 14 Replies View Related

Ssh Client For Mac Osx

Aug 6, 2007

You have Putty for windows and i am wondering if there is something simular for mac osx.

View 2 Replies View Related

FTP Client With Search

May 11, 2009

Me and my friend have purchased Web Hosting and we can get in through FTP Clients like Filezilla or WinSCP but we'd like to integrate it directly into the Windows File System, so that we can search through files.

We basically want to be able to share and collaborate work together

View 11 Replies View Related

Client Can't Log In To Cpanel

Jul 16, 2009

I've got cPanel 11.24.5-R37127 - WHM 11.24.2 - X 3.9
CENTOS 4.7 i686 standard on server

A hosted client suddenly can't log in to her cpanel. I can login just fine with her user/pass and another gal can too. But she can't. She says it just keeps asking for the password over and over.

I had her clear her cache and cookies, and reboot her pc, but that did no good at all.

Might this be a server issue or a browser issue?

View 14 Replies View Related

Mail Client

Jan 15, 2009

I like to know is there any open source mail client that i can install for my site (e.g. mail.xxx.com) so i can access my email which is created using cpanel.

At the moment i access going through Mail in Mac OSX and when I'm not home through cPanel.

View 8 Replies View Related

Max Client Settings

Jan 15, 2008

Now my site online users went more that 200,my max client is 200 now server load slow can i increase the max client to 250,

View 5 Replies View Related

Sonicwall VPN Client

Nov 28, 2008

I got a problem where mine is stuck acquiring an IP. I have a 64bit OS so I have to use Vmware 32bit os to use the program and my firewall is setup to be open for that particular VM but still it cant grab an IP. Ive left it enabled for around 30 mins it doesn't time out or stop or error. Someone else uses it who is in another location and was in the system yesterday so I'm not sure if she had any issues but said she had no problem getting in so it must be my setup.

View 0 Replies View Related

Hosting For A Client

May 17, 2007

I have a site to do for someone but I have just realized they do not have hosting set up.

Every time I have done sites, they already had hosting.

What shall I do? Because they expect me to organize their hosting so I am confused. All I know or can guess is, it is a media site so bandwidth will be high.

View 6 Replies View Related

Cant Login On FTP Client

Dec 7, 2007

All of sudden my ftp client cant connect to my servers at all. It just says server connection closed.

And i try to reconnect, same thing.

Whys it doing this? It hasnt before.

View 7 Replies View Related

Favorite SSH Client

Jul 4, 2007

I just want to know what are you guys favorite SSH clients out there.

View 14 Replies View Related

Email Client Set Up

Apr 14, 2007

I'm trying to set up netscape as my mail client and set ingoing/outgoing server info to mail.mysite.com but there is always a message "connection to mail.mysite.com timed out." anytime i try to read a message.

View 3 Replies View Related

Chicago Client

Dec 23, 2007

My company runs an extremely successful ecommerce website but we are currently unhappy with our current provider for reasons I will not list here. We are looking to move to a carrier neutral location (possible switch and data because it is in the same building) or other options are Equinix and?.

The problem is going from one provider and a /29 to trying to balance two or three providers. No one is going to do bgp with someone only using three ips. We have 2 cabinets with 40 servers (60u total) but most everything is nat'd.

What options are available? Management wants 99.999% uptime (yes i know unrealistic) but downtime is lost $$$ when 100% of sales come from the web. They are willing to pay to keep downtime at a minimum. Multiple data centers around the country is planned for later in 2008 or early 2009. Server cost is not the problem but making the website and back end databases work in a multiple data center environment is the problem.

Any suggestions? Is Internap a possibility? During my searches here at WHT, I seem to see either Equinix, Server Central, or SteadFast mentioned as the favorites. Pricing looks fine at Server Central and it looks like they may have their own network. Steadfast pricing is cheaper but the amount of outages in the outage forum scares me.

View 14 Replies View Related

Using Telnet Client In Vista

Jan 3, 2008

I'm looking to run this small telnet script to reboot my router using vistas built-in telnet client:

192.168.1.1 23
WAIT "login"
SEND "my_login_idm" (enter your login ID here)
WAIT "Password"
SEND "my_login_passm" (enter your password here)
WAIT "#"
SEND "rebootm"
WAIT "#"

...without much luck.

View 4 Replies View Related

Client Threatning To Hack

Apr 9, 2009

I just had a client whose hosting account was automatically suspended due to him not paying the hosting bill. He opened up a ticket and asked why his site is suspended. I informed him that he didn't pay the bill and the system suspended it automatically. I told him that the system generated e-mails as well and he said he didn't get them while I looked in WHCMS, it said it DID get sent to him. Client said his website was DDOS'd because it used 3 GB of BW in one month and i told him there was no DDOS attack. The kind of site he had (100+ users online at one time, vBulletin forum), it was common to use that much.

The client is now saying that he is going to hack attempt the servers to see if they are DDOS Protected or not. Of Course, my servers are protected (WiredTree), so should I be worried?

His quote:

Quote:

I'LL TEST TO SEE IF YOU HAVE DDOS PROTECTION...TIME TO GATHER MY HACKING BUDDYS.

Also, I have notified WiredTree about this just right now.

View 14 Replies View Related

Open Source FTP Client

Oct 1, 2009

I am looking for a opensource ftp client so I don't have to license a million computers with it. Any body have any good ones they can list?

View 14 Replies View Related

SSL On Client(WIN Mobile Device)

Feb 10, 2009

I have SSL enabled site on IIS.I want to access it from my PocketPC(Win mobile).But when I try access it, I have been prompted to install a certificate.

Unlike when I try to any HTTPS site (Banking sites) I have never been prompted to install any certificate.

Why am I being prompted with security message with "Yes,No,View certificate" options on it every time I try to access my own server(desktop) via my WIN mobile using active sync.
Unlike When I try to access banking site(https) I was never ever prompted a mesage like above.

How to have same functionality for my application also?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved