Anav, thanks for your informative\detailed reply 
Q1.
The MT router will be the router attached to the INTERNET?
Yes, it will be - but this is step #2 (configuring smart FW rules may take me some time).
Q2a.
Will it receive a dynamic or static WANIP from the ISP?
The IP I’m receiving from the ISP is a Public IP address (DHCP client will be enabled on ETH1 port).
Q2b.
The WANIP looks like a LANIP at the moment in the diagram so will your router be connected to an ISP Modem receiving a WANIP (‘normal’ kind) or will it be attached to an ISPs router and getting a bastardized WANIP that looks more like a LANIP lol.
The “default bridge” IP address will be set to 192.168.0.1 once I’ll connect the ISP to the MT router.
ETHER 3 connection is confusing. How many ethernet cables from it are attached to the MT router? Assuming one and thus how does it get multiple IPs??
In any case, if like a switch and it has ethernet cards for other devices okay. Then a TRUNK Port.
ETH3 in the MT router is directly connected, using 1x Ethernet cable, to a Server with Linux OS.
In Linux, it is very easy to configure multiple IP addresses & VLANs - In Windows, it is a bit advanced but can be done - via a supported Ethernet adapter is a MUST.
This is my “example ETH configuration” in 1x if my Linux OS (Ubuntu 19.04):
yehonatan@server004:~$ cat /etc/network/interfaces
interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
enp0s31f6 configuration
auto enp0s31f6
iface enp0s31f6 inet static
address 192.168.0.4
netmask 255.255.255.0
gateway 192.168.0.100
VLAN 200 configuration
auto enp0s31f6.200
iface enp0s31f6.200 inet static
address 192.168.200.99
netmask 255.255.255.0
gateway 192.168.200.1
vlan-raw-device enp0s31f6
.
What is not identified clearly on the map are the VLANs that cover the HP side of the house and what VLAN is used by the device attached at ETH1
- Ports ETH1 & ETH2 should be Access ports only
- Port ETH3 should be Native VLAN 1 (if I can describe PVID 1 like that) and Tagged for VLAN 200 and any future VLAN I’ll require.
- Ports ETH4 & ETH5 are tagged only (VLANs 99, 100 & 200) - for now