Questions tagged [static-ip]

A static IP address is assigned to a device on a permanent basis. The IP address is not expected to change frequently or at all. This addressing method is commonly used for servers and other devices for which the address must be well-known.

A static IP address is assigned to a device on a permanent basis. The IP address is not expected to change frequently or at all. This addressing method is commonly used for servers and other devices for which the address must be well-known.

318 questions
-1
votes
2 answers

Is it possible to point multiple domains to multiple static IP's on a single system?

I'm currently running the latest version of Ubuntu Server. I currently am pointing my subdomain to my static IP address. I have 5 static IP's and I'm wondering how I could use all static IP's at once so I can give each domain its own IP. If not, is…
-1
votes
1 answer

Cannot ping, neither can use the server as the DNS. but can ssh to the server from any IP address

I have a server that holds my server services. I'm able to ssh to the server: ssh root@example.com enter password: root@example:# But, I can't ping the server: $ ping example.com PING example.com (1.2.3.14):56 data bytes Request timeout for…
Vijit Jain
  • 86
  • 3
  • 15
-1
votes
3 answers

Set static IP to a server behind the NAT

In my company, we just bought a server and now we want to set a static IP to it. Well, I've contacted my ISP and they said that they can give me static IP. So far, so good. My question is, where should I point this IP? Should it point to a router…
intelis
  • 175
  • 2
  • 11
-1
votes
3 answers

Need a stable IP to ssh from

This is probably a dumb question as I am a developer rather that a sysadmin, but here is my situation: I have a client for whom I created a site hosted on a server in the cloud. I configured hosts.deny to deny all and hosts.allow to accept only…
nedblorf
  • 109
  • 2
-1
votes
2 answers

VPN To Provide A Static IP Address

We are developing on a server with a client whose network does not have a VPN and restricts access to the server by a whitelist IP list. Many of our team members do not have static IP addresses as they are fairly mobile and many are working from…
-1
votes
2 answers

Mixing Static and DHCP addresses on Cisco WRVS4400N

I am setting up a small network at work on sunday. (Work is still a restaurant, haven't gotten a tech job yet.) I will deploying a server, a new terminal and redoing all of the existing, sloppy networking. My networking hardware will be a Cisco…
-1
votes
1 answer

Assigning IP to a small office network

I need to assign static ip address to a network with the following specification: There are 6 set(12 nos.) of sub-networks. Each set has a Primary and a Redundant network loops with Server having Win-2003 server and clients with Win-XP Now I need…
Vicky
  • 171
  • 1
  • 11
-1
votes
2 answers

DNS shows wrong IP addresses on different machines

I have a very weird problem when I try to resolve my domain ( wiki.stroeersocialpublishing.de ) with a static IP. On some machines the DNS shows the correct IP ( 99.81.177.226 ) and on other machines the DNS shows different IPs that are wrong. It's…
-1
votes
2 answers

Access router admin page with static IP

I have a static IP and can access my servers from the outside world by port mapping. For e.g.: A service running on the 192.168.1.98:8080, can be accessed by going to {Static_IP}:8080, if I have mapped 8080 of the 192.168.1.98 to 8080 external…
Saki Osive
  • 99
  • 3
-1
votes
1 answer

Asus OpenVPN Server Static IP

I follow Static IPs for Asus router VPN clients. Still unable to let the client get static ip My method of executing openvpn is sudo openvpn --config /etc/openvpn/client/client.ovpn SSH connect to Asus Router Go to the jffs folder, mkdir…
dudulu
  • 99
  • 1
-2
votes
2 answers

How to find a static IP and MAC address(or a device that reject any request like ping) on a network

I have a windows 10 PC and if I enable network discovery or set a static IP to the PC I'm not able to find it's IP address or MAC address from my OpenWRT router using arp table or dhcp.lease. Like I said I have OpenWRT router so I don't have so much…
-2
votes
1 answer

How to use a static IP from google cloud as a proxy in an ssh tunnel to 3rd party

I need to setup a static IP for 3rd parties to whitelist, and I need to use that IP from my laptop to connect to that 3rd party using SFTP and / or SSH. I'm thinking that I need to create a static IP in google cloud, and then somehow setup a proxy…
-2
votes
2 answers

Can a static IP be shared?

I would like to block a specific business from visiting my website. I know that they are on a static IP address as a business. When a business is given a static IP address, is this unique to them? I don't want to risk blocking other individuals from…
Sam
  • 101
  • 3
-2
votes
1 answer

Python and java static IP

I have a Python server. Each time I change the network the IP changes. I want it to have a static IP over all networks so it can receive data without customizing the code every time. I want to do the same for a Java server too.
Omar Amr
  • 101
-2
votes
1 answer

SMTP Server with dynamic / Static IP

I have 3 servers and 3 IP's. Server 1 - Static IP - 111.111.111.111 Server 2 - Static IP - 222.222.222.222 Server 3 - Dynamic IP - 333.333.333.333 Now Server 3 is always assigned the IP 333.333.333.333 because it's the only one left, the two others…
Epodax
  • 121
  • 8