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

wondering any rule to specify private ips?

Is there any rules to specify private ip address I guess 192.168., 169, 10* are all private ips, but I am not sure. Anyone can point out?
user705414
1
vote
1 answer

how to detect/Block duplicate/Static IP address on network

i have setup my network using pfsense, having 8 subnets, each one having their own DHCP server range. i have enabled STATIC ARP on the server and static MAC entries, so that no un-known machine can access the network at all. the problem is that, is…
Farhan
  • 4,269
  • 11
  • 49
  • 80
1
vote
3 answers

What is the Range of IP-Adresses (IP4) my Website Visitors will never have?

when we read the ip address of the user using our website, which addresses will absolutely not turn up? From this page: http://www.computerhope.com/jargon/i/ip.htm class E ip addresses are Reserved for future use, or Research and Development…
KJelly
1
vote
2 answers

Generic term for an IP host or network address with prefix

I'm writing a Ruby support library for IP network management, and I'm having trouble coming up with a commonly used construct, namely an IP address with prefix, where the distinction between host and network is implicit: if the prefix only masks…
sheldonh
  • 113
  • 4
1
vote
2 answers

How is a User Agent passed along from a load balancer?

I have an application that sits behind an F5 load balancer. The application needs to be aware of the User Agent and IP address of the inital request. For example: User Agent: Mozilla/5.0 (compatible; Googlebot/2.1;…
Derek Hunziker
  • 197
  • 1
  • 2
  • 8
1
vote
3 answers

How to access internal server using public ip supplied by isp?

i am really new to network as i dont major in it. but i have been assigned this task and i cant get much of a reference form my colleagues as they also didnt handle this previously. let me describe my situation, i have a server which i have set a…
Psychocryo
  • 149
  • 1
  • 1
  • 3
1
vote
2 answers

Windows Server/Hyper-V: Route all traffic to a specific public IP to a certain VM

I am running Hyper-V on a server with one physical NIC which has multiple public IP adresses assigned (a whole subnet). Is there a way to tell Windows Server 2008, Hyper-V or "Routing and Remote Access" that I want to route ALL traffic to a certain…
Heinrich
  • 900
  • 5
  • 21
  • 35
1
vote
1 answer

Unable to ping Cisco 3750 Switch from non-directly connected device

I have a Cisco 3750 configured baiscally as a hub. All ports are configured as access ports on the same vlan 10. VLAN interface 10 was given an IP Address of 10.10.10.1, in order to connect to the switch. I can ping the device from a directly…
n0sw1tchp0rt
  • 97
  • 3
  • 8
1
vote
2 answers

default gateway the same as my domain cotrollers ip?

What should I make my default gateway for my Domain Controller? Should it be the same as its IP address or something else?
MDL
  • 11
  • 1
  • 1
  • 2
1
vote
1 answer

How to block out an IP if there are too many incorrect passwords attempted via RDP?

Possible Duplicate: Ban, slowdown or stop massive login attempts to RDP There was an interesting thread about brute-force RDP attacks and one suggested solution that I liked was "set up so 150 incorrect passwords from any given IP within 24 hours…
1
vote
3 answers

A Way To Determine IP Range From CIDR?

Possible Duplicate: How does Subnetting Work? Is there a formula or a calculator for determining an IP address from CIDR that I was given: 38.103.17.160/27? I would like to know the entire range of IP addresses from what I was given, but I have…
ONDEV
  • 113
  • 1
  • 3
1
vote
1 answer

iptables: redirect port to server that's bound to a specific IP

On a Linux box with multiple IPs, I'm having a problem redirecting a privileged port to an unprivileged port on which a server is listening that's bound to a specific IP. Add this rule to iptables to redirect incoming traffic from port 80 to…
j0057
  • 113
  • 6
1
vote
3 answers

swapping IP addresses with another server in Linux quickly

I have a way of doing this, but not sure if its the best. I have two servers, we'll call Server-old, and Server-new. both are running different versions of CentOS. (5.0, and 5.7) Both are also on different IP's in the same subnet, but other wise…
Brian
  • 1,233
  • 2
  • 14
  • 25
1
vote
2 answers

Make external domain point to subdomain on a possible virtual host - GoDaddy

I do not know anything about this DNS stuff. I don't even know if this should be on stackoverflow or serverfault but anyways... I have a site at example.com whose IP is 1.2.3.4, I have subdomain at sub.example.com whose IP address is also 1.2.3.4.…
Rolando Cruz
  • 203
  • 2
  • 8
1
vote
2 answers

How do I find out what my ip address was yesterday (or some day in the past)?

I have the strange need to know what my public ip address was from yesterday. Is there a tool to do that?
Byron Sommardahl
  • 225
  • 2
  • 5
  • 11