static-ip-address

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 new software project that I'm on...knowing the answer to this question could help out a l...

Access XAMPP Localhost from Internet

Hi, I have XAMPP installed in local laptop. And I have a almost static ip. I would like to give the ip to other to run it from thier browser. I configured apache httpd-vhosts.conf to listen my ip address:80 and added the virtual server with the ip address and domain root to local httdocs directory and the servername as localhost. Apache ...

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 devices that need static IP I assigned the static IPs 192.168.1.64, 192.168.1.65 and 192.168.1....

Amazon Elastic Cloud Computing (EC2) service / Static IP permitted?

Hi, We are planning to have an application run on Amazon's cloud which requires a static IP for it to work. However it appears from Amazon's documentation that static IPs are NOT allowed... http://aws.amazon.com/ec2/#features --> Elastic IP Addresses http://developer.amazonwebservices.com/connect/message.jspa?messageID=65389 ...

Public Apache2 Server

Hi, 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, I mean its working. My OS is ubuntu by the way. Thanks ...

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 "http://lastname.someuniversity.edu". I would like to setup an Amazon EC2 instance to host a website. I know how to create/administer the website on the EC2 instance I j...

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 rememebr passwords and so... but my client this time has an internet provider who doesnt give him a static ip, aparently everyday or so, his...

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 static address 192.168.1.167 netmask 255.255.255.240 network 192.168.1.160 broadcast 192.168.1.175 ...