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

netstat outputs same local adress for 2 different connections

Trying to understand how to read netstat output. In my browser I opened site1.com On my server netstat -A inet -p -e outputs the following: tcp 0 0 site1.com:www foreign-adress:37991 ESTABLISHED www-data 94215 …
Under435
  • 13
  • 3
1
vote
1 answer

Does IOS 12.4 Basic have the “ip nat pool …” available

Could someone with Cisco IOS 12.4 Basic check to see if the command "ip nat pool" is available? We have 12.2 basic and I know it is in the 12.4 advanced version but our budget is very limited so I am hoping that 12.4 basic has this command. Many…
Ian
  • 111
  • 2
1
vote
3 answers

two servers one IP

I have two servers on my network both are running Windows server 2008 r2 and both are using IIS 7. I currently have the subdomain mail.example.com pointing to our external IP (170.1.1.1) and then ports 80 and 443 forwarded to the exchange mail…
Drew
  • 11
  • 1
1
vote
1 answer

Mac Server bizzare routing table

My mac routing table usually is very simple. I know it's based on bsd , but what's it doing or trying to do. My routing table is usually very simple however, the second one, default was point to link5 ? Is this normal, or is this IPV6 craziness at…
The Unix Janitor
  • 2,458
  • 15
  • 13
1
vote
1 answer

pfSense routing between two routers with shared network

I have a network set-up using two pfSense routers arranged like this:- DMZ1 WAN1 WAN2 DMZ2 | | | | | | | | \___ PF1 PF2___/ | | | | …
JohnCC
  • 292
  • 1
  • 6
  • 14
1
vote
2 answers

Static Routes and the Routing Table

This is very much a learning question if someone would be happy to explain a couple of concepts. My question is - the default routing table that exists in, in my case, a default Windows 7 install, what do each of the routes in the table do? Here is…
PnP
  • 1,684
  • 8
  • 39
  • 65
1
vote
1 answer

Setting the IP address that the SMTP service uses in Windows Server 2008

My ASP.NET application running in IIS7 on Windows Server 2008 needs to send email. I added the SMTP feature to Windows Server 2008. The problem is that my server has multiple IP addresses and I don't seem to have any control over what IP is used…
Ben Mills
  • 1,163
  • 2
  • 8
  • 9
1
vote
1 answer

Setup two NICs, one public and one private

I have two servers in a datacenter, both running Windows Server 2008 R2. Both of these servers have 2 NICs. I am trying to setup one NIC to be used for public access and the other for a private network between the two servers (I have been assigned 2…
John Wheal
  • 456
  • 5
  • 17
1
vote
0 answers

What could cause a group of machines to fail loading secure web pages only when assigned certain IP addresses?

I have about 20 cloned machines running Windows XP Pro SP3. Three of the computers are experiencing an issue where clicking the 'Proceed to checkout' button from the amazon.com shopping cart causes the browser to time out while trying to load the…
Kalamane
  • 281
  • 1
  • 4
  • 14
1
vote
2 answers

Change IP of AD server to new subnet - keep clients IP

Some background: We are about to move a customer's server to our facilities, but as that server is a DC, I see some issues with that. The two sites will be connected with a VPN tunnel. The server will get an IP in the 10.0.0.0/30 (or something…
Frederik
  • 3,359
  • 3
  • 32
  • 46
1
vote
1 answer

Rebooting a guest causes IP address conflict

We've been having issues while setting up a vSphere cluster, using 7 ESXi hosts, and running about 74 guests that are amongst the mess. Our issue is that when we reboot a guest, Windows or Linux, they come back and report an IP Address conflict. We…
1
vote
1 answer

Server unreachable, best way to find out the cause?

I'm running debian squeeze on a rented dedicated server and in the recent time the server gets more often unreachable from one moment to the other with any external service. During this downtime, the crontabs etc. are running normally and I couldn't…
heuri
  • 81
  • 2
  • 8
1
vote
1 answer

Linux (Ubuntu): Setting hostname on internal network

I've got an Ubuntu Linux server with a WiFi card. When I boot my computer apache web server starts and the /etc/hosts file lists which lists the following: $ cat /etc/hosts 127.0.0.1 localhost 127.0.1.1 avalanche allows my server to be accessed…
user1527429
  • 111
  • 5
1
vote
3 answers

IP of shared server

HI , How can I find the server IP which my shared hosting solution is on ?
1
vote
2 answers

Ubuntu server acting as a two interface router

I'm trying to set up a squid proxy server using Ubuntu server 12.04 I'm very new to Ubuntu but I have managed to get some simple things done. I bought a second PCI interface and have managed to install it on the server. My goal is to forward all…
GMX750
  • 13
  • 4