I have an intranet with the following structure:

On the BHS-RTA router, port 80 has been redirected to IP 192.168.1.35 so that only the Raspberry Pi Zero W is accessible from the Internet.
From the intranet (Options Op2 and Op3) each and every Raspberry is correctly accessed and the cameras are displayed without problem.
From the internet (Op1) you can access the Raspberry Pi Zero W and the interface is displayed, you can interact with it and you can even access the configuration functions in administrator mode, but I CANNOT SEE THE IMAGES.
MotionEyeOS is based on Motion, so it is understandable that Motion controls access to images from the Internet through the stream_localhost command, but it has been set to off on all Raspberries and continues without allowing it. On the other hand, the image served as Simple PMEG and collected by the Raspberry Pi Zero W is already out of the control of the other Raspberry, so if Zero in turn serves the image to the Internet the other Raspberry should no longer have control ( It is how I understand it).
To allow stream_localhost off I do it from ./data/etc/motion.conf, I don't know if there is any other configuration that overwrites this (Is there any other that I should modify?).
These are the current Raspberry configurations:
Raspberry Pi Zero W v1: ./data/etc/motion.conf:
webcontrol_interface 1
setup_mode off
webcontrol_parms 2
webcontrol_localhost on
webcontrol_port 7999
stream_localhost off
Raspberry Pi 2B v1 y B+ v1: ./data/etc/motion.conf:
webcontrol_interface 1
setup_mode off
camera camera-1.conf
webcontrol_parms 2
webcontrol_localhost on
webcontrol_port 7999
stream_localhost off
Raspberry Pi Zero W v1, 2B v1 and B+ v1: ./data/etc/motion.conf:
conf_path /data/etc
run_path /tmp
log_path /var/log
media_path /data/output
motion_binary /usr/bin/motion
log_level info
listen 0.0.0.0
port 80
mount_check_interval 300
motion_check_interval 10
cleanup_interval 3600
remote_request_timeout 10
mjpg_client_timeout 10
mjpg_client_idle_timeout 10
smb_shares true
smb_mount_root /data/media
wpa_supplicant_conf /data/etc/wpa_supplicant.conf
local_time_file /data/etc/localtime
enable_reboot true
enable_update true
smtp_timeout 60
zip_timeout 500
add_remove_cameras true
password_hook /usr/libexec/meyepasswd
