xeams web behind nginx Tommy
    xeams web behind nginx Synametrics Support
        xeams web behind nginx John
            xeams web behind nginx Synametrics Support

From: Tommy
Date: 5/23/17 11:33 PM
Topic: xeams web behind nginx
Type: General Discussions
Post a follow up

I am trying to config the xeams web behind nginx,as nginx is easy to block access IP,block sql injection and other.

All are working well,but the only issue is that,xeams can not get the real ip when web login fail. 

proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

At the InvalidPasswordAttempts.log,it is always 127.0.0.1

Incorrect password attempted. IP Address: 127.0.0.1. Source: Http Server. Attempt number 1. Login:admin
Top

From: Synametrics Support
Date: 5/24/17 9:21 AM
Topic: xeams web behind nginx
Type: General Discussions
Post a follow up

Tommy,

The current version of Xeams does not look for these headers and therefore, will always think the end-user is connection from the same IP. We can certainly add this in the next release of Xeams.

Top

From: John
Date: 6/30/17 5:40 AM
Topic: xeams web behind nginx
Type: General Discussions
Post a follow up

Many of us would love this support as some of us are behind odd firewall setups,  context switches and other crazy firewalls, etc and have had this issue.

thanks

 

John

Top

From: Synametrics Support
Date: 6/30/17 10:50 AM
Topic: xeams web behind nginx
Type: General Discussions
Post a follow up

 John/Tommy,

We have implemented this feature in Xeams. Since this is not a very big feature, we won't be releasing a public release soon. If you like, download the files from here and patch them manually using instructions here.

Top