Hi,
an example of my setup:
LAN1 (192.168.1.254/24)<<PC1
Lan_Bridge ↴ 192.168.1.253
LAN2 (Lan_Bridge)PC2
LAN3 (Lan_Bridge)PC3
LAN4 (Lan_Bridge)PC4
LAN5 (Lan_Bridge)PC5
Now only LAN1 Port can connect to the internet, what do I need to set to allow PC2-PC5 to connect the internet and PC 1
NAT?
Reference:
You should not have two different interfaces in the same network subnet. This will lead to issues in your network concept. Use a network Bridge with all interfaces, if you want to do this.
__________________________________________________________________________________________________________________