thewicard
Member
- Nov 4, 2011
- 41
- 3
Want to minimize your risk when running a hotel? Well I'm going to show how you can run a server ON-Shore without ever have to worry about Sulake taking it down.
What are you going to need?
A second windows server including the server you have. About any cheap OFF-Shore server will do.
Step 1:
And run through the setup!
Step 2:
Now, run portmapper, then it will appear in the system tray. The M you see
1) Right click the system tray icon of portmapper and click "Configure"
2) Now click the "Configure mapping" button and then click "Add"
3) Fill in your information. (port you want to forward and the ip you want to forward to)
Remember - portforwarding is needed in both servers!
Now click OK->OK->OK
And you're done - all connections done to that port will be forwarded.
Security tip: Use an anonymous vps to host this proxy, or pay for the vps that you use with prepaid VISA. Use VPN both when you administrate and when you buy the VPS.
To get your clients ip: Do the exact same as you would through cloudflare.
$_SERVER['REMOTE_ADDR'] = isset($_SERVER["HTTP_CF_CONNECTING_IP"]) ? $_SERVER["HTTP_CF_CONNECTING_IP"] : $_SERVER["REMOTE_ADDR"];
Also see:
What are you going to need?
A second windows server including the server you have. About any cheap OFF-Shore server will do.
Step 1:
You must be registered for see links
And run through the setup!
Step 2:
Now, run portmapper, then it will appear in the system tray. The M you see
1) Right click the system tray icon of portmapper and click "Configure"
2) Now click the "Configure mapping" button and then click "Add"
3) Fill in your information. (port you want to forward and the ip you want to forward to)
Remember - portforwarding is needed in both servers!
Now click OK->OK->OK
And you're done - all connections done to that port will be forwarded.
Security tip: Use an anonymous vps to host this proxy, or pay for the vps that you use with prepaid VISA. Use VPN both when you administrate and when you buy the VPS.
To get your clients ip: Do the exact same as you would through cloudflare.
$_SERVER['REMOTE_ADDR'] = isset($_SERVER["HTTP_CF_CONNECTING_IP"]) ? $_SERVER["HTTP_CF_CONNECTING_IP"] : $_SERVER["REMOTE_ADDR"];
Also see:
You must be registered for see links
You must be registered for see links