Walt wrote:
> Can I have multiple networks going through E-Smith? I have 2
> networks 192.168.1.x and 192.168.2.x there is a router between
> them. Can the 192.168.2.x net pass through the e-smith server?
> The e-smith address is 192.168.1.3 Im conserned that it might
> not except the 192.168.2.x clients?
Yes, you are quite right to be so concerned. The e-smith will
not be able to route packets to the 192.168.2.x network.
You will need to add a static route to 192.168.2.x via your router, and you will need to change /etc/e-smith/templates/etc/rc.d/init.d/masq to add masquerading
for the 192.168.2.x network. You will also need to change
/etc/e-smith/templates/etc/hosts.allow to allow access to various services from clients on your second network.
And there will be a few other access lists as well - e.g. squid config, samba config.
Turn the templates into config files using:
/sbin/e-smith/signal-event console-save
The bottom line is that it is possible, but non-trivial, to get e-smith working in your situation. Your situation doesn't match
the e-smith design spec very exactly.
Have fun

Charlie