Questions tagged [dynamic-ip]

A dynamic IP address is an IP address that is temporarily assigned to a device, and can therefore change over time.

Unlike a that is permanently assigned to a device, a dynamic IP address is only temporarily assigned.

While this is usually about a consumer router's WAN (internet-facing) IP assigned by the ISP, this could also be about IPs within a LAN temporarily leased to a device using DHCP. In some cases, DHCP will cause the same device to receive the same IP if it is regularly connected to the router, therefore making the dynamic IP semi-permanent, although strictly speaking not static and therefore open to change.

77 questions
0
votes
1 answer

Access Java Web application running on a server by Android device thru wifi

I have searched for a solution to this but could not find one. If this is already answered, sorry, please direct me to that. My problem is this. I have java web application running on a local intranet (Tomcat 7, Java 6, MySQL). All desktops within…
0
votes
2 answers

HOw to connect to a TCP/IP client while haveing forwarded IP server

I have a computer that is connected to internet via Dynamic IP. So, I am not able to get connected via TCP/IP to my TCP/IP server program, which I've written C#, it works well by static IP though. I've decided to use IP forwarding DNS services on…
telcom
  • 145
  • 10
0
votes
1 answer

Browsing to Subversion repository location indicated in Apache conf file

I have Subversion 1.6.6 and Apache 2.2.14 installed and working. I have made the following changes to the Apache httpd.conf file: #Uncommented by me for Subversion installation LoadModule dav_module modules/mod_dav.so LoadModule dav_fs_module…
sonrael
  • 11
  • 1
0
votes
2 answers

Creating subdomains on apache2 server with dynamic IP

So basically I'm having issues creating a subdomain on my server. I'm running apache2 on a Ubuntu 12.04 server and have dynamic IP set up with No-IP.com. I have mydomain.com working, but want to create test.mydomain.com directing towards a subfolder…
Gino
  • 13
  • 11
0
votes
1 answer

Assigning Multiple ips to a NIC using powershell

I am trying to assign multiple ips to a NIC on a windows server. Is there any way I could dynamically generate the ip addresses and assign it to the NIC
LGG
  • 528
  • 9
  • 21
0
votes
1 answer

Remote access to pc in a LAN: how to connect to an individual pc

I've installed a dynamic DNS client which points at my account on noip.com. it works.I type the host-name (which i registered with noip) into the address bar of a browser on a pc outside of my LAN and it takes me to my routers current IP. This only…
0
votes
3 answers

Emailing about IP changes

You can choose any language. I am interested to know the simplest solution. How can you get your comp's IP and email it?
Léo Léopold Hertz 준영
  • 134,464
  • 179
  • 445
  • 697
-1
votes
1 answer

Dynamically get the correct IP for a Redis pod on Kubernetes

Until now, our solution ran on three containers on the same IP. One of the containers had Redis. When the other two containers (communicating via message passing on Redis) needed to reach the Redis, they simply utilized port 6379. Since the Redis…
AturSams
  • 7,568
  • 18
  • 64
  • 98
-1
votes
1 answer

Switch Azure from dynamic to static IP address

How do I change my Azure website from using a dynamic IP address to a static IP address? I want a static IP address that never changes. I evidently do not have a virtual machine, as illustrated below.
Ray White
  • 297
  • 4
  • 19
-1
votes
2 answers

Make Xcode server available outside a local network with a dynamic IP

We have an Xcode Server, working perfectly in our local network. Now we also want be able to access this Xcode Server when working remotely. The problem is that the network has a dynamic IP. What is the best way to make Xcode server available over…
Yoav
  • 5,962
  • 5
  • 39
  • 61
-1
votes
1 answer

How to test dynamic ip restriction in Azure App?

Hi I have developed SPA web application in Angular. I am using VS2017 and I am using MVC template. I have deployed my app in azure. My project has some server side code as well. I have added below policy to restrict concurrent requests to my web…
Niranjan
  • 537
  • 2
  • 14
  • 31
-1
votes
1 answer

Raspberry Pi, DD-WRT and dynamic IP (No-IP) setup

My idea is to get the access to my raspberry server (ssh, webmin, deluge web) from the Internet. I add the dynamic DNS service to my dd-wrt router and I can access it (web ui) from Internet. I install the no-ip on my raspberry and run it. But I…
-1
votes
2 answers

Hosting SVN Server on my PC to access remotely

I'm trying to connect to my SVN server (installed on my local PC) from a remote machine. After going through some SO questions and other guides, I have done the following steps: SVN Server is installed on top of Apache server using HTTP protocol. I…
dotNET
  • 33,414
  • 24
  • 162
  • 251
-2
votes
1 answer

How do I make DHCP ip address scopes in AWS?

I have a AWS VPC where the DHCP optionset gives me random addresses in the scope of the CIDR 10.128.1.0/24. But I want to have the DHCP scope limited, so that I can use static private ip addresses for some of the servers and dynamic for another set…
-2
votes
1 answer

nginx configuration domain and ip

I'm have a problem with nginx: I want to create one server to ip address (its dynamic) and another to domain (I'm using Dynamic DNS). How can I specify listen blocks, when ip is dynamic? P.S. My config for domain name should stay as now: server_name…
Zekfad
  • 189
  • 12