Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
captcha_breaker:act_as_remote_server [2021-09-29 12:02] svencaptcha_breaker:act_as_remote_server [2024-03-15 06:34] (current) – [Windows Firewall Settings] sven
Line 20: Line 20:
 {{:captcha_breaker:cb_whats_my_ip.png?200}} {{:captcha_breaker:cb_whats_my_ip.png?200}}
  
-===== Other Program with IP-Input =====+==== Windows Firewall Settings ==== 
 + 
 +Go to Windows Firewall with Advanced Security 
 +  * Select //Inbound Rules// and add -> A New Rule 
 +  * Select //Rule type// as //'Port'// and -> click Next 
 +  * Select //TCP// for Rule, apply to option and add the port you want to use in //Specific ports// -> click Next 
 +  * Select //'Allow the Connection'// as the action 
 +  * Continue to Finish to complete the rule 
 +Then access using the IP address of the server from other machines you can access GSA like 
 + 
 +<code>http://192.168.178.27:85/gsa_test.gsa</code> 
 +Assuming you have 192.168.178.27 as external IP and used Port 85 
 + 
 +==== Router Settings ==== 
 + 
 +It might be required for you to allow your router to map certain external ports to your local IP/port. Unfortunately, this looks different for each router manufacture and I can not provide screenshots or detailed help here. But in the end you need to map an external IP/port to an internal IP/port. 
 +===== a) Other Program with IP-Input =====
  
 If the other software product supports a captcha service that let's you choose the Host/Port, you can directly use it as within **GSA Search Engine Ranker**. If the other software product supports a captcha service that let's you choose the Host/Port, you can directly use it as within **GSA Search Engine Ranker**.
Line 28: Line 44:
 You need to enter the Host as discovered previously on the system where **GSA Captcha Breaker** is running as well as the API-Key if you used that option. You need to enter the Host as discovered previously on the system where **GSA Captcha Breaker** is running as well as the API-Key if you used that option.
  
-===== Other Program without IP-Input =====+===== b) Other Program without IP-Input =====
  
 If the other program does not offer any IP to be entered for the captcha settings, then you need to modify the system's host file. If the other program does not offer any IP to be entered for the captcha settings, then you need to modify the system's host file.
Line 38: Line 54:
 <code>192.168.178.27 2captcha.com</code> <code>192.168.178.27 2captcha.com</code>
  
-Of course you need to change the IP //192.168.178.27// to the one of your external IP of the server where GSA Captcha Breaker runs on. +Of course you need to change the IP //192.168.178.27// to the one of your external IP of the server where GSA Captcha Breaker runs on. Also make sure NOT to add any port to that IP...just the plain IP! 
 +All calls to that service will now be answered by GSA Captcha Breaker.