How can I setup a static IP for router? - static

Hello stackoverflow community!I have a question.
So let's begin.I have a server at my home and I want to setup a static PUBLIC IP adress for the server... .I have PPPoE/Russia PPPoE wan connection and TP-link router.(model no: TL-WR940N / TL-WR941ND )
Thanks for any answers!

UPDATE: I was searching for this reason and I was understand that I need to buy a business services special for that...thx anyway!

Related

Error while using Teams connector in Logic app - Not able to connect global.consent.azure-apim.net or logic-apis-westerurope.consent.azure-apim.net

While using Teams connector in Logic App - not able to authenticate getting below error
Not able to connect to global.consent.azure-apim.net or logic-apis-.consent.azure-apim.net
I faced this issue hence want to share the solution as well.
It seems it is system related issue. We can verify that by pinging the URLs causing the issue we will not get the IP address.
we can ask someone in the team to ping these URLs and provide us the IP address
Put these IP Address :
logic-apis-.consent.azure-apim.net
global.consent.azure-apim.net
in host file in the location -
c:\windows\system32\drivers\etc

Static page with url parameters in loopback

I would like a solution for the following problem:
I have a client in angular running on gulp in this configuration I can navigate throw my page writing in my browser the following:
(for example) localhost:3000/show/05-05-2017/10
I have the same client in loopback and it is working with localhost:3000, the problem is when I want to get the same parameter url with loopback localhost:3000/show/05-05-2017/10 I get an error 404 can not get /show/05-05-2017/10
I would like to know some idea where I could find a solution to that or somewhere to look for.
Thank you!
Are you running both services on the same port 3000 ? If so that can't work only one server per port is possible.
Change the port of one of them and it should work.
I hope this helps.
I could find the solution here:
https://groups.google.com/forum/#!topic/loopbackjs/qt9CurkKi_s

How to connect ionic app with a static ip and port number?

i am a little bit confused on how to establish a connection of my ionic app and a static ip and port number suggest me some ideas to solve this. I am new for Stack Overflow and excited for reply.Thanks in Advance.

Cisco IP forwading challenge on a cisco router

I have been trying to setup a cisco gateway router that has a Mail server behind it. The challenge has been that the static nat entries are no effective or perhaps do not work. Has anyone done this in areal life environment? testing for open ports shows that all the static NAT ports are closed .Please share
Try this:
ip nat inside source static tcp LAN_MAIL_IP_ADDRESS 25 MAIL_PUBLIC_IP_ADDRESS 25 extendable
!
interface FastEthernet0/1
description "TO INTERNET"
ip nat outside
!
interface FastEthernet0/0
description "TO LAN"
ip nat inside
I Actually found out that the problem was the gateway on the mail server that was still pointing to the old ISP instead of the router connecting to the new ISP.

Redirect url from one server to another server?

We are having a web application deployed in Tomcat 6 in two different servers. I want to redirect the url to second server if the first server is down.
Please help to solve this problem.
You can do that in many ways... depending on your architecture
You can cluster your tomcats, or put a load-balancer in front of it (replicated for assuring high availability of the entry point)
You can have a round robin DNS entry with a minimal TTL, or if you have access to your DNSs, you can change your DNS entry when a server is down (It's pretty a hack, though)
Cheers
Grooveek

Resources