Tagged Questions
0
votes
0answers
75 views
Local network problems
I am running xubnutu 12.04 and I am trying to port forward my computer. The problem is that nothing seems to find the computer. The address, which ifconfig and my router says, is 192.168.0.16. The ...
0
votes
1answer
54 views
How can I open my Meteor app's port to the local network
I'm running a MeteorJS app on localhost:3000. I'd like to allow other computers connected to my network access to view the app by visiting my IP address. Any ideas on how I can do this?
EDIT: I'm ...
0
votes
1answer
157 views
Can't open a port
I need to run an app on my computer which connects to local port 49100. So everything runs on one computer.
I tried adding rules to gufw, firestarter, manually:
sudo iptables -A INPUT -p tcp --dport ...
0
votes
3answers
323 views
Servers running from chrooted Ubuntu on HP TouchPad?
The problem: servers appear to be broken inside my Ubuntu chroot. No matter what kind of server I try to run, they all seem unresponsive (VLC server won't respond to client, mkRemote doesn't move the ...
4
votes
2answers
233 views
How to tunnel traffic from one machine to another?
I have a server, which can be seen from outside of my small network, sever has domain name and such. And I have a local machine, which can be seen by server, but is not accessible from outside.
So I ...