Binding to Certain IP's causes issues

7 views
Skip to first unread message

Seoirsín Nevin

unread,
Dec 7, 2017, 7:25:07 AM12/7/17
to Redis DB
Hi all,

I'm having trouble setting up Redis in a production environment

The environment is windows based and I've successfully set the server up as a service and been able to start it.

My issue is we want to lock it down to 3 IP addresses to access client side. I've set a password ok for it but it seems if I change the line:

bind 127.0.0.1

To anything other than above I can't restart the service

I've tried:

# bind 127.0.0.1
bind 127.0.0.1 [other ip] [other ip]

but no success at the moment

Any ideas whats happening?

Here is my log dump:

[4848] 07 Dec 11:33:38.884 * The server is now ready to accept connections on port 6379
[3348] 07 Dec 11:39:43.336 # Creating Server TCP listening socket 0.0.0.0:6379: bind: No error
[4776] 07 Dec 11:40:47.929 # Creating Server TCP listening socket *:6379: listen: Unknown error
[3692] 07 Dec 11:42:10.445 # Creating Server TCP listening socket 0.0.0.0:6379: bind: No error
[1576] 07 Dec 11:45:18.991 # Creating Server TCP listening socket 0.0.0.0:6379: bind: No error
[4620] 07 Dec 11:46:03.740 # Creating Server TCP listening socket 0.0.0.0:6379: bind: No error
[5032] 07 Dec 11:46:31.459 # Creating Server TCP listening socket *:6379: listen: Unknown error
[3120] 07 Dec 11:48:35.474 # Creating Server TCP listening socket *:6379: listen: Unknown error
[1060] 07 Dec 11:48:54.083 # Creating Server TCP listening socket *:6379: listen: Unknown error
[2276] 07 Dec 11:49:11.052 # Creating Server TCP listening socket *:6379: listen: Unknown error
[1576] 07 Dec 11:56:37.456 # Creating Server TCP listening socket *:6379: listen: Unknown error

NB: 11:33 was last successful run and any IP with 0.0.0.0 has been changed by me

Thanks

Seoirsín

Itamar Haber

unread,
Dec 7, 2017, 9:41:04 AM12/7/17
to Redis DB
Hello Seoirsín,

If I understand correctly you are using a fork of Redis for Windows. Please note that this mailing list is used for discussing matters pertaining to the official Redis project, so you should probably seek assistance for your fork from its maintainers.

Cheers,

--
You received this message because you are subscribed to the Google Groups "Redis DB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to redis-db+unsubscribe@googlegroups.com.
To post to this group, send email to redi...@googlegroups.com.
Visit this group at https://groups.google.com/group/redis-db.
For more options, visit https://groups.google.com/d/optout.



--

Itamar Haber | Chief OSS Education Officer
Redis Labs ~/redis

Mobile: +972 (54) 567 9692
Twitter: @itamarhaber
Skype: itamar.haber

Reply all
Reply to author
Forward
0 new messages