My ISP has blocked port 80, and I'm trying to figure out alternate ways for people to connect to my site. I've setup my webserver so it listens to port 8080, and have it forward all requests to my router from that port to my server.
I have a website setup behind a router, so the router has the external facing address and it will forward requests to the webserver inside the network. If there are X number of invalid login attempts, that IP address will be blocked from logging in.
Hi,
I'm having an issue trying to redirect a subdomain from my main server (server1) to an other server (server2). What I did is adding a A entry in my domain.com DNS zone in WHM on the server1 :
sub.domain.com A ipserver2
I also added a new account in the server2 named sub.domain.com but it's not working.
I'm running IIS on port 80 & Apache on port 3000. How can I have IIS to redirect requests with a certain domain name to the Apache on 3000?
For example, requests to "x.com" would eventually lead the user to 1.2.3.4:80, while requests to "y.com" would bring them to 1.2.3.4:3000.
Its all setup on windows server 2008 R2.
I have a Windows server running IIS. I wish to run a piece of software that hosts a web interface on a non-standard HTTP port (let's say, port 9999). I have static DNS entries on my router for two FQDNs, both of which direct to the Windows server.
Desired Effect
request server1.foobar.com:25565 result server1.foobar.com:25565
request server2.foobar.com:25565 result server1.foobar.com:25566
request server3.foobar.com:25565 result server1.foobar.com:25567
request server4.foobar.com:25565 result server1.foobar.com:25568
Explanation
I am setting up a gaming server and I would like to run multiple servers from the same box but have them all
I hope this isn't too headache-inducing.
Two servers, server1 (Windows Server 2003, IP 192.168.100.25) and server2 (Windows Server 2008, IP 192.168.100.22).
server2 is the DHCP server and a DNS server.
I have a Verizon FiOS router. I need to be able to forward port 5900 (VNC) to a specific machine, is there any way to do this over SSH? I can't just use Lynx because the router config page uses JavaScript for everything.
I'm attempting to RDP from the internet to a server in my LAN.