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
-1
votes
1 answer

Not Able to reserve static IP in Azure IP reserve wizard

I tried to reserve a static IP from Azure dashboard in multiple regions but no luck, Here is the error { "code":"DisallowedProvider", "message":"The operation is not permitted for namespace 'Microsoft.ClassicNetwork'. List of…
Lab One
  • 25
  • 3
-1
votes
1 answer

ip addr command setting incorrect subnet mask while assigning IP to an interface as compared to ifconfig command

I am trying to set the IP address to an interface on my Ubuntu 18.04 machine using ip addr command however the ip addr command sets the subnet mask as 255.255.255.255 for a Class C IP address where as the ifconfig command sets the subnet mask as…
Krishna Oza
  • 1,390
  • 2
  • 25
  • 50
-1
votes
1 answer

Exclusive IP address needed for my Google App Script Project

I am using the following code in my script: var urlAllCurrencyPairsPrice ="https://api.binance.com/api/v1/ticker/24hr"; var allPairs = UrlFetchApp.fetch(urlAllCurrencyPairsPrice); var jsonAllPairs = JSON.parse(allPairs); Since Google uses…
-1
votes
1 answer

My ISP does not provide Static IPs. Which is the best and cheapest way to get Static IP online?

I access my dev server from home, office, restaurants and coffee shops sometimes. What is the best and most economical service that I should use to get one IP address? Have looked up on the internet a lot. Did not help much. I want this problem to…
waqasgard
  • 801
  • 7
  • 25
-1
votes
1 answer

b2b networking network address space

I'm an applications architect with a public sector health agency. The current task is to connect a private hospital to enable health information integration. According to the network team, the private hospital are both using private IP addresses…
-1
votes
2 answers

Hook up two raspberry pis with static ip adresses

I want to hook up two Raspberry Pis via a network cable in order to send commands from one Pi to the other. To do so, I want to set a static IP address on both Pis. I know I will have to edit the dhcpcd.conf-file. My first approch was: `interface…
Tobse
  • 37
  • 1
  • 7
-1
votes
1 answer

Virtual lab using Vmware

I am trying to create a virtual lab using Microsoft server 2016 as DNS server and 3 Client virtual machines (Windows 10, Windows 7 & Kali Linux). and i gave them the below static IP v4 Windows Server 2016 client machines Windows 7 the same IP…
-1
votes
1 answer

Webservice couldnot able to call client

I am using jax rpc style webservice client and service applications.It is working fine,But when I deployed the client in Google app engine.The client is unable to call my server application. I have made my Ip address static. Here is the client…
Ramsad
  • 63
  • 1
  • 1
  • 11
-1
votes
2 answers

Network configuration for static IP and automatic wifi connection

I would like to set up my Raspberry Pi as static IP device, which communicates over Ethernet (through an IP like 192.168.20.X), and at the same time it should be connected to the internet through WLAN (192.168.1.1). However when I allow 'auto eth0'…
mozcelikors
  • 2,582
  • 8
  • 43
  • 77
-1
votes
1 answer

Change an icon using an 'if' statement in Google Maps

I'm writing a program for the oil and gas industry that allows you to see whether a pump-jack is on or off using a remote logic board at the site, which then relays the information via 4G internet. I'm trying to build it in a way that an icon on the…
-1
votes
2 answers

Set a static ip range for clients to use on Mikrotik router

I have a Mikrotik router, and I just want to know How do I set a IP Range that I can use if I want to set a static ip on a PC or Printer, I already know How to assign a static ip to a device via the mac address. but I want a small ip range that I…
S. Van Wyk
  • 11
  • 1
  • 2
-1
votes
1 answer

Static IP, PI. raspbian jessie

Okay, here's the situation I am in. I have a raspberry Pi 2 model B. I have Raspbain Jessie installed as the OS. I have Apache installed as well. I have a web server running and i am able to edit it and access the site from different devices on…
WRW
  • 1
  • 2
-1
votes
1 answer

Point IP Address to Azure Resource Group Web App

I am playing around with setting up a Web App in an Azure Resource Group, and I'm using a personal domain of mine (that I'm not currently using for anything) to learn and play: woodswild.com. I've got the Web App all set up at…
Casey Crookston
  • 13,016
  • 24
  • 107
  • 193
-1
votes
1 answer

Setting static IP address to run installation on OS X Yosemite

I'm trying to run an installation (for a software called Prohits to manage mass spectrometry data) on my localhost server. One of the requirements is that it occurs over a static IP address. So I set up a static IP address using directions here and…
covfefe
  • 2,485
  • 8
  • 47
  • 77
-1
votes
3 answers

Set from static IP to DHCP on Windows 8 using command line

My computer is Windows 8. I used command line to set static IP address by netsh interface ipv4 set address name="Wired Ethernet Connection" source=static address=1.1.1.1 mask=1.1.1.1 gateway=1.1.1.1 And static DNS by netsh interface ipv4 add…
dibery
  • 2,760
  • 4
  • 16
  • 25