Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Community
Technology
[TUT] Create your own TCP Proxy!
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="thewicard" data-source="post: 202756" data-attributes="member: 8814"><p><em>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.</em></p><p> </p><p>What are you going to need?</p><p><em>A second windows server including the server you have. About any cheap OFF-Shore server will do.</em></p><p> </p><p>Step 1:</p><p><a href="http://www.analogx.com/files/pmapperi.exe" target="_blank">Download Portmapper on the server which you want to use as proxy</a></p><p>And run through the setup!</p><p> </p><p>Step 2:</p><p>Now, run portmapper, then it will appear in the system tray. <em>The M you see</em></p><p> </p><p><img src="http://puu.sh/2NcVK.jpg" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p> </p><p>1) Right click the system tray icon of portmapper and click "Configure"</p><p>2) Now click the "Configure mapping" button and then click "Add"</p><p>3) Fill in your information. (port you want to forward and the ip you want to forward to)</p><p><em><strong>Remember</strong> - portforwarding is needed in both servers!</em></p><p> </p><p><img src="http://puu.sh/2NcYF.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p> </p><p>Now click OK->OK->OK</p><p>And you're done - all connections done to that port will be forwarded.</p><p> </p><p><em><strong>Security tip:</strong> 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.</em></p><p> </p><p><em><strong>To get your clients ip:</strong> Do the</em> <em>exact</em><em> same as you would through cloudflare.</em></p><p><em>$_SERVER['REMOTE_ADDR'] = isset($_SERVER["HTTP_CF_CONNECTING_IP"]) ? $_SERVER["HTTP_CF_CONNECTING_IP"] : $_SERVER["REMOTE_ADDR"];</em></p><p> </p><p> </p><p><u><strong>Also see:</strong></u></p><p><a href="http://devbest.com/threads/create-your-own-tcp-proxy-hotel-security-guide-1.31392/" target="_blank">How to create your own TCP Proxy</a></p><p><a href="http://devbest.com/threads/limit-site-access-to-domain-hotel-security-guide-2.31394/" target="_blank">Limit site access to domain</a></p></blockquote><p></p>
[QUOTE="thewicard, post: 202756, member: 8814"] [I]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.[/I] What are you going to need? [I]A second windows server including the server you have. About any cheap OFF-Shore server will do.[/I] Step 1: [URL='http://www.analogx.com/files/pmapperi.exe']Download Portmapper on the server which you want to use as proxy[/URL] And run through the setup! Step 2: Now, run portmapper, then it will appear in the system tray. [I]The M you see[/I] [IMG]http://puu.sh/2NcVK.jpg[/IMG] 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) [I][B]Remember[/B] - portforwarding is needed in both servers![/I] [IMG]http://puu.sh/2NcYF.png[/IMG] Now click OK->OK->OK And you're done - all connections done to that port will be forwarded. [I][B]Security tip:[/B] 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.[/I] [I][B]To get your clients ip:[/B] Do the[/I][I] [/I][I]exact[/I][I] same as you would through cloudflare.[/I] [I]$_SERVER['REMOTE_ADDR'] = isset($_SERVER["HTTP_CF_CONNECTING_IP"]) ? $_SERVER["HTTP_CF_CONNECTING_IP"] : $_SERVER["REMOTE_ADDR"];[/I] [U][B]Also see:[/B][/U] [URL='http://devbest.com/threads/create-your-own-tcp-proxy-hotel-security-guide-1.31392/']How to create your own TCP Proxy[/URL] [URL='http://devbest.com/threads/limit-site-access-to-domain-hotel-security-guide-2.31394/']Limit site access to domain[/URL] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Community
Technology
[TUT] Create your own TCP Proxy!
Top