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

In Linux, how do I send packets of a certain size to an IP?

What commands can you run? (must be via the terminal)
Alex
  • 8,471
  • 26
  • 75
  • 99
1
vote
3 answers

Setting up IP addresses in Linux networking

I am running Ubuntu Desktop and Ubuntu Server editions on two separate VMs. For the desktop I have set network adapters: Adapter 1: internal network called intnet Adapter 2: NAT Server adapters: Adapter 1: internal network called intnet Now I'm…
Dan
  • 31
  • 2
1
vote
1 answer

Setting IPv4 address and domaine restrictions in IIS7

I have a couple of sites that I want to only allow access to specific IPs. I have added these IP addresses to IIS7 via the IPv4 Address and Domain Restrictions functionality, as per the link…
user62975
1
vote
1 answer

using VPS to access internet from china

I'll be moving to mainland China soon. I have a vps with a 1gbit connection in Amsterdam that is running CentOS. I'm not an expert on servers but would it be possible to connect to my vps from China and use the VPS's ip to visit websites? I.e turn…
hakeee
  • 11
  • 2
1
vote
1 answer

domain name mapping to IP behind a router

i have a linux box that has 2 NICs, it serves as a firewall/router with red NIC connected to public static IP and green NIC to a switch, and then i have 3 servers connected to the switch that run multiple VMs with Bridged networking, so they have IP…
mayotic
  • 197
  • 1
  • 1
  • 6
1
vote
2 answers

SBS 2008 DNS issues in BPA

I'm gettng constant Critical Issue events in the Small Business Server Best Practices Analyser & resulting SBS Console reports that begin "The DNS client is not configured to point only to the internal IP address of the server.". When I check the…
1
vote
2 answers

Catalyst 3750 Series Port Usage

I am looking for an easier way to determine what server is using what Port on our Cisco 3750 Core Switch. I can trace the Cat5 but was hoping that the switch could tell me what IP was in usage.
Gene
  • 25
  • 3
1
vote
1 answer

Cisco Router/Firewall Port Forwarding

We have 8x IP CCTV Cameras and 1x NAS for recording on a LAN (with an internal address range) and port forwarding from a single WAN address to connect to each. For instance, by connecting to port 8009 on the WAN IP we can access the NAS, connecting…
1
vote
1 answer

Windows IP Configuration = How to specify Pointopoint

where is the equivalent to the linux pointopoint command in Windows? auto eth0 iface eth0 inet static address gateway netmask 255.255.255.255 …
jens
  • 1,001
  • 1
  • 10
  • 10
1
vote
6 answers

Simulate browsing from different country / region

I wonder if I can browse a site pretending to be in a different place of the world. I need to troubleshoot a problem on a site that present specific content for different regions on USA, there are some layout issues for one region that I can't…
StackOverflower
  • 257
  • 2
  • 6
  • 12
1
vote
4 answers

Multiple default gateways on the same interface

Is it valid to have multiple default gateways associated with the same interface. I thought that didn't make sense, but I'm seeing this on my laptop $ route Kernel IP routing table …
Falmarri
  • 111
  • 1
  • 1
  • 2
1
vote
2 answers

Best way to get thousands of IPs bound to a NIC in Windows 2008 and 2003?

I had setup a small application that uses WMI to setup a nic with multiple IPs. Does someone know of a better way of doing this once we start unsing thousands of IPs on a single nic? I amnot much of a network engineer or DNS guy. I want to mkae it…
DDiVita
  • 177
  • 3
  • 13
1
vote
2 answers

How to get an A entry to map ports?

Possible Duplicate: How to use DNS to redirect domain to specific port on my server So here's the deal: I have a domain (say, mydomain.net) that I want to create subdomains for. Specifically, I want, say, crm.mydomain.net to map to…
1
vote
2 answers

Get domain user's IP addresses out of Active Directory

I was wondering if it was possible to see a particular logged-in domain user's IP address(es). I've done it in eDirectory, and I'm fairly sure you can't do it in early versions of Windows Server, but I heard it was possible in Server 2008. Ideally…
Harley
  • 2,187
  • 6
  • 25
  • 29
1
vote
1 answer

IP Addresses, Ranges or Blocks?

So there are A,B,C,D,E ranges like 1-126, etc... but in an IP address, what means 192 out of 192.168.12.4? Is it a class A block or what? I have trouble understanding. Thanks.
curiousbill