Questions tagged [static-ip-address]

A static IP address is simply a “permanent” address that remains associated with a single computer over an extended period of time.

A static IP address is a number (in the form of a dotted quad) that is assigned to a computer by an Internet service provider (ISP) to be its permanent address on the Internet.

319 questions
0
votes
0 answers

Change adapter setting from dynamic to static

I've seen a lot of code that allows me to set the IP address of a local workstation, but it only works if the workstation already has a static IP address. I need to change the adapter settings from obtaining an IP address automatically to using a…
Frecklefoot
  • 1,660
  • 2
  • 21
  • 52
0
votes
1 answer

How to change IP Address using these code?

I am using this code to change Ip Address, Subnet Mask and Default Gateway but it seems only the default gateway changes and the IP address and subnet mask doesnt. Can you please help me? I am using windows 7 Dim IPAddress As String =…
0
votes
1 answer

Node.js net.createConnection via Promixo

I'm creating a connection via the net module in my Node.js application: this.stream = net.createConnection(25, host, this._onConnect); Which works absolutely fine, however I need to send this traffic through Proximo because my connection requires a…
James
  • 5,137
  • 5
  • 40
  • 80
0
votes
1 answer

RMI set up over public IP on ubuntu throwing NotBoundException

Trying to RMI set up over public IP on ubuntu but in vain. I have setup http tunneling. RMI server/applet client are successfully running on LAN with ubuntu as RMI server. Over internet, I am able to run server successfully doing registry on 1099 …
Dan
  • 21
  • 4
0
votes
1 answer

Send files over static IP from clients to server

I'm a newb in this thing. I want to send files from a few client systems to a server over static IP. They're connected via a LAN. The files are created on a WPF app on clients and should be sent to the server which also has a WPF app.
a_rahmanshah
  • 1,636
  • 2
  • 22
  • 35
0
votes
0 answers

Access development ASP.NET web app from a static IP address

I'm running Visual Studio 2010 on a Windows 7 Ultimate machine. This computer is connected to a router with a static IP address. The IP address is currently used for a remote DVR service on one of the ports, and it can be accessed from any web…
ahmd0
  • 16,633
  • 33
  • 137
  • 233
0
votes
3 answers

Hosting with Static/Fixed IP Address

I have been search for a host that has static/fixed ip address. Right now i use mediatemple's grid server and because it is a shared environment the ip address is dynamic and changes randomly. My issue is that i have a script on my sever that…
user982853
  • 2,470
  • 14
  • 55
  • 82
0
votes
1 answer

Accessing website from server on internet

how do I access my server on the internet? I would want it to have a domain of piezosystems.com, accessed on internet but not public. My router has a IP adress of 10.0.0.1, comcast, and my server 10.0.05, cannot route it to internet. Please help.
-1
votes
1 answer

How do I stop DHCP to request address for a static interface?

I have a Raspberry PI 4 running Ubuntu 21.10 with a static ip-address on eth0. Despite that, I keep getting a secondary 'dynamic' DHCP address on on it. netplan network: version: 2 renderer: networkd ethernets: eth0: dhcp4: no …
Kingfranz
  • 184
  • 1
  • 12
-1
votes
1 answer

Can I reserve a static external IP address in Google, and then use it on another Cloud Provider?

We can reserve a static IP address on Google following the instructions here. Would it be possible to migrate this IP address to another Cloud, e.g. Amazon, IBM, or elsewhere, and how would that work. If this is not possible, how can I have one IP…
WJA
  • 6,676
  • 16
  • 85
  • 152
-1
votes
1 answer

How do I change the IP address that Node-RED is hosted on?

I've been trying to configure Node-RED running locally at http://localhost:1880 to run on a static IP address that I would configured via my router's "DHCP Static IP Configuration" so that Node-RED could be accessible within the entire LAN. How…
-1
votes
1 answer

Why does Google Cloud Compute Engine IP differ from the static one I have reserved?

I have set a static IP address for my Google Cloud Compute Engine. When I go to the network details of the engine, it tells it is 34.88.xx.xx However - when I now run a test python script in the cloud shell, it tells me that the requests comes from…
-1
votes
1 answer

Finding external IP of Windows machine

I'm trying to access my Windows PC filesystem externally. I asked my ISP to give me a static IP. I also assigned an internal static IP to that machine inside the settings of my router (which works). If I navigate to : https://www.whatismyip.com/ I…
Idanis
  • 1,918
  • 6
  • 38
  • 69
-1
votes
2 answers

Trying to access my Python flask webservice from Internet, I reach the server howver it return 404 if I use 127.0.0.1 it works but not actual IP

Issue: Trying to access my webservice from Internet, call reaches the service but service returns 404, even if I try my local IP adress same issue when I use 127.0.0.1:5000 it works from flask import Flask, jsonify app = Flask(__name__) courses=…
-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