On Monday 01 April 2019 at 20:50:46, David Villasmil wrote:
This is an AWS instance. And i want to segregate public from private. AWS does not provide actual public IPs on the instances themselves, so on the same interface:
5060 will serve public requests. 5066 will server private requests.
The firewall will only allow public traffic to port 5060 while blocking 5066. Only internal ips will be allowed to 5066.
Can't you use a single (private) IP and a single port number, but provide different services based on the peer's IP address (private or public)?
Antony.
On Mon, Apr 1, 2019 at 7:35 PM Antony Stone wrote:
What is the purpose of this rather odd networking setup?