Welcome! Log In Create A New Profile

Advanced

Nginx Server with Two network Card

Thameera Nawaratna
March 19, 2014 11:32PM
Hi All,

Server has installed with Nginx with one NIC and later on we add another
NIC. we can use SSH or any other service to connect to the server with
new IP address (New NIC). But I am not able to connect to the port
define for Nginx server.

I am not able to telnet to the port with new IP.

Our application run on torqubox.

Here is my default.conf file

server {
listen 10000;
server_name default;
underscores_in_headers on;
location / {
access_log off;
proxy_pass http://127.0.0.1:8080;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
}


Server: Ubuntu x86_64 x86_64 x86_64 GNU/Linux
Nginx: nginx version: nginx/1.4.1 (Ubuntu)


Any Idea why Nginx not accept connections from new IP?

--
Posted via http://www.ruby-forum.com/.

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Nginx Server with Two network Card

Thameera Nawaratna March 19, 2014 11:32PM

Re: Nginx Server with Two network Card

B.R. March 20, 2014 04:18AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 269
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready