|
<< Click to Display Table of Contents >> Navigation: Telegram > 2018 > 12 > 18 > Telegram_2018-12-18T12 |
2018-12-18T12:01:30
to make this test, on the web server, I stopped the service and I executed httpsysdemo type: bot_command /gui ; from my browset I typed \ type: link http://188.165.192.48:8888/MyIWApp/$/Start \ or \ type: link http://188.165.192.48:8888/MyIWApp/ \ I got the error message \delay exceeded\
2018-12-18T12:02:10
so it fails as GUI on 188 correct? If so, then its most likely a firewall issue.
2018-12-18T12:02:18
You need to open up 8888
2018-12-18T12:02:50
could I use port 80 the one use by iis
2018-12-18T12:04:06
If this is a hosted server, it might be using windows firewall, it might be using TCP security, or it might have an external firewall. You will need to consult the documentation from your hosting provider as to how to open 8888.
To use 80, you need to deploy as ISAPI which is far more complicated or disable IIS if you dont need it. There are ways to share with IIS but its fairly complicated and requires more than one IP.
as http.sys and IIS share code, let me see if http.sys can url reserve in conjunction with IIS or not.
2018-12-18T12:07:22
It is possible but needs some additional steps.
type: link http://pingec.si/blog/articles/HttpListener-port-sharing-with-IIS-or-another-process/
2018-12-18T12:07:45
Are you currently using IIS on the server for anything? Is it possible to temporarily stop it or would that cause problems?
2018-12-18T12:13:00
I have to step away, will be back shortly.
2018-12-18T12:13:19
I cannot stop IIS.
2018-12-18T12:13:34
I look at the firewall
2018-12-18T12:26:57
if you cannot stop iis, then you must bind the paths like that article above in IIS to allow sharing with http.sys, deploy as ISAPI (complicated to set up, but easy afterward), or use a different port. The different port is the easiest but you need to find out what firewall your host has given you and open the port.
2018-12-18T12:32:10
it seems I don't have firewall on my deicated server
2018-12-18T12:37:04
Then they have an external one. No host in the world would provision a server without a firewall.
2018-12-18T12:37:24
In their docs they should have information how to open new ports.
2018-12-18T12:38:07
Some use both internal (usually windows firewall, but sometimes TCP Sec) AND an external one. Both hosts we use do that.
2018-12-18T12:38:08
I will call them tomorrow morning to get the information.
2018-12-18T12:38:26
Tell them you have an app running on 8888 and you need to open that port to your server.
2018-12-18T12:38:54
yes. I will. Thanks again.
2018-12-18T12:39:55
Despite the upcoming holidays, I will be online and available throughout the holidays on most days.
2018-12-18T12:40:12
I am GMT - 4 but my office hours are not always regular.
2018-12-18T12:40:27
I also very frequently am online even when not in office.
2018-12-18T12:40:45
Are you located in Russia?
2018-12-18T12:40:53
No.
2018-12-18T12:41:31
We are a Cyprus company and normally I am resident in Cyprus but currently am away.
2018-12-18T12:43:08
I did live in Russia in the past but have been away for several years.
2018-12-18T12:43:28
(I'm not from Russia, although I did live there for some years)
2018-12-18T12:43:48
I am there 2 or 3 times a year
2018-12-18T12:45:08
I hope to return sometime :)
2018-12-18T12:46:08
Maybe NAT/Port forwarding
2018-12-18T12:46:40
what do you mean?
2018-12-18T12:47:11
He has an external IP so he wont need NAT forwarding. 99% chance its a simple firewall issue that he needs to add 8888 to open.