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

Multiple outgoing ip amazon

We've recently been trying to migrate our "Proxy service" to Amazon Web Service for more flexibility / maybe better pricing than what we're using at the moment (multiple servers) but I'm still not sure on how to proceed. We need to get multiple…
Bodeo
  • 13
  • 4
1
vote
2 answers

Release old IP and redirect user to new IP

I have a device that can be accessed over a local network in order to configure the device. One of the settings is to change the IP address of the local interface. The problem is that when I change the static IP I can no longer redirect the user to…
User
  • 13
  • 2
1
vote
2 answers

Access internal ip (home server) through double NAT (router + ISP)

I have home server (debian-like machine) inside my wifi-network. I wan't to access it over http (for transmission-daemon web interface) and over ssh (to administrate it). The issue is that there are two nats in the network: my router's and my ISP's.…
Bruno Gelb
  • 113
  • 1
  • 6
1
vote
2 answers

First and last IP address of the network 192.168.176.0/23 (subnet 23)

Let's have the following address of the network: 192.168.176.0/23. What are the first and last IP addresses of this network? Following this answer https://serverfault.com/a/327782/288201 I assume that: /23 means 23 bits for the subnet. At 8 bits…
zus
  • 23
  • 1
  • 1
  • 8
1
vote
1 answer

Website unavailable outsideLAN and randomly times out inside

Just as the title states. The website is not reachable from outside our network, and random computers inside the building timeout for a couple minutes and then are back up. For the computers inside here, using the IP address gets them access to the…
sudo
  • 21
  • 2
1
vote
0 answers

IP-rules don't seem to be working on CentOS-6.6

I faced a bit odd difficulty with policy-based routing on CentOS-6.6 server. I have a setup where I need to enroute all packets originated from 172.25.0.0/16 destinated to 172.24.0.0/16 and some XXX.155.106.50 via certain gateway (10.4.20.5) behind…
Volodymyr Melnyk
  • 577
  • 1
  • 5
  • 19
1
vote
2 answers

Utilizing A Secondary IP On A NIC In A Windows Cluster

RELEVANT INFORMATION I have a windows cluster with 3 nodes in it... Node1 Node2 Node3 I have 4 NICs on each node... NIC1_Host NIC2_Virtuals NIC3_Cluster_HB NIC4_Live_Migration This is the config for Node2's NICs... NIC1_Host IP: 10.71.1.21 -…
Arvo Bowen
  • 805
  • 5
  • 17
  • 35
1
vote
0 answers

A local IP address (RFC 1918) on my network that is not ... local ..

I've noticed an IP address today on my network (192.168.15.1) which when visited actually goes to a page that has a router webconfig page (Not my router) The puzzling thing is that i tried traceroute 192.168.15.1 which said that the distance between…
Amirius
  • 31
  • 2
1
vote
1 answer

iptables forward ip to another ip

I've configured multiple IP Addresses on my Ubuntu ssh server. Now the server can be accessed by using any IP Address, from 192.168.0.51 to 192.168.0.99. Depending on which IP Address someone uses to access this server, I want the request to be…
aristosv
  • 147
  • 4
  • 14
1
vote
2 answers

How can I assign an IP by UID in DHCPd

Here was answered how to assign an IP by MAC address. I want DHCPd server to assign IP by UID. Can i just add record to dhcpd.conf in the same manner? For example: host example { uid 00:70:ff:13:2f:34:30; fixed-address…
Vololodymyr
  • 113
  • 1
  • 5
1
vote
1 answer

Setup public IP address on LXC container

Can anyone tell me how to setup a network interface for each LXC container so that each container can have its own dedicated IP address? Here's what the /etc/network/interfaces file on my host node looks like: # Generated by SolusVM auto lo …
Francis
  • 131
  • 3
1
vote
1 answer

verisign error -> Query to DNSKEY timed out or failed

I am trying to find the origin of an error I cannot get rid of on the verisign dnssec debugger Verisign debugger Dig queries the server just fine dig ex-mailer.com ANY @108.61.190.64 All of my logs are clean and error free in debugger mode Log…
mine
  • 197
  • 1
  • 4
  • 14
1
vote
2 answers

SNI for multi tenant load balancing in 2015

We're a multi-tenant service and terminate our SSL at our load balancers (HAProxy + Apache for SSL termination), this has caused growing pains due to dedicated IP requirements. But times have changed and we're considering moving to SNI so I was…
oucil
  • 557
  • 6
  • 21
1
vote
1 answer

Linux - show dropped packets form firewall

I am trying to set up a sip trunk and so far everything has gone well. The only issue I face is that the call does is not received when the iptables service is running. By stopping the service everything works as expected. What I need is to ideally…
The Humble Rat
  • 233
  • 1
  • 5
  • 20
1
vote
2 answers

How can I do a "Coming Soon" redirect on IIS6 for everyone except a couple specific IPs?

We're about to do some major maintanence on an IIS 6 / ASP (Classic) website. We want all visitors to be redirected to a "Coming Soon" page (or something similar). This should NOT apply to our dev team (operating remotely), so we'd want to specify…
Colin O'Dell
  • 135
  • 1
  • 7