vagrant - Couchbase can not access web console -


i running vagrant machine on windows 10 using centos 6.7 , have installed couchbase. reason can not access couchbase admin browser. when testing telnet 192.168.56.101 8091 this:

connected 192.168.56.101. escape character '^]'. 

active network connections:

proto recv-q send-q local address               foreign address             state tcp        0      0 127.0.0.1:9000              0.0.0.0:*                   listen tcp        0      0 0.0.0.0:11209               0.0.0.0:*                   listen tcp        0      0 0.0.0.0:11210               0.0.0.0:*                   listen tcp        0      0 127.0.0.1:3306              0.0.0.0:*                   listen tcp        0      0 0.0.0.0:11211               0.0.0.0:*                   listen tcp        0      0 0.0.0.0:52491               0.0.0.0:*                   listen tcp        0      0 0.0.0.0:21100               0.0.0.0:*                   listen tcp        0      0 0.0.0.0:59276               0.0.0.0:*                   listen tcp        0      0 0.0.0.0:21101               0.0.0.0:*                   listen tcp        0      0 127.0.0.1:9998              0.0.0.0:*                   listen tcp        0      0 0.0.0.0:111                 0.0.0.0:*                   listen tcp        0      0 0.0.0.0:4369                0.0.0.0:*                   listen tcp        0      0 0.0.0.0:22                  0.0.0.0:*                   listen tcp        0      0 127.0.0.1:25                0.0.0.0:*                   listen tcp        0      0 0.0.0.0:8091                0.0.0.0:*                   listen tcp        0      0 0.0.0.0:8092                0.0.0.0:*                   listen tcp        0      0 :::11209                    :::*                        listen tcp        0      0 :::34761                    :::*                        listen tcp        0      0 :::11210                    :::*                        listen tcp        0      0 :::11211                    :::*                        listen tcp        0      0 :::111                      :::*                        listen tcp        0      0 :::80                       :::*                        listen tcp        0      0 :::22                       :::*                        listen tcp        0      0 ::1:25                      :::*                        listen tcp        0      0 :::443                      :::*                        listen udp        0      0 0.0.0.0:925                 0.0.0.0:* udp        0      0 127.0.0.1:948               0.0.0.0:* udp        0      0 0.0.0.0:68                  0.0.0.0:* udp        0      0 0.0.0.0:11211               0.0.0.0:* udp        0      0 0.0.0.0:111                 0.0.0.0:* udp        0      0 0.0.0.0:36985               0.0.0.0:* udp        0      0 192.168.56.101:123          0.0.0.0:* udp        0      0 10.0.2.15:123               0.0.0.0:* udp        0      0 127.0.0.1:123               0.0.0.0:* udp        0      0 0.0.0.0:123                 0.0.0.0:* udp        0      0 :::925                      :::* udp        0      0 :::11211                    :::* udp        0      0 :::111                      :::* udp        0      0 :::59379                    :::* udp        0      0 fe80::a00:27ff:fee4:ce95:123 :::* udp        0      0 ::1:123                     :::* udp        0      0 fe80::a00:27ff:fe25:a210:123 :::* udp        0      0 :::123                      :::* 

i have tried disabling windows firewall problem persists.


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -