Hi,
Debian uses init.d service scripts (well, Ubuntu uses Upstart but it's compatible). So you should be able to do,
sudo /etc/init.d/iptables restart | stop | start
or other things like
sudo /etc/init.d/alsa-utils force-reload
to start and stop services |