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
2 answers

Server access problem because of DNS

i have a web site and if i use these dns addres 195.175.39.40 and 195.175.39.39(they are default dns addresses in my country's isp), i can't reach my web sit but if i use opendns or googledns i can access to my web site(btgmaslak.com). What should i…
user39110
  • 173
  • 6
1
vote
4 answers

How do I get the IP address of a switch

I have a wireless AP+switch which I configured years ago, before moving, and haven't used for a while. Now I want to reconfigure it for my new network, but have no idea what I set as its IP address(It was probably something 192.168.xx.yy). What is…
Atilla Filiz
  • 235
  • 1
  • 4
  • 11
1
vote
3 answers

bad switchs duplicate my ip

I had a large area LAN. There were many switch and AP on it, then somehow I couldn't ping my servers, and it's said that the IP was duplicated. I use arpwatch and found out that one of the switch flip-flop-ing the IP. I isolated that troublesome…
Ta Coen
  • 240
  • 4
  • 15
1
vote
3 answers

Routing / binding 128 IPs to one server

I have a Ubuntu server with 128 ip's (static external ips 86.xx.xx.16), and I want to crawl pages thru different ip's. The gateway is xx.xxx.xxx.1, the main ip is xx.xxx.xxx.16, and the other 128 ip's are xx.xxx.xxx.129/255. I tried this…
Andrew
1
vote
3 answers

Blocking an IP range without using .htaccess

I have a WordPress blog that I am hosting using NearlyFreeSpeech.net. Recently, Russians found it and have been comment spamming me. I don't want to have to trash 30+ Cyrillic comments/day, and I don't want to pay for that bandwidth either. I did a…
Chris
  • 347
  • 3
  • 6
  • 13
1
vote
3 answers

Server can't set IP after power outage

The power went out all of a sudden and when we tried to restart everything when it came back on - our server can't be assigned an IP? We got an error stating that the IP for the server was already in use by another system. We then shut down all…
Ali
  • 279
  • 1
  • 3
  • 14
1
vote
3 answers

Make Apache to listen in multiple IPs

I'm in a big LAN, which is behind a proxy/firewall I'm working with an apache/php/mysql application, which is hosted in a small server besides my workstation. This server is connected to the LAN also and is behind the proxy: The server has a local…
Enrique Becerra
  • 145
  • 3
  • 8
1
vote
2 answers

How to find a server's IP address on DreamHost?

I have a main domain registered and hosted with Godaddy. Let's call it example.com I'd like to point the subdomain foo.example.com to a server I have with Dreamhost. It's in my understanding I have to set up an A Record to point to the IP address of…
yuval
  • 157
  • 1
  • 2
  • 5
1
vote
1 answer

On setting up Apache and IIS to share the same IP

There are two different web-apps running on two (physically) different servers on our network... one of IIS and another one on Apache - both on port 80 since two machines are accessible by different IPs on our internal network. Now I want to expose…
1
vote
3 answers

Port forwarding and machine access

I have an application running in local google app engine and I am trying to expose it over the internet for some testing. I have successfully set up port forwarding in my router. Used this tool (https://www.dyndns.com/support/tools/openport.html)…
abhirama
1
vote
0 answers

How can I see the IPs of the computers that queried my Azure OpenAI resource via the Azure OpenAI API?

I created several Azure OpenAI resources in my Azure account. I deployed GPT models in each of the Azure OpenAI resources. I access them via the Azure OpenAI API. How can I see the IPs of the computers that queried my Azure OpenAI resource via the…
Franck Dernoncourt
  • 1,022
  • 2
  • 14
  • 32
1
vote
1 answer

Allowing a route to/from network when there are multiple networks

I have tough one here but can't seem to figure out the right routing. I have a server (serverA) that is on two separate networks: 192.168.200.x/24 & 192.168.117.0/26. This server has a hostname (serverA.example.com) on 192.168.117.70 & a separate…
1
vote
1 answer

How do I block access to Whatsapp application on my XRAY server?

I'm trying to block my XRAY server clients from accessing Whatsapp mobile application . I blocked a list of domains…
lostsoul6
  • 21
  • 2
1
vote
2 answers

How do you get docker to work in amazon vpc? (ip assignment coordination)

Is there a way to block out a range of ips in the VPC? Alternatively is there a way to get docker (docker compose) to use dhcp to get ip addresses? If it does so will they be blocked from being assigned to future vms you spin up in the vpc?
1
vote
0 answers

How to allow squid user to use only certain ports that are bound to ip

In my squid configuration, I map each ip to a specific port. acl port_3000_acl myport 3000 acl port_3001_acl myport 3001 http_port 3000 http_port 3001 tcp_outgoing_address 185.166.196.238 port_3000_acl tcp_outgoing_address 218.151.231.148…