0
votes
0answers
141 views

cannot access ubuntu server behind huawei router even after port forwarding

I have an ubuntu 12.10 server installed, got a static ip from my ISP. Pinging the ip results in success. I also have a huawei Echo-Life modem. Following this site I was able to set the ports to be ...
0
votes
0answers
659 views

UFW port forwarding

I use UFW and here is my setup: eth0 is configured as a bridge interface (br0): inet adr:10.0.4.10 Bcast:10.0.4.255 Mask:255.255.255.0 eth2 is connected to a private network: inet ...
0
votes
0answers
93 views

Help with web server/port forwarding?

All of a sudden my web server (i.e. my old desktop computer) stopped responding. I thought it might be a DHCP issue, since sometimes it gets a new IP address (I don't think I have a static IP address ...
0
votes
1answer
1k views

How to test whether port forwarding is working?

I have done port forwarding on my computer but I don't know how to test it. Can anyone help me? I have not done it using iptables but I have done it by following the instructions given in this link.
1
vote
1answer
95 views

How do I restrict ports to certain users?

Alright, well, what I wanted to do was to allow my users to only be allowed to access a specific port, In example, UserA can only access port 2004 While UserB can only access ports 2009, and 2010 To ...
1
vote
1answer
11k views

ssh: connect to host myremotehost.com port 22: Connection refused

So I am trying to get ssh working on my server. I can connect on my local network with the local ip address of the server perfectly fine. When I try to connect remotely (through a domain name that I ...
0
votes
3answers
324 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 ...