View Single Post
Old 02-09-2012, 10:13 AM   #36
ilovejedd
hopeless n00b
ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.
 
ilovejedd's Avatar
 
Posts: 5,110
Karma: 19597086
Join Date: Jan 2009
Location: in the middle of nowhere
Device: PW4, PW3, Libra H2O, iPad 10.5, iPad 11, iPad 12.9
Quote:
Originally Posted by Amalthia View Post
In the meantime I changed my Calibre content server port number to something like 37419 and in no-ip used the Port 80 Redirect option and added 37419 to it.
If you use Port 80 Redirect, what would happen is the address http://fakename.no-ip.org will redirect to http://<external_ip>:37419. Assuming you have port 37419 forwarded to the calibre server on your computer, that means you only need to use http://fakename.no-ip.org to access the calibre content server. No need to add a port number at the end.

Quote:
Originally Posted by Amalthia View Post
I think what adds to the complication of my router port forwarding is that I have a DSL/Modem router and a Wifi router. Using the wi-fi router didn't work for utorrent so I didn't use it for testing the web server but now I'm wondering if I should use that instead of the modem router.
I don't think you need to enable port triggering. Which one of your routers assign the local IP addresses (check for an option named DHCP Server and see which router has it enabled)? Whatever worked for utorrent will likely work for the web server.

Assuming you don't have Port 80 Redirect enabled on no-ip, the following settings should give you your calibre server on http://fakename.no-ip.org:28080
Code:
Server Name    External Port Start   External Port End   Protocol   Internal Port Start   Internal Port End   Server IP Address
calibre        28080                 28080               TCP        8080                  8080                192.168.227.137

Last edited by DoctorOhh; 02-09-2012 at 07:33 PM. Reason: Removing library link
ilovejedd is offline   Reply With Quote