Advice in regards to configuration

Francis Daly francis at daoine.org
Mon Mar 4 21:05:03 UTC 2019


On Mon, Mar 04, 2019 at 09:49:11AM -0500, Brandon Mallory wrote:

Hi there,

> Have NGINX configured with a public IP (65.x.x.x.) . I need to use TCP for my application ( not http ). I would like to have a client hit the public IP with a location ( 65.x.x.x.x\12345) and have that connection forwarded to a LAN IP. 
> 

"TCP" suggests "stream", which knows about an IP address and a TCP port.

"location" and "subdomain" (host name) are features of http requests.


Can you rephrase your request in the light of that? If so, perhaps the
solution will become clearer.

	f
-- 
Francis Daly        francis at daoine.org


More information about the nginx mailing list