Owncloud connect ipad to my local owncloud [closed] - ipad

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
ive just installed owncloud and made a "local" on my linux machine. i am trying to connect my ipad which is on the same network to it but i do not know what the server adress is?
i cannot seem to find alot of documentation on the subject so i was hoping someone here would be able to help me out?
The server is on my local machine as localhost/owncloud
Is that the adress i need to use?
because if so it says that it cannot find the server

To this kind of questions you should go to the ownCloud forums at:
http://forum.owncloud.org/
Anyway
Linux/Unix:
Type on your terminal "ifconfig" and search with interface are you using (eth0 for ethernet for example) and there is your ip
Windows:
Type on your terminal "ipconfig" and search with interface are you using. You also can go to the network options and check it.

Related

How do I block all IP addresses from connecting remotely to Cassandra? [closed]

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 months ago.
Improve this question
I want access to remote cassandra with one ip address. how can I change cassandra.yaml to block all ip address except ip that I want to connect?
On current Cassandra versions there's no way to block inbound connections. You can (and you must) enable authentication, but it seems that you want to block before Auth phase.

How to make a public server through docker [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
So I have started learning docker, and where better to start than with servers! Anyways, I started out trying to create a minecraft server. I managed to get it working on localhost, but is there any way to make it available to people outside of my own wifi?
You better get an EC2 instance (VPS) from AWS or any cloud provider and run your docker image in it.
The server will be available 24/7 and you keep your machine safe, it's bad to open ports on your computer for the external world.
You can get a free instance on AWS for one year

Using VNC with Docker [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
The community reviewed whether to reopen this question 8 months ago and left it closed:
Original close reason(s) were not resolved
Improve this question
this is my first time using VNC and docker. I want to connect to my docker's GUI.
I have tried to follow a few tutorials online but my VNC viewer cannot connect to the display. I have exposed port 5900 in my dockerfile, and inside docker I have ran
Xvbf :1 -screen 0 1600x1200x16 & export DISPLAY=:1 and x11vnc. It seems to work and I get message saying that the desktop is at port 5900. However I still cannot connect to localhost:5900 in my vnc viewer.
What am I doing wrong, and what can I use to diagnose my problem? Thanks!

How to fix a Port [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
My question is:
I have two applications on a server. Once svn (This service was first installed which is why he has the Prot 80 already occupied.).
And my second application is Mantis, which runs with the Wampserver. (Two applications to run on a port does not work. Huh?)
Now I have both applications as far as on the server configured and you run both without problems (on the server). But I want access from my internal network to the two server through Internet Explorer. However, when I enter the url to the server, but my svn appears. Mantis is not displayed.
Do you know how I can do that?
Thank you
You should be able to do this by adding the portnumber to the url, something like http://my.intranet.biz:1234
You should know this if you are playing around with ports :)

How to stop a program using a port [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I want to use the port 12345 for hosting a server for an application I have, however the port is already in use by another program.
I have already tried:
netstat -anb
However, none of the programs listed use this port. Doing some research online I found out that Trend Micro Security uses this port. though I used to have this Anti-Virus software installed on my computer, I have long ago switched to Norton, and am still not able to use this port.
I use netgear, and have no problems using other ports.
Any help will be appreciated.
Mona.
NetGear has been known to have problems with port 12345. Try calling their support.
Belkin and Dlink work fine. So if possible, try changing your router to see if the problem goes away. If yes, then it is a router issue. If not, then contact your ISP since they block 12345 as well.

Resources