> We want to be able to connect three different IP cameras to the three > different Ethernet ports on the NET4501. Each camera has to be on the same > subnet. We do not want to use a separate Ethernet switch. Now it make sense. In this case, you do not need an IP per interface, rather you can make the 4501 behave as a software switch - the 3rd option I noted. Since this has nothing to do with Soekris and will depend heavily on what flavor of Linux you're running, this isn't really appropriate for the list, but the following is a brief synopsis of what you need:
- the 'bridge' kernel module - brctl from the bridge-utils project (http://bridge.sourceforge.net/) - Create a bridge (brctl addbr) - Add interfaces to the bridge (brctl addif) - Optionally configure your bridge with an IP (ifconfig $bridge 192.168.0.1) _______________________________________________ Soekris-tech mailing list [email protected] http://lists.soekris.com/mailman/listinfo/soekris-tech
