Page 1 of 1

Only running on localhost..

Posted: Tue Feb 08, 2011 8:53 pm
by hemhuli
Hello, could you please help me, to get unrealircd to run just on localhost, only the accounts logged to the box can connect?

Re: Only running on localhost..

Posted: Tue Feb 08, 2011 9:17 pm
by katsklaw
hemhuli wrote:Hello, could you please help me, to get unrealircd to run just on localhost, only the accounts logged to the box can connect?
That's easy, use the IP of 127.0.0.1 in every listen block you have. Unless it's a public shell provider. If it is ask them to set-up a virtual adapter on lo and a 127.0.0.x IP or if it's ok to use 127.0.0.1.

Code: Select all

listen 127.0.0.1:6667;