I had to install the server at another location, the default gateway was 192.168.1.1. I have moved the server need to have the gateway to 192.168.1.2
cat /etc/sysconfig/network
#------------------------------------------------------------
# DO NOT MODIFY THIS FILE! It is updated automatically by the
# SME Server software. Instead, modify the source template in
# an /etc/e-smith/templates-custom directory. For more
# information, see
http://www.e-smith.org/custom/#
# copyright (C) 1999-2003 Mitel Networks Corporation
#------------------------------------------------------------
NETWORKING=yes
FORWARD_IPV4=yes
HOSTNAME=mail
GATEWAY=192.168.1.2
cd /etc/e-smith/templates-custom
[root@mail templates-custom]# dir -l
total 0
How do I change it, so it stays?