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

IP Address Alias

I have a computer behind router with IP 192.168.0.166. I would like to know if it possible to mask real WAN IP to it. So in the end it would be visible as WAN IP but actually not.
DanSpd
1
vote
1 answer

IP Cameras consume much CPU - is there any GPU to help?

We have several IP cameras and more to be added. The problem is they consume pretty much CPU power and we are thinking of buying newer hardware for that. The camera provides MPEG4 video on the fly and i wonder if there are GPUs that will help…
Janis Veinbergs
  • 1,585
  • 4
  • 23
  • 34
1
vote
2 answers

Nameservers: Can I setup 5 ips to 1 server and have only 2 nameservers?

So I have 1 computer with 5 IP's and around 15 sites being hosted. I have 4 of the ips setup to be dedicated for 4 sites and the rest share the 5th ip. When I'm setting up my name server, do I set it up at Godaddy my Registar or on my server's dns…
Tyler
  • 249
  • 1
  • 6
  • 12
1
vote
4 answers

Best way to script checking whether a machine is on the corporate network

I am writing a Powershell script to determine if a machine is on the corporate network. The machine may or may not be on the domain, so I want to check at "IP" level. Have written something to check by pinging a couple of servers on a couple of…
Ben
  • 1,137
  • 9
  • 26
  • 44
1
vote
1 answer

acessing a subnetwork from within a vm

I have a pc running windows 7. I have vmwareplayer running RHEL5 I have 1 physical ethernet connection. this ethernet connection is wired to a hub. there is another device on that hub that needs to be in a certain subnetwork (192.168.0.xxx)(lets…
yan bellavance
  • 243
  • 1
  • 4
  • 12
1
vote
2 answers

Allowing multiple IP ranges access to a virtual host in lighttpd with remoteip

Say I'd like to restrict access to a virtual host to multiple IP ranges. How to do that? The Perl regex syntax style doesn't work, and i don't want loose restrictions like *10.** The code below works for a single range: $HTTP["host"] ==…
weeheavy
  • 4,089
  • 1
  • 28
  • 41
1
vote
3 answers

Is this a solution for having multiple SSL certificates on the same IP

I am running CentOS running on a VPS. I read some guides on having multiple SSL certificates on the same system, but I can not get the basics to work. The guide I got that makes the most sense to me is the doing the following. In CentOS I can make…
Saif Bechan
  • 10,960
  • 10
  • 42
  • 63
1
vote
3 answers

DNS and IPs - Does DNS send the IP back to the client?

I ran across a site that talked about routing all cients requesting by IP to a "dead end." The clients accessing the site via ip it claimed were typically automated exploit tools and bots. Legitimate users type in the web address by it's domain…
Joshua Enfield
  • 3,454
  • 8
  • 42
  • 59
1
vote
1 answer

ISA Server Route Add Question

I have a situation where I have and ISA 2006 server (on Win2k3) that has an internal and an externaly facing NIC's. All works fine but I need to add a couple of routes for the following reason: Our monitoring software is on a different network. Our…
Kip
  • 897
  • 1
  • 12
  • 22
1
vote
2 answers

Server with multiple IP addresses?

just wondering how it is actually possible to have a server with multiple IPs I have a python script, and would like to be able to use different IP addresses for different requests. Is this actually possible? EDIT: I'm running CentOS 5 and have 3…
RadiantHex
  • 547
  • 2
  • 9
  • 18
1
vote
3 answers

Centos: multiple IP addresses

I just bought 10 extra IPs from my host. How do I point these at my CentOS 5 server?
ace
1
vote
3 answers

OpenVPN: Route all traffic through server from client config

Is it possible to somehow force all IP traffic through our corporate OpenVPN server by just changing the client config?
Marc
  • 405
  • 2
  • 6
  • 12
1
vote
1 answer

Mass Remove IP Subnet?

How do I mass delete IPs I no longer use on the server (secondary assignment, not prime subnet) For example I have a specific /27 I want to remove in one shot, instead of one IP at a time via whm delete IPs function I'm using Cpanel/WHM with Centos…
Clear.Cache
  • 89
  • 1
  • 1
  • 11
1
vote
2 answers

Using IP Tables to deny packet patterns?

I'm not experienced with IP tables but it's something I'll be looking into if this is plausible. I'm looking to set up a system to inspect packets and look for a pattern similar to korek's chop chop attack. Is there a way to set up the IP tables…
Chris
  • 109
  • 5
1
vote
3 answers

ip addresses/domain names are geographical bound?

i wonder if ips are bound to specific geolocations? lets say that i've got this ip 111.111.111.111 from my ISP to my home computer in France. is it possible for me to use this ip in Norway? and the same goes with domain names. if iv'e got a domain…
ajsie
  • 1,215
  • 4
  • 20
  • 28