dlex wrote:
>
> BUT! how do the local clients connect to the servers behind
> the FW?
> Is it done just via the 'add local network' link in the
> server-manager(s)?
> Or is there better way to connect the 2 differents nets???
If the SMEs are NAT-ed behind a router, the regular network PCs won't connect directly to the SMEs. They'll connect to the router's public IP, which will then pass the connection to the proper SME (based on the port forwarding rules).
The router will have an IP in the main network, so the entire NAT-ed group behind that IP is "on that network". I know some of the SME's services limit access to certain ranges for security, so you may need to add the local network entry for that, but you shouldn't for regular communication. I think in Server-Only mode, it allows full access to everything firewall-wise, because it assumes it's already on a secured LAN. I haven't used Server-Only myself, so I'm not 100% sure...
If you are able to give each SME a public IP, I think I'd prefer that way. Not everything works through NAT, so you may encounter problems with some services (though the basics should all work fine).