Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Setting up a Static IP Address?
I am trying to set up a Static IP address for a server. I have done this before, but had to reset my modem because I forgot the password for something (Not the password to get onto the router though, I was able to port forward).
So I have portforwarded everything, and as I am setting up the static IP address, I am in the Internet Protocol Version 4 (TCP/IPv4) properties and I tell it to use the following IP address. I put in my IP for the IP address, the Subnet mask automatically fills in, and the default gateway, which for me is 192.168.0.1. Then I go into the ipconfig/all in command prompt and type in the Preferred and Alternate DNS server IPs.
I click Validate settings upon exit, and when I exit, I get a message;
"Warning - Multiple default gateways are intended to provide redundancy to a single network (such as an intranet or the Internet). They will not function properly when the gateways are on two separate, disjoint networks (such as one on your intranet and one on the Internet). Do you want to save this configuration?"
I have no idea what that means, and never had this problem before. What am I doing wrong and how can I fix it?
3 Answers
- 7 years agoFavorite Answer
As long as your IP, the DNS, and the default gateway are all on the same subnet, this should not happen. As an example, the below settings would work:
IP: 192.168.1.10
DNS: 192.168.1.60
Default gateway: 192.168.1.100
This would not work:
IP: 192.168.1.10
DNS: 192.168.1.60
Default gateway: 10.0.0.1
- 7 years ago
If default gateway is configured on router the area local connection should be checked to obtain IP Address Automatically. Restart your computer.
Source(s): Personal Experience. - 7 years ago
Guessing that your server has more than one NICs, you probably have set both of them to the same gateway. I think you can safely ignore this.