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

learn more… | top users | synonyms

0
votes
0answers
6 views

GCM Release App with Google App Engine

I was exploring ways of deploying my GCM based App for Release and Usage by Android Device owners. Google App Engine (https://developers.google.com/appengine/) provides option to test my debug version ...
-1
votes
0answers
12 views

How do i use public static ip address on home pc server to get gps data via port? [closed]

How do i use public static ip address on home pc server to get gps data via port? I am running a gwt web application from eclipse.
-1
votes
0answers
24 views

Properly Setup Linksys E4200 with Static IP to accept public requests [closed]

My goal is to set up my network that I can host some simple web sites on my home computer so ppl from the outside can hit it, and so it's secure enough. Here is my problem: I just got Static IP from ...
-1
votes
0answers
28 views

How to make Static hostname in Mac [closed]

I am using my mac in bunch of windows system but problem is that Daily my mac changes the hostname .hostname is not static and IT get conflict with the other system as it is changes its hostname and ...
0
votes
0answers
92 views

Configuring Modem and SQL Server 2008 with static IP [closed]

What is done: I've setup a named Instance (DBSERVER) of SQL Server on one of my machines named (SERVER-PC) running windows 7.. This server is connected to a multiport DSL Modem provided by ISP, along ...
1
vote
0answers
76 views

Setting up static DNS and Alternate DNS server programmatically?

I found this code as i search on google. I just want to change my DNS server to static. I just dont know where to put my static DNS and Alternate Dns Servers here. Please help me. Thanks :) Public ...
0
votes
1answer
85 views

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 ...
0
votes
1answer
420 views

Set IP Address for Android Emulator

I have a scenario where I need to start Android Emulator with a specific IP Address? Can I start the emulator like that? I do not want to do IP forwarding or other stuff, because there is an Android ...
0
votes
1answer
84 views

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 ...
0
votes
0answers
50 views

Android dev - To check if my connected ethernet or wifi is takign static Ip address or not

I have configured my network to static Ip address but I want programtically to check if the ip address I get is static or not. Is there a way to find out that? Please share info if you know about it ...
9
votes
1answer
1k views

Does Windows Azure offer static IP for VMs? [closed]

I have been trialling the Bizspark / Azure offer for my company. When we accidentally exceeded our free usage limit by 1c, Microsoft deleted our VMs and handed our IP addresses to other customers. ...
1
vote
2answers
2k views

Windows Phone 8 emulator doesn't show the actual state of its OS

Problem: When I start Windows Phone 8 emulator it launches a virtual machine in Hyper-V. After a few minutes Windows Phone OS gets loaded (I can connect to it through Hyper-V manager (it's ...
4
votes
3answers
2k views

AWS Load Balancer with a static IP address

I have a set-up running on Amazon cloud with a couple of EC2 Instances running through a load balancer. It is important that the site has a unique(static) IP or set of IPs as I'm plugging in 3rd ...
0
votes
0answers
46 views

retrieving location information and storing it in server using static IP

I wrote an android program to retrieve user location using static IP. To make my system act as server using static IP i did the following steps 1.added the following lines in /etc/network/interfaces ...
-1
votes
1answer
159 views

How to connect the SQL server through internet? [closed]

How to connect remote SQL server through internet if i have static IP with my local Management studio ?
1
vote
1answer
126 views

How to know if static IP is assigned to a company or isp

is there a way to know if a static IP is assigned to a ISP? I'm using the phpwhois class to find the IP owner, but I can't find if it is a company or a ISP. Is it possible?
0
votes
0answers
118 views

Accessing JBoss6 over static/public IP

I have a server which has EJB services deployed and a client accessing those services. The client can successfully access the service when accessed using a local IP. However,the server requires to ...
0
votes
1answer
787 views

How to assign static ip to ethernet interfact Android

I found the following post which describes how to assign a static ip to a wifi interface. I am currently developing for a Nexus 7 (4.1.2) and have an OTG cable along with a Linksys 300M ...
-2
votes
1answer
402 views

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 ...
1
vote
0answers
97 views

Remote Debugging live server with asp.net Visual Studtio 2008

I am remote debugging asp.net application with visual studio 2008 the server i m debugging is a dedicated server with some static ip like 123.456.7.8 with iis 6.0 i have a user account to remote ...
0
votes
1answer
184 views

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 ...
1
vote
5answers
416 views

Uniquely identifying mobile devices over a network for webforms

I'm designing a system for mobile devices that can be assigned only to one job at a time. So I need to be able to know which mobile device is being used by accessing it's own unique static IP address ...
0
votes
1answer
70 views

Different pages related to website ip address

My website is assigned a particular ip address. Now, is there any way to configure web server like apache so that when I enter the website url in a browser, it shows a different page than when I enter ...
3
votes
1answer
1k views

How can I deploy a application that requires static IP to Heroku?

I have a rails application hosted on Heroku that I need to integrate with 3rd party payments provider. The payment provider requires that my application will have a static IP for incoming and outgoing ...
0
votes
1answer
199 views

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 ...
0
votes
1answer
2k views

Win32_NetworkAdapterConfiguration .NET 4 - Setting Static IP works on XP but not on Windows 7

I have some code which I'm currently using to change the static-IP of a network adaptor. When run on a Windows XP 32-bit machine (both phsyical and VM) there is a slight pause (~1 second) when setting ...
0
votes
0answers
198 views

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 ...
1
vote
0answers
277 views

Configuration of Static IP Address on Windows Server 2008 for ASP.NET application

I have a system with Windows server 2008 installed on it. I have deployed a ASP.NET web application on this system after configuration of IIS. This application is running fine and users are able to ...
0
votes
4answers
251 views

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 ...
0
votes
1answer
187 views

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 ...
1
vote
0answers
167 views

Is there a service for HTTP redirection with static IP?

I have a requirement in which I need to access a particular server from an already defined static IP address in order to be able to access the provided content. That means, any IP address -> URL ...
2
votes
3answers
3k views

Using static IP address with Amazon EC2

I want to use the Amazon Web Service free micro-instance for my different projects for testing and personal purpose. But I required some static-public IP on which I can run my server. Is that ...
1
vote
0answers
198 views

why OS in VirtualBox could not set static ip [closed]

i tried a lot,but seems could not archive this,anyone could give some explain?
0
votes
2answers
460 views

Android checkign network connection while using static IP

I have little issue with detecting internet connection while using static IP on device. While I'm connecting without setting any static ip my function for detecting available connection is working ...
0
votes
1answer
136 views

How safe is it to give away my static IP? [closed]

If someone asks me for my static IP for giving me access to their ftp, cms, etc, how safe is it give away my static IP to them?
1
vote
2answers
3k views

Send/Receive Bytes using TCP Sockets over internet (possibly using static IP)

I got success in sending/receiving data using TCP Sockets over LAN but I want to accomplish the same over the internet. I asked some of my friends and got the idea of using static IP. I was wondering ...
0
votes
2answers
440 views

Can two Android devices, running different applications, use the same SQLite Database?

I read this question and wondered if the same would apply to my situation. I want to write accelerometer values (x, y and z) from an Android phone to a database and retrieve it with another app on a ...
0
votes
2answers
2k views

How to retrieve my public IP Address using C#.Net? [duplicate]

Possible Duplicates: How to get my own IP address in C#? How to Get IP Address? I want to store the IP Address to the DataBase table through C#.Net coding. How to get the static IP ...
5
votes
2answers
2k views

Static IP address for Role in Windows Azure?

Does anyone knows if obtaining a static IP address for a Web or Worker Role on Windows Azure is possible (possibly only in private beta)?
0
votes
0answers
754 views

Need a dedicated proxy w/ static IP [closed]

Does anyone know of services that I can purchase that will offer a dedicated proxy and static ip? Additionally I would like to be able to determine the proxy's users with username, password, and ip. ...
1
vote
3answers
404 views

static or dynamic ips

I run this site and I approve access for a section of the site for people. I only want to approve static ips. If i have a bunch of IPs how do I find out if they are static or not? I can do the ...
0
votes
1answer
110 views

Makeing my site available through static IP

So I just finished development of a prototype of my MVC site. It uses a local instance of a full SQL Server 2008 install, and I'm developing just with the development serves that come with Visual ...
2
votes
3answers
1k views

Availability of IP Address - Python

How to check the availability of an IP address in python? For example, I wan't to change my system's IP address to 192.168.112.226 statically overriding the dhcp provided address. The default gateway ...
1
vote
2answers
2k views

Pointing DNS name to IP address on local machine

This might be a stupid question but i would really appreciate any compact answer. I have uploaded a Joomla site on my local machine using a static IP address (213.221.211.111 for example). I have ...
3
votes
1answer
629 views

discover if ip address is DHCP or static

im trying to get in c programing (LINUX) what kind of ip I have DHCP or static. Does someone know how do that?? I extract my ip using struct ifaddrs; it will be nice to find out if that stucture can ...
4
votes
1answer
4k views

Remote debugging ASP.NET applications on a server with static IP address

All of examples on web assume the remote server which we are going to debug remotely is on the same network. I have only a static IP address and using RDP I connect to server. I've installed Remote ...
1
vote
1answer
802 views

Ubuntu 10.04 Server switching to static IP

I am running an Ubuntu 10.04 server installation and I recently had to switch it from DHCP to static ip. I edited /etc/network/interfaces file and switched "iface eth0 inet dhcp" to "iface eth0 inet ...
0
votes
2answers
166 views

Staging area ptotection based on ip…what if my client has a dynamic IP?

I'm trying to put online a staging area for an upcoming website... I'd usually rather use an htaccess rule to enable only me and my client to see the website...i think is safer and you dont need to ...
4
votes
3answers
707 views

Using Amazon EC2 as a webserver with a specific IP address

I'm trying to create a personal/professional website within a college-domain. From the university I've requested a static-IP address which is directed to a website-name ...
0
votes
1answer
310 views

Public Apache2 Server

I wonder how to make my apache2 server public? I mean, I have a static ip and someone who knew that ip can access my website from out-world. I already install apache2. I test it from http://localhost, ...

1 2