Questions tagged [ip]

IP - Internet Protocol, the most commonly-used set of rules for dispatching data across a large computer network.

IP (Internet Protocol) is a protocol which encapsulates data for transit across the Internet and encodes its source and destination addresses, among other parameters. It implements the network layer (layer 3) of the OSI model.

Questions related to IP (addressing, routing, and protocol issues) fall under this tag; questions merely containing an IP address do not.

2827 questions
1
vote
3 answers

How can I understand if an IP address is dynamic or static?

I have an IP list and I have to seperate them as static ones and dynamic ones. Is there any tool or way to do that? Thank for any advice...
ibrahim
  • 431
  • 1
  • 7
  • 20
1
vote
3 answers

User-based HTTP Host to IP redirection on a Windows Terminal Server

I've just setup a Windows 2008 R2 Terminal Server with IE9, it's intended to be used for testing. Unfortunately the web-bods tell me they ALL have a local apache on their machines and they've all edited their hosts file with lots of entries pointing…
1
vote
1 answer

Windows Server 2008 is blocking IP of some clients

I'm having a very weird situation on my Window Server 2008 R2 hosts. In these hosts, we have an ASP.NET Application hosted with IIS 7.0. The problem is that, eventualy, one of the clients' IP is blocked by the server. In other cases, our own IP is…
1
vote
1 answer

Easy way to shorten up bind9 zone config?

Is there an easy way to put some kind of variables into bind9 zone files? Lets say i have a bunch of different zone-files, and i would like to define my ip's in one config file. So that i can make something like www A $mywebserverip I'm…
Jeff
  • 423
  • 1
  • 5
  • 10
1
vote
4 answers

IP addresses not listed for IIS website bindings

Recently purchased a windows cloud server godaddy. Now i installed iis7 and all other required software. And i have 50.62.1.89 and 2 more public ips. Also i have a private ip 10.1.0.2. Now the problem is am unable to access any website through any…
Vinoth Kannan
  • 47
  • 1
  • 2
  • 9
1
vote
2 answers

How can I separate a VMWare Server from the host's MAC Address on my router?

I'm running a Debian LAMP Server in VMWare Player, using a bridged connection. However, on my router the VM is showing up with the same MAC Address... therefore I can't set the VM to a static address. I've tried changing the MAC in the .vmx, but to…
mawburn
  • 187
  • 1
  • 12
1
vote
1 answer

Strange behaviour in browser when accessing IIS sites on intranet

Developer confused by intranets =P So I've got a dev IIS server running on the local network with a fixed IP. I've got a few applications setup in IIS bound to different ports. I get the strangest behavior: If I load a page via IP address & port, it…
FlavorScape
  • 791
  • 4
  • 10
  • 20
1
vote
3 answers

Accessing LAN IP address from outside

I have an SCM server connected to my office LAN which runs the SCM tools like git, svn, etc. The office router has been configured with 'Port Forwarding' so that the SCM server can be accessed through the public (outside) IP from home, outside, etc.…
1
vote
5 answers

Different Routes For The Same DNS

I don't know the right term for this concept. But basically, I just want to reroute internal traffic to go directly to a server within the network instead of going around the internet. The domain have to be the same. Example: - (for internal users)…
1
vote
2 answers

How to route/redirect my Internet traffic through another router/node on the net?

I am trying to access some content on the Internet which has some stupid geographic restrictions (access limited from a specific country. Most likely the restriction is IP based. I happen to have access to a local internet connection in the country…
Federico
  • 119
  • 1
  • 1
  • 4
1
vote
2 answers

Lots of requests for same URL at new IP address

Just got a new VPS with two IPs. I'm getting a tonne of requests from multiple different client IPs for a single path on one of the IPs, almost one per second. The path is "/lzb/gz.php". Any ideas what this is? And should I be concerned? Should…
user101570
  • 77
  • 8
1
vote
1 answer

Subdomains. How do you do development with subdomains?

I am currently building an web app which also utilizes websockets. (Rails for webserver and Nodejs for socket.io) I have structured my application to use subdomains to separate between connection to the Nodejs server and the Rails webserver. I have…
Sunny
  • 11
  • 1
1
vote
0 answers

added IP address to Win2k8r2, unable to use it in IIS

I've gotten another IP address from my host. I added it to the networking settings. I can now ping that new IP address. I've bound a site in IIS to that new IP address. But i can not connect to that IP on port 80. I've tried using netstat as well as…
merk
  • 214
  • 2
  • 9
1
vote
2 answers

I need to create a special rule on my firewall with all the IP addresses from Facebook (Akamai included).... where I can get those IPs?

Possible Duplicate: How to get all IP addresses of a domain? Need this data to create a special rule, and I need to know if they change frequently or not. Somebody told me that they have a dedicated IP range on Akamai. Thanks.
user116482
  • 21
  • 1
  • 2
1
vote
1 answer

How to clean up IP's and prevent "ghost hosts" from claiming their IP address?

Background We have about 500 public IP addresses and is about to run dry. Most of the hosts are configured to get the IP from DHCP. But there some that was configured with static IP. The problem Now I would like to free those IP addresses, where the…
Sandra
  • 10,303
  • 38
  • 112
  • 165