Hi,
Heiko_BV wrote:Hi everyone,
is it possible to use the 3 NIC´s as switch ?
Szenario:
I want to connect a PC with 10 gbit directly to the 10 gbit Nas-Port and use another 1 Gbit- Nas-Port to connect my network. So i save the money for a 10gbit Switch.
Thanks
Heiko
Even if in Linux, lot of things are possible ... I don't think you can configure this case using the default tools provide by Asustor in A.D.M.
But if you have some expertise in Linux network admin ... some possibilities can be offered.
BUT FIRST remember that a NAS IS NOT a network switch nor a dedicated network environment ... and that some application can generate indirect problem and binding problem based on a different network approach, so need tests and control.
Basically, the tool are present :
... kernel IP forwarding (ex. if each LAN have a different sub-net), bridge tools (to support multiple LAN in the same sub-network), iptables to add (even limited) some security and control.
BUT
... ebt routing are not present (require to add yourself the kernel module require), even arp table exist mac address table for each LAN (if multiple client per LAN) to prevent parallel send when it's not necessary don't exist.
So solution exist and using a simple bridge can be a good start phase (but keep in mind that an error in network can lock your NAS (except if you have screen / keyboard and Asportal terminal) ... so always keep a door to save the situation in case of error.)
Philippe.