|
I've just become a proud owner of a MediaTemple virtual-dedicated server. My question is: How can I forward a port to redirect it to a directory? For example, I would like to redirect port 6783 (e.g., http://www.imagreedybastard.com:6783 ) to the directory...
Started by Sam on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
With regards to pointing it to the proper directory, you'll want can define a new listening port....
To listen on the proper port, you'll probably also need to configure your virtual machine's firewall to allow requests to that port.
|
|
In my specific example I am trying to use OpenVPN and need to port forward 1194 to my internal ubuntu machine on 192.168.1.12 from the Orange Livebox, but the port forwarding page wants an external IP address to enter on the port forwarding page whereas...
Started by Stewart Robinson on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
You may need to 1) Adjust you network config, for example by moving the server to the DMZ
2) Get... .
The scenario describes seems to be an intended limitation in functionality designed to prevent end users from inappropriately opening holes in the firewall .
|
|
I recently found out that my ISP disables port 135. I have a server and personal computer behind my router. A friend and I are working on a programming project and are running into some sql issues because of this blocked port. For him to be able to access...
Started by Ryan on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at serverfault):
It is unlikely you'll find a good method for redirecting that port....
You want to set up a VPN on one of your computers, and havePort 135 is used by active directory and other Microsoft services .
Option to forward a port to another.
|
Ask your Facebook Friends
|
I have a Linksys WRT54GL router and a home network of two PCs. What I want is one of the PCs to be a web server visible from the world on my static IP. It is a WindowsXP PC with IIS 5.1 setup and running. I've setup port forwarding for my router only ...
Started by Slavo on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
My memory is the Linksys firmware is like if you make the request to the static IP port 80 from outside your network? Some random other spot useful test, on IIS is to enable FTp ....
It but doesn't apply the port forward rules to it.
|
|
I have a sockets program that requires port 1002 to be open and I wanna know how to port forward in C++ on windows so i may use this port freely?
Started by H4cKL0rD on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
I believe some applications use Universal Plug....
Port forwarding is done upstream of the client system, typically on the router.
You can't port forward in a programming language, that is something that is set up on the router.
|
|
I didn't forward any ports on my router yet I can still seed in uTorrent. I'm curious as to how this works, because maybe this can give me insight into how I can host Battle.net games without port forwarding.
Started by Steven on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
Lookup the GameDev.net thread on Host ....
This should not have any bearing on your Battle.net gaming unless it too supports connectivity without port-forwarding.
The Journeyman says, uTorrent can work without port-forwarding.
|
|
I am trying to configure asterisk PBX behind my FreeBSD router. To allow other sip clients to call I need to forward ports to my local network asterisk machine. I did it for 5060 and 5061 ports using ipnat and configuring ipnat.rules
rdr fxp0 217.199....
Started by adopilot on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Ill answer in to my question regard to others if will have similar problems
rdr fxp0 217.199.MYIP.MYIP/32 port 60000-61000 -> 192.168.1.7 port 60000 udp....
Udp from any to $ext_if port $myports -> 192.168.1.7
...or something.
|
|
I used SSH -L 10002:192.168.0.30:10002 192.168.1.135 to establish port forwarding but now I need to remove it. How do I do this
Answer Snippets (Read the full thread at superuser):
You can from there remove tunnels without....
If you are using Linux you can kill the process by:
ps aux | grep ssh
and then use
kill -9 <id>
To kill the process
You could use the "escape-key" (usually ~) followed by C to get a cli to your connection .
|
|
I can't get port forwarding to work now that I am using windows 7 (64-bit). I am using a wireless connection (no wired connection available). I have the ports forwarded (IP has been double checked, router settings are confirmed), there is an exception...
Started by Elliot on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
You can, of course, also connect a second laptop to the same cable... .
If the port is open in NAT and not bridged, you know it's Windows 7.
(there should.
Are involved and see if the request is being allowed through in the listening port area.
|
|
I'd like to make all incoming connections to port 1000 of my host (IP: 200.234.XXX.XXX) to be forward to the port 80 on host 10.211.55.5
How can I do it on my host? It is running Mac OS X 10.5.8
Started by Daniel Cukier on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
The port forwarding on the router, but if you do use a modem to connect directly, iptables is probably, but I think you actually want a TCP forwarder program instead (you mention 'proxy' and port forwarding not enable....
|