*** nowen1 (~nowen@adsl-98-66-183-205.asm.bellsouth.net) has joined #wikid | 12:11 | |
*** nowen1 is now known as nowen_work | 15:36 | |
*** TXRH (d8f800fe@gateway/web/freenode/ip.216.248.0.254) has joined #wikid | 19:00 | |
nowen_work | welcome back TXRH | 19:00 |
---|---|---|
TXRH | Hey have a question about opening this up to the internet for phone app | 19:01 |
nowen_work | ok | 19:01 |
TXRH | what would the server code be, if I have an internal IP and external ip? | 19:02 |
nowen_work | the external IP | 19:02 |
nowen_work | you can NAT the WiKID server | 19:02 |
nowen_work | you can also run it through a proxy like apache | 19:03 |
TXRH | ok thinking about this now | 19:04 |
TXRH | ok I can make this work | 19:06 |
nowen_work | so, the token will take the domainid and parse it into an IP. That ip will be the external, your firewall will translate that to the internal address. | 19:06 |
TXRH | yep that sounds good so I should only need one nic | 19:07 |
TXRH | I saw it uses port 80, we are running short on public ips with port 80 free, is there any way to change the port on the client and server | 19:10 |
nowen_work | Well, rewriting the tokens would be difficult. Do you have a public ip running apache? we run our demo server on our website using a redirect | 19:10 |
*** nowen_work has quit (Remote host closed the connection) | 19:11 | |
*** nowen1 (~nowen@adsl-98-66-183-205.asm.bellsouth.net) has joined #wikid | 19:11 | |
*** nowen1 is now known as nowen_work | 19:11 | |
nowen_work | hmm. linux mint 13 is not a stable as I would like | 19:12 |
TXRH | yes is there a document on how to setup the redirect? would it have to be on the default page? | 19:14 |
nowen_work | hmm, apparently not | 19:15 |
nowen_work | but it's pretty simple | 19:15 |
nowen_work | our rule in apache is RewriteRule ^/wikid/(.*) http://localhost:8090/wikid/$1 [P] | 19:15 |
nowen_work | yours could be http://internalIP:80/ | 19:17 |
nowen_work | you might need http://internalIP:80/wikid/$1 | 19:17 |
nowen_work | or you might need to use proxy pass | 19:18 |
TXRH | so the token needs to talk to port 80 then is redirected to 8090 | 19:20 |
nowen_work | in our case yes, but we are running wikid on the same box. (not recommended for production). | 19:21 |
nowen_work | I think you could do something like: | 19:21 |
nowen_work | ProxyPass /wikid http://internalip/wikid | 19:21 |
nowen_work | ProxyPassReverse /wikid http:/internalip/wikid | 19:21 |
TXRH | I think I can use a public ip for port 8090 . | 19:23 |
nowen_work | the tokens can't talk to it | 19:24 |
TXRH | most of our web server are iis but we have one apache on windows so I could but a /wikid subfolder then some how redirect to 8090 | 19:24 |
nowen_work | is there a firewall in front of them that could do it? | 19:25 |
nowen_work | or use iis: http://forums.iis.net/t/1159668.aspx | 19:25 |
TXRH | that looks like it will work so pattern would be *wikid* | 19:26 |
nowen_work | yes | 19:27 |
TXRH | awesome I will try that. We are installing in production right now | 19:27 |
nowen_work | great! PCI auditor arriving soon? ;) | 19:28 |
TXRH | we got a new remote access tool called Bomgar and need to setup dual factor per our pci requirements, | 19:29 |
nowen_work | huh, I know I guy in sales there, if he's still there | 19:45 |
TXRH | who is it? At Texas Raodhouse | 19:57 |
nowen_work | Jim Norton at Bomgar | 19:58 |
nowen_work | still there. EVP of Sales and Marketing | 19:59 |
nowen_work | how do you like their product? | 19:59 |
*** TXRH has quit (Ping timeout: 245 seconds) | 20:02 | |
*** vladdy_ has quit (Ping timeout: 244 seconds) | 22:02 | |
*** nowen_work has quit (Quit: Leaving.) | 22:28 | |
*** ike (b4c21d64@gateway/web/freenode/ip.180.194.29.100) has joined #wikid | 23:22 | |
*** ike has quit (Client Quit) | 23:23 |
Generated by irclog2html.py 2.11.0 by Marius Gedminas - find it at mg.pov.lt!