the manual ntpdate command worked for a while (shows 18MAR), according to your otclient log. but the ntpdate which is run during the daily call is killing this as it's not connecting with the server for the correct IP addresses.
To follow matts suggestion we need to change the instructions, you need to do the following.
First we create sysinit.conf
cd /etc
rw
cp dflt_sysinit.conf sysinit.conf
Then disable emuproxyZA, by editing sysinit.conf and changing the line:
emuproxy_enable="YES" # Start one of the emuproxy programs:
to:
emuproxy_enable="NO" # Start one of the emuproxy programs:
and save the file.
Now edit tclient.conf, and change:
127::127.0.0.1:8000:::
to:
#127::127.0.0.1:8000:::
127::202.63.38.134:80:::
Save the file, then ro to make it read only again, then reboot.
Peter
Bookmarks