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
2 answers

Raspberry Pi configured for static IP also gets a DHCP IP

I've configured my Raspberry Pi for static IP. My /etc/network/interfaces looks like this: auto lo iface lo inet loopback auto eth0 allow-hotplug eth0 iface eth0 inet static address 192.168.1.2 netmask 255.255.255.0 network 192.168.1.0 broadcast…
OZ1SEJ
  • 399
  • 1
  • 5
  • 14
-1
votes
1 answer

How do I connect a raspberry pi to a hidden network with no password using a static ip address

I am connecting a raspberry pi to help a friend of mine. The wifi network it needs to be on is on a hidden SSID that has no passkey, and it needs to setup for a static ip address. I can't have access to the router to make it static, and the gui…
-1
votes
2 answers

PHP - like button with ip address

My website has a like button that is similar to facebook like button. When user click it, the count increases. On clicking again, count decreases. Same as we click like and unlike in facebook. So only logged in users can hit like button But the…
Gijo Varghese
  • 11,264
  • 22
  • 73
  • 122
-1
votes
2 answers

How to get static ip address?

I am building an android application for one of my university courses. I have a localhost server running on my laptop using xampp. The android application running on my phone has to connect to the localhost to get data from a MySQL database (through…
pixie
  • 151
  • 2
  • 10
-2
votes
1 answer

any free Cloud Services with networking tools?

is there any online free cloud services that offer a static IP adress, and have a console where i can open a specific ports with linux application tools ( netcat, socat ,... ) ? thank you .
-2
votes
1 answer

How can I add Static IP to Google App Engine?

I'm trying to add static IP to the app engine( For spring-boot service ). I have done all other configurations, But when I add this line vpc_access_connector: name: projects/PROJECT_ID/locations/REGION/connectors/CONNECTOR_NAME egress_setting:…
-2
votes
3 answers

Why have DHCP and static IP address at the same time?

At my current place of employment, on my Windows box, when I do an ipconfig /all from my command prompt I see that I have both a static IP address as well as a dynamic IP address. Why could that be? I am trying to diagram our network structure for a…
jtbradle
  • 2,458
  • 6
  • 25
  • 26
-2
votes
3 answers

What public IP address will an instance have which is running in a private VPC in AWS?

One of my instances in a private subnet in a VPC in AWS , is making requests to a API (to fetch some metadata). The API provider is asking for an IP address to whitelist. I'm not sure which IP address should I be providing since the instance is a…
Sameervb
  • 381
  • 3
  • 5
  • 15
-2
votes
2 answers

Can you set up a static IP address

Apologies. I did search for this question/answer, but they were too technical for me so I have to start a new question. Is it possible to set up my own static IP address without buying this from my internet provider? I use Sky Broadband. I…
Allison Cairns
  • 301
  • 1
  • 7
-2
votes
1 answer

D-link Modem & Linksys Router Wrtg54

I have recently brought a static ip address from my isp and i have a old computer to which i want to make my website live on internet i have read couple of forums and done research from it and nowhere i am to follow that. I have a D-link modem and…
user3694097
  • 1
  • 1
  • 5
-2
votes
1 answer

sharing files on different subnets on windows

I am getting internet from a WISP close to my house using an out-door wireless network adapter. so first the internet comes to a desktop PC and from there i want to share it using a wireless router between other devices. beside internet sharing, i…
jason bourne
  • 1
  • 1
  • 5
-2
votes
2 answers

Static IP / IP Range for Site hosted on Google App Engine

Our site is hosted on Google App Engine which means we do not have a server farm with dedicated IP addresses that can be contacted “directly”. It is an elastic farm that spins up with load. But our client is looking for static ips to route it…
-2
votes
1 answer

How to configure access points and dhcp ranges?

I have a Thomson ST585V6 router and 2 TRENDnet TEW-636APB Wireless Access Points. And I have 3 devices that need a static IP address. All the other devices need to have their IP adreess assigned with DHCP. Here is what I did: In each of the 3…
Oscar Gomez
  • 18,436
  • 13
  • 85
  • 118
-3
votes
1 answer

Do I need to buy a static ip address for docker containers?

I am new to docker, and couldn't find answer to my question anywhere else... I want to assign static ip addresses to my docker containers, but don't know how to... Does is mean that I need to buy static ip for my device? Please helppp!!! Thank you…
-3
votes
1 answer

How to recover a files which are encrypted by ransomware

As I'm using a windows 7.We are configured public ip to access our apache server. After a Remote desktop connection via Anydesk Ended. All the Files in System are encrypted with .deep extension. Every Folder Contains Text files that has id and…
1 2 3
21
22