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

heartbeat doesn't work on virtual interface

I try to use vertual interface as broadcast for heartbeat(bcast in ha.cf). When I try it I see this message in syslog: May 23 12:17:26 Ubuntu2 heartbeat: [1107]: ERROR: glib: Error setting socket option SO_BINDTODEVICE: No such device May 23…
user275402
  • 43
  • 1
  • 1
  • 6
1
vote
3 answers

Block IPs in apache2

Ok another noob questions here. I have serveral IP's probing my server for phpmyadmin and other administrator stuff, looks like they're looking for something to hack, but honestly I don't care who they are, I just want to block them. How can i block…
alpha1
  • 61
  • 2
  • 8
1
vote
6 answers

How can I ssh to a firewalled server without a static IP?

I need to SSH into a client server that has an IP whitelist as part of access control. I don't have a static IP - sometimes I work from home, sometimes the library, sometimes a coffee shop, etc. How can I get a static IP? If I am on vacation, and…
1
vote
1 answer

Using DHCP, is it possible to obtain an IP address & MAC address for a cluster?

I know that DHCP assigns IP addresses, but does it also assign a MAC address? Is this a commonly used paradigm for cluster/cloud computing? Perhaps DHCP could be used to dynamically assign a new IP address and a new MAC address to every machine in a…
user218372
1
vote
1 answer

2 ips on 1 port vs 1 ip on 2 ports

Background I have a PHP-FPM sitting behind an Apache server. As I need to use two different configurations for PHP-FPM, I can configure it to be connected either on: 127.0.0.1:9000 and 127.0.0.2:9000, or; 127.0.0.1:9000 and…
Question Overflow
  • 2,103
  • 7
  • 30
  • 45
1
vote
2 answers

Hosting server IP address doesn't match A record but still resolves, website loads ok?

Pretty confused by this, I have a website which is on a Fasthosts shared hosting package, the server IP is 213.171.xxx.x However when you do a DNS lookup the A record is a completely different IP lets says 213.171.yyy.yyy I have edited the files on…
cosmicsafari
  • 199
  • 1
  • 12
1
vote
2 answers

How do I redirect to different backend server based on URL using Apache?

I'm a newbie to Apache, sorry if this is a documented solution somewhere. I have been scouring the web and can't seem to find this answer ... I would like to redirect traffic based on the URL coming into my Debian Wheezy web server running Apapche…
jimbei57
  • 11
  • 2
1
vote
2 answers

RDP to machine on network with different subnet

Our broadband router has just been changed and our network which was on 172.18.2.xxx is now 192.168.9.xxx. All is fine but I have one box which we used to RDP into and which has no screen mouse or kbd (because of the wiring in this room, it would be…
wingyip
  • 151
  • 1
  • 1
  • 7
1
vote
2 answers

Restrict access to service to WiFi users

I would like to restrict access to a cloud service based on the network where the requests are coming from. I have control over both the network, and the cloud service receiving requests from within the network. The network is behind a router, i.e.…
Carl
  • 13
  • 3
1
vote
1 answer

Bridging is breaking the server: KVM configuration

I'm pretty new to networking and just can't get my head around this. I'm trying to setup KVM-Qemu so I can run some virtual machines. The instructions I'm following are telling me to use eth0 and eth1 as local and WAN connections. I only have eth0…
1
vote
3 answers

drop ips with iptables from awk result

I have a log file like this : Frq:15 IP:0.0.0.0 Date: 2014-03-21 12:19:31 AM Frq:9 IP:198.252.206.25 Date: 2014-03-21 12:19:31 AM Now i get column of ip addresses with awk : cat /tmp/test | awk '{print $2}'|awk '{gsub("IP:", "");print}' And the…
1
vote
2 answers

Configuring two IPs for one server?

I have a windows server that is running two ASP.NET websites. I would like to setup an HTTPS connection for each site. I had initially run into problems because I was trying to use a single IP address for the secure connection for both sites. To…
Abe Miessler
  • 925
  • 4
  • 11
  • 20
1
vote
2 answers

RTP Stream is Visible from Internal IP but not from Public IP

I'm trying to stream an RTP stream to a port on an external ip. When I attempt to load the stream using the internal ip on the pc itself, everything works. When instead I try to stream using the external ip (even though I'm streaming to it), I…
Andrew
  • 121
  • 4
1
vote
1 answer

How many IP addresses can I expect to block on a Cisco 5500-X Series firewall?

Considering a Cisco ASA (5500-X) firewall for our internet edge in front of our web cluster. At the moment, we use a Linux box with iptables. A log analysis system detects brute-force attacks on WordPress blogs, forum spam, hacking attempts, and…
sune
  • 51
  • 3
1
vote
1 answer

Shouldn't we exclude a static IP from the DHCP pool?

In my office, I have a printer with static IP 192.168.0.254/24. Normally, it should be excluded from the DHCP pool in the router. So I just set the DHCP pool to be in the range of 192.168.0.2/24 - 192.168.0.240/24, 192.168.0.241/24 -…
bobo
  • 599
  • 2
  • 8
  • 24