CouchDB on Local Network [closed] - couchdb

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I have couch running and set up a local, static ip on my computer so that I could have a local network going, 127.0.0.1:5984/_utils works, but my static ip 192.168.1.4:5984/_utils doesnt. I've tried pinging 192.168.1.4, and that goes though but 192.168.1.4:5984 doesnt.
Thoughts?
EDIT: I am working in a windows environment.

Take a look at etc/couchdb/local.ini file read by couch. There is a bind_address option in [httpd] section. If you set it to 0.0.0.0 CouchDB will listen on all the interfaces.

Related

ip address of a computer that has no screen [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I have 2 computers with debian installed on both. One computer has no sceen or othe prepherels accept ethernet port. I've connected them through a lan cable and shared the intenet to be used by the computer that has no sceen. However, I'd like to ssh this computet but I don't know its ip address. BtW, I dont have a router.
Use Angry IP Scanner. It will give you the list of devices in the network.

Changing port on ssh [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Anybody know if I can setup ssh to communicate on more than one port, or change the default port to something else.
Is there a config file I can use to do this on Linux?
You can do this by editing the sshd_config file. You can take a look at this tutorial for more info:
http://iserialized.com/changing-default-ssh-port-on-ubuntu/
A well explained tutorial.

Why is ping to Google servers and Google DNS so low? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I noticed that ping to Google DNS and to google.com from Serbia is about 15ms, but google servers are located in California!
http://www.geoiptool.com/en/?IP=173.194.39.110
My dedicated server is located in Germany and our countries are close, but ping is 43ms.
What is the secret?
Can I reduce ping to my server somehow?
Google has an estimated 900,000+ servers all around the world. Not just in California.
Source: http://www.pandia.com/sew/481-gartner.html
This question is better left to https://serverfault.com/ I believe.
You can see a full list of sites through stackexchange here: https://stackexchange.com/sites

Take too long time to connect to server through ssh if IP not specified in /etc/hosts [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
My Ubuntu 10.10 computer is in an intranet. If I don't specify server's IP in /etc/hosts, it takes a long time to connect and sometimes fails.
Do you know why?
As root edit “/etc/ssh/sshd_config” and add the line “UseDNS no“.
executing the command
sudo echo "UseDNS no" >> /etc/ssh/sshd_config
This might help you if this is the reason for your slow connection issue.

How do I allow (remote) IISReset through the firewall on Win Server 2008 [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I'm trying to run the following, to reset IIS on a remote machine.
IISReset <remoteMachine>
If I disable the domain firewall, everything works fine. With the firewall enabled, I get
The RPC server is unavailable.
Initially I tried enabling Remote Administration (RPC-EPMAP) and any other rules that looked even tenuously related. Then I tried enabling all the predefined rules, but with no success.

Resources