TheTechsTech / Issabel-PBX

Issabel Is A Free Open Source Software Platform For Unified Communications. Based on Asterisk PBX, Email, SMS, Chat, RealTime Video & Collaboration Tools
GNU General Public License v3.0
32 stars 11 forks source link

Subnets IP, firewall and reverse proxy #7

Open CooperLooper opened 1 year ago

CooperLooper commented 1 year ago

are these subnet and gateway as example ? as it looks not real IPs , and what should it be any private subnet or related to the local machine.

Also what the full command of the Firwall, also is reverse proxy is mandatory ?

docker network create -d macvlan \ -o macvlan_mode=bridge \ --subnet=111.222.333.443/29 \ --gateway=111.222.333.444 \ -o parent=eth1 macvlan_bridge

TheTechsTech commented 1 year ago

Yes, they are examples, I wouldn't have my real IP posted.

Any default install of Docker does not have any ports or IPs public open/accessable. So you need to have network setup or how to knowledge.

I have physical/rented remote server that I have public IPs to access.

I really can't help cause this is really not plug in play as far as networking, which seems like what you asking.