Koozali.org: home of the SME Server

Disable WAN service on boot

Lucky Dragon

Disable WAN service on boot
« on: May 10, 2007, 05:35:45 PM »
I used the following commands to disable the WAN service on boot:

Code: [Select]
db configuration setprop wan status disabled
signal-event console-save

The idea was to keep the server from dialing out automatically upon boot and tying up the phone line. Those commands worked fine for other services I disabled but not here: WAN service starts at boot anyway. I then have to issue

Code: [Select]
service wan stop
to get it to release the line. Is this intended behavior? If so, how do I disable the WAN service for real?
 :?