Cloud Service >> Knowledgebase >> Dedicated Server >> How to Configure IP Addresses on a Windows Dedicated Server?
submit query

Cut Hosting Costs! Submit Query Today!

How to Configure IP Addresses on a Windows Dedicated Server?

Configuring IP addresses on a Windows Dedicated Server hosted with Cyfuture Cloud ensures reliable network connectivity, supports multiple services, and enhances security for your infrastructure. This guide provides Cyfuture Cloud customers with detailed, step-by-step instructions tailored for dedicated servers.

Direct Answer

Key Steps Overview:

- Log in via RDP with admin privileges.

- Access Network Adapter Properties through Control Panel or ncpa.cpl.

- Configure primary IP via IPv4 Properties: Set static IP, subnet mask (e.g., 255.255.255.0), gateway, and DNS (e.g., 8.8.8.8).

- Add additional IPs using Advanced TCP/IP Settings.

- Verify with ipconfig and test connectivity.​

Prerequisites

Before starting, ensure you have administrative access to your Cyfuture Cloud Windows Dedicated Server. RDP into the server using the primary IP provided in your Cyfuture Cloud dashboard. Gather network details from the Cyfuture Cloud control panel: main IP, additional IPs (if purchased), subnet mask, default gateway, and DNS servers. Cyfuture Cloud dedicated servers come pre-configured with a primary IP, but additional IPs require panel assignment first. Back up current settings via ipconfig /all > network_backup.txt to avoid disruptions.​

Static IPs are recommended for dedicated servers to maintain consistent hosting for websites, applications, or VPNs. Dynamic IPs via DHCP are unsuitable for production environments on Cyfuture Cloud plans.

Step-by-Step Configuration (Primary IP)

1. Open Network Connections: Press Windows + R, type ncpa.cpl, and hit Enter. Right-click your Ethernet adapter (e.g., "Ethernet" or "Local Area Connection") and select Properties.​

2. Access IPv4 Settings: Double-click "Internet Protocol Version 4 (TCP/IPv4)." Select "Use the following IP address." Enter:

- IP Address: Your Cyfuture Cloud assigned IP (e.g., 192.0.2.10).

- Subnet Mask: Typically 255.255.255.0.

- Default Gateway: Provided by Cyfuture (e.g., 192.0.2.1).

- Preferred DNS: 8.8.8.8; Alternate: 8.8.4.4.​

3. Apply Changes: Click OK, then Close. Restart the adapter or run ipconfig /renew in an elevated Command Prompt.

For IPv6, repeat under "Internet Protocol Version 6 (TCP/IPv6)" if enabled on your Cyfuture server.​

Adding Additional IP Addresses

Cyfuture Cloud allows multiple IPs per dedicated server for hosting multiple SSL sites or services.

1. Advanced Settings: In IPv4 Properties, click Advanced.

2. Add IP: Under IP addresses, click Add. Input new IP and subnet mask (e.g., IP: 192.0.2.11, Mask: 255.255.255.0). Repeat for more IPs.​

3. Gateway and DNS: Ensure gateway is set; multiple gateways use metric priority (lower number = higher priority).

4. PowerShell Alternative: For automation, use:

5. text

New-NetIPAddress -InterfaceAlias "Ethernet" -IPAddress 192.0.2.11 -PrefixLength 24 -DefaultGateway 192.0.2.1

6. Verify with Get-NetIPConfiguration.​

Cyfuture Cloud panels display all assignable IPs; assign them before server config.​

Using Command Line (Netsh)

For scripting or remote management on Cyfuture Dedicated Servers:

- Set IP: netsh interface ip set address "Ethernet" static 192.0.2.10 255.255.255.0 192.0.2.1 1

- Add IP: netsh interface ipv4 add address "Ethernet" 192.0.2.11 255.255.255.0

- DNS: netsh interface ip set dns "Ethernet" static 8.8.8.8

- Show config: netsh interface ip show config.​

Elevate PowerShell as admin for persistence across reboots.

Verification and Troubleshooting

- Run ipconfig /all to confirm IPs.

- Ping gateway and external (e.g., ping 8.8.8.8).

- Test ports: telnet yourIP 80.

- Common issues: Firewall blocks (disable Windows Firewall temporarily), wrong subnet, or unassigned IPs in Cyfuture panel. Restart server via Cyfuture dashboard if needed.​

Monitor via Event Viewer (Network events) or Cyfuture Cloud metrics for uptime.

Security Best Practices for Cyfuture Users

Bind services (IIS, Apache) to specific IPs. Use Windows Firewall to allow inbound only on necessary ports/IPs. Enable RDP only via VPN or secondary IP. Regularly update via Windows Update. Cyfuture Cloud offers DDoS protection; pair with IP restrictions.​

Conclusion

Mastering IP configuration on your Cyfuture Cloud Windows Dedicated Server unlocks scalable hosting, from single sites to multi-tenant environments. Follow these steps for seamless setup, leveraging Cyfuture's reliable infrastructure. Contact Cyfuture support 24/7 for custom IPs or issues—your dedicated server is optimized for performance.

Follow-Up Questions

Q1: How do I remove an additional IP?
A: In Network Adapter > IPv4 > Advanced, select the IP and click Remove. Apply changes and verify with ipconfig.​

Q2: Can I use DHCP on a dedicated server?
A: Not recommended; static IPs ensure stability. Switch via IPv4 Properties to "Obtain automatically," but revert for production.​

Q3: What if configuration fails post-reboot?
A: Check Cyfuture panel for IP status, ensure no MAC binding, and use netsh for persistent scripts.​

Q4: How to configure for IIS multiple sites?
A: In IIS Manager, edit site bindings to specific IPs. Restart IIS after network changes.​

Cut Hosting Costs! Submit Query Today!

Grow With Us

Let’s talk about the future, and make it happen!