How to set Static IP for MS SharePoint

Saeed Khalili 0 Reputation points
2023-06-06T08:48:26.14+00:00

Hello every one.

I have a MS Server 2019 and a MS Share point on it, now I want to set an Static IP for it to have external access.

What is the solution?

Windows for business | Windows Client for IT Pros | Storage high availability | Virtualization and Hyper-V
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Khaled Elsayed Mohamed 1,335 Reputation points
    2023-06-07T11:53:17.5666667+00:00

    Hi

    To set a static IP address for your Windows Server 2019 virtual machine in Hyper-V, you can follow these steps:

    Open the virtual machine settings: In Hyper-V Manager, right-click on the virtual machine and select "Settings."

    Configure network adapter settings: In the virtual machine settings window, select the network adapter from the list on the left.

    Enable the network adapter if it's not already enabled: Ensure that the network adapter is checked and enabled.

    Set the connection type: Choose the appropriate connection type for your network setup. If you want external access, select "External" and choose the physical network adapter that connects to the external network.

    Configure IP settings: Select the "IPv4 Address" option and choose "Static." Then, specify the desired IP address, subnet mask, default gateway, and DNS server(s) based on your network configuration. Enter the appropriate values for your network setup.

    Apply the settings: Click "OK" to save the changes and apply the static IP address to the virtual machine.

    After applying the static IP address configuration, the Windows Server 2019 virtual machine should use the specified IP address for external access. Ensure that the IP address you assign is within the valid range for your network and does not conflict with any other devices or systems on the network.

    Remember to configure any necessary firewall rules or port forwarding on your network infrastructure to allow external access to the virtual machine using the assigned static IP address.

    0 comments No comments

  2. Limitless Technology 44,766 Reputation points
    2023-06-07T12:07:22.76+00:00

    Hello there,

    You could use an Azure API gateway and put a static IP on that.

    Feature-based comparison of the Azure API Management tiers

    https://learn.microsoft.com/en-us/azure/api-management/api-management-features

    You would also have a random VM running in Azure/AWS with a static IP that fetches data from the third-party service.

    Hope this resolves your Query !!

    --If the reply is helpful, please Upvote and Accept it as an answer--

    0 comments No comments

  3. Anonymous
    2023-06-07T14:38:44.3433333+00:00

    You can create an external vSwitch. When you create a new external vSwitch the internet protocols are removed from the adapter and the Hyper-V Extensible Switch protocol is added turning that physical port into a multi-port virtual switch. Connect your VMs to this vSwitch and use each VM's vEthernet to configure the addressing in the exact same manner as if it were a physical NIC.

    --please don't forget to upvote and Accept as answer if the reply is helpful--


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.