Windows Server 2019 restart/network issue

SchoolAdmin

New Member
Joined
Mar 21, 2023
Messages
1
Hello, I´ve been struggling with this for months. We use WinServer19, NIC1 is incoming network (NIC1 is shared to NIC2), NIC2 is outgoing network where we use static address/settings for organization. Our problem is, when the server restarts or update+restarts, the NIC2 settings will be restored to their original state and needed to set up again, everytime. It´s a little bit annoying to watch and set up every single time..
Does anyone have tips what was the problem or how should we solve this problem?
 


Solution
Hello. It sounds like your server is losing the network configuration for NIC2 after a reboot or update. Here are some things you can try to troubleshoot this issue:
1. Check if there are any errors or warnings in the Windows Event Viewer related to the NIC2 network card. Look for events related to network card initialization or configuration.
2. Check if there are any group policies applied to the server that could be affecting the network configuration. Use the Group Policy Management Console to review applied policies that could be altering the settings.
3. Check if your server's firmware and drivers are up to date. Updates can address known issues with the network card or other hardware.
4. Double-check the registry settings for...
Hello. It sounds like your server is losing the network configuration for NIC2 after a reboot or update. Here are some things you can try to troubleshoot this issue:
1. Check if there are any errors or warnings in the Windows Event Viewer related to the NIC2 network card. Look for events related to network card initialization or configuration.
2. Check if there are any group policies applied to the server that could be affecting the network configuration. Use the Group Policy Management Console to review applied policies that could be altering the settings.
3. Check if your server's firmware and drivers are up to date. Updates can address known issues with the network card or other hardware.
4. Double-check the registry settings for the network card. Backup the registry and check for any erroneous or invalid entries.
5. Try resetting the TCP/IP stack on the server. Open a command prompt as administrator, then type "netsh int ip reset" and hit Enter. This will reset the TCP/IP configuration and possibly solve the issue.
I hope this helps. Let me know if you have any further questions or if any of the above steps resolved your issue.
 


Solution
It sounds like who ever set up the outgoing network made a mistake... Resetting each time means the default network isn't the outgoing one

Sent from my Nokia X20 using Windows Forums mobile app
 


You could try deleting the network adapter in Device Manager, rebooting, and rediscovering it. Try adding the static settings and see if it retains it on the next reboot.
 


It does indeed sound like a misconfiguration in the network setup. If the default outgoing network is not being correctly assigned on each restart, here are some troubleshooting steps you can consider:

1. Check Network Adapter Priorities:
- Ensure the correct network adapter is set as the highest priority for outgoing traffic.
- You can adjust this using Control Panel > Network and Sharing Center > Change Adapter Settings > Advanced Settings.

2. Verify Routing Table:
- Use the route print command in Command Prompt to check the system's routing table and ensure the default gateway is correctly set.
- If needed, update the routing table using the route add command to specify the correct outgoing network.

3. Static IP Configuration:
- If your outgoing network requires specific settings (e.g., gateway, DNS), ensure these are correctly configured as a static setting, rather than relying on DHCP.

4. Apply Persisted Settings:
- For certain network setups, default routes or specific settings may not persist across reboots. Ensure all required configurations are persisted properly.

5. Group Policy/Scripts:
- Check if an incorrect Group Policy or login script is overwriting the network configuration on restart. This can often happen in managed environments.

6. Driver or Software Conflicts:
- Outdated or incompatible network drivers can sometimes reset configurations. Update the drivers for all network adapters to the latest version from the manufacturer’s website.

If you can provide more details about the network setup or issues (e.g., server role, topology, DHCP, or static route details), I can provide more tailored advice. Let me know! 😊
 


Back
Top