Hi,
I'm running SME in Server-Only-Mode (192.168.0.1) and have an AVM-DSL-Router (192.168.0.10) for Internet. Configuring the clients via dhcp I noticed that squid is bypassed by the clients. This is because the client gets the address of the DSL-Router (192.168.0.10) as gateway rather than the address of SME-Server.
Also the manual says:
"If you are running in server and gateway mode, your server is your local network's gateway. Enter its IP address here: the default is "192.168.1.1". If you are running in server-only mode, enter the IP address for the device interfacing with your external network."
and that's also what dhcp sets the address to.
My problem is that this way Squid is bypassed, all clients have direct internet accesss. So I changed the Perl script configuring dhcpd.conf to provide the clients with the address of SME-Server. Everything seems to work.
But what is the reason for this configuration? Does changing it have any disadvantages?
Thanks
Manuel