[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Problem with remotely issuing a bb hobbit "drop host test" command
- To: "hobbit (at) hswn.dk" <hobbit (at) hswn.dk>
- Subject: RE: Problem with remotely issuing a bb hobbit "drop host test" command
- From: Forum Response <forum (at) gproof.com>
- Date: Fri, 1 May 2009 10:54:36 -0500
- Accept-language: en-US
- Acceptlanguage: en-US
- References: <027D0CFA48C98F4B87D51D40F36DE42702BD719B (at) ltivw-p-ml01.LIFETOUCH.NET>
- Thread-index: AcnKb8PLJ1etzIvARu2O9ISYa+JuQwABF8Bg
- Thread-topic: Problem with remotely issuing a bb hobbit "drop host test" command
> I am trying to issue the following command from a client server
>
> /bin/bb hobbitserver "drop hostname testname"
>
> But on the hobbit server I am getting the following error:
> 2009-05-01 09:25:00 Refused message from a.b.c.d: drop hostname testname
>
> Any help with this would be great!
It sounds like you're looking for the '--admin-senders' option for hobbit as defined in your hobbitlaunch.cfg file. The default restricts admin commands to localhost only. If you want to send admin commands from a remote host to the hobbit server, you'll need to append the remote ip to --admin-senders
man hobbitd and look for --admin-senders for details.