On 11:23 Wed 01 Aug, Kabel The Real wrote: > Hello, > > ich have a lot of trouble with my wireless configuration. everything works > fine with my ethernet Card, for ecample ssh, tor, privoxy. But when I use > wireless and no network Cable there programms aren't working. When I try to > start a service like sshd or tor I get the following error message: > > # /etc/init.d/sshd start > * WARNING: sshd is scheduled to start when net.eth0 has started. A note: usually wireless networks use DHCP for dynamically allocating IP-Adresses to the different clients. If you want to maintain an ssh-server on a machine connected to a wireless network that uses DHCP[1], you will have to tell the router to forward port 22 (or whatever other port) to your particular machine. Sorry if I'm telling you something you may already know, but it's a way too common mistake ;-) Regards, Aleks [1] If you don't know whether or not you use DHCP, you probably do. I understand you're from Germany - I'm pretty sure most ISPs in Germany use PPPoE for wired and DHCP for wireless to connect their ADSL clients.