michaelseto

Results 13 comments of michaelseto

The reason why I added the ports section to docker-compose for Scirius is because I noticed after the container started, it doesn't say it's listening on any ports.

@regit It isn't clear what I am trying to achieve? I am trying to achieve accessing Scirius from a web browser - which I am having problems doing. Is the...

sudo wget https://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-9.noarch.rpm sudo rpm -Uvh epel-release-7-9.noarch.rpm sudo yum check-update sudo yum install -y python-pip sudo pip install --upgrade pip sudo pip install pyopenssl sudo yum groupinstall 'Development Tools' sudo...

You've got proxy_pass set to localhost @ 8000 in nginx, but what if this is sitting behind an external load balancer and needs to reverse proxy to another load balancer...

A load balanced IDS acting as a reverse proxy to a different load balancer that load balances web servers.

(Load Balancer)-[IDS][IDS]>{REVERSE PROXY}>(Load Balancer)-[WEB01][WEB02] Make sense?

This is in MS Azure, not on prem, so there are considerations around that.

Can't you just sniff eth0 with Suricata and use nginx as a reverse proxy to the load balancer for the web servers?

Let me reiterate what exactly I have and what I am trying to do. I have an EXTERNAL load balancer with a public IP, this load balances public facing web...