question

MohammedNadeem-8457 avatar image
0 Votes"
MohammedNadeem-8457 asked MohammedNadeem-8457 answered

Virtual Server IP address Issue

Hi

We have exchange server 2013 as virtual server on hyper-V.

We are facing issue that server IP is pinging and able to take remote as well but when we go to lan card setting and click on IPv4 properties.
It shows obatain an Ip address automatically selected and NO IP has been assign.

windows-server-hyper-vwindows-server-2012
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Open an admin command prompt and run "ipconfig /all". What does that show?

0 Votes 0 ·

Hi Mohammed,

I would like to check if the reply could be of help? If yes, please help accept answer, so that others meet a similar issue can find useful information quickly. If you have any other concerns or questions, please feel free to feedback.

Best Regards,
Danny

0 Votes 0 ·
MohammedNadeem-8457 avatar image
0 Votes"
MohammedNadeem-8457 answered MotoX80 commented

Below is the result:

Windows IP Configuration

Host Name . . . . . . . . . . . . : HOSTNAME
Primary Dns Suffix . . . . . . . : xyz.com
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : XYZ.com

Ethernet adapter Ethernet:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Microsoft Hyper-V Network Adapter #6
Physical Address. . . . . . . . . : 00-15-5D-FA-8B-7A
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
IPv4 Address. . . . . . . . . . . : 192.168.1.142(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1
DNS Servers . . . . . . . . . . . : 192.168.1.2
192.168.1.5
NetBIOS over Tcpip. . . . . . . . : Enabled

Tunnel adapter Local Area Connection* 11:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Microsoft Failover Cluster Virtual Adapte
r
Physical Address. . . . . . . . . : 02-86-5C-53-58-00
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::6846:1f84:46c5:cec6%14(Preferred)
IPv4 Address. . . . . . . . . . . : 169.254.1.93(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.0.0
Default Gateway . . . . . . . . . :
DHCPv6 IAID . . . . . . . . . . . : 235046492
DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-27-20-95-E8-00-15-5D-FA-87-67

NetBIOS over Tcpip. . . . . . . . : Disabled


· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Ethernet adapter Ethernet:
DHCP Enabled. . . . . . . . . . . : No
IPv4 Address. . . . . . . . . . . : 192.168.1.142(Preferred)


You don't have DHCP enabled and it's set to a fixed address. Is that what you expect? Does that match what you have registered in DNS? Was some admin playing around with the settings? Is this a new server that you are trying to set up or did someone just notice this problem?

Maybe try a reboot and see if that clears it up.

0 Votes 0 ·
YuhanDeng-MSFT avatar image
0 Votes"
YuhanDeng-MSFT answered

Hi Mohammed,
To deploy DHCP using powershell you can refer to this:
https://docs.microsoft.com/en-us/windows-server/networking/technologies/dhcp/dhcp-deploy-wps
Also I noticed that there’s an IP address configuration that might be incorrect:


If you’re using fixed IP address,would you try changing it to 192.168.XXX.XXX?
If the issue remains, please check the event logs and see if there’s anything relevant to it.

Thanks for your time.
Best Regards,
Danny


If the Answer is helpful, please click "Accept Answer" and upvote it.

Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

MohammedNadeem-8457 avatar image
0 Votes"
MohammedNadeem-8457 answered MotoX80 commented

We have 2 LAN card earlier on this server and 1 LAN card has been deleted. If we assign IP manually in ethernet adapter we are able to access and ping the server with the assigned IP without any issue but if we check ethernet properties IP v4 its always shows obtained IP automatically. We have already checked in registry interface and deleted second ghosted LAN card from device manager (hidden devices) but issue still persist.

· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Have you rebooted?

Set the view to detailed and try running "Diagnose this connection".

119893-capture.jpg


0 Votes 0 ·
capture.jpg (33.9 KiB)
YuhanDeng-MSFT avatar image
0 Votes"
YuhanDeng-MSFT answered YuhanDeng-MSFT edited

Hi Mohammed,
I did some research and based on my understanding, this issue could be caused by the IP address conflict.
To deal with it, you can try setting a new ip for the LAN card you’re using. Please avoid using the same ip with the card you deleted. You can use ipconfig/all to check the ip addresses you‘ve set.

Also if you want to resolve the issue from the DHCP aspect, you might want to refer to this article:
https://support.microsoft.com/en-us/windows/change-tcp-ip-settings-bd0a07af-15f5-cd6a-363f-ca2b6f391ace

If the issue remains after all the above settings, please check the event logs and see if there’s any event relevant to this issue, you can find the logs by event viewer:
119754-image.png

Thanks for your time.
Best Regards,
Danny


If the Answer is helpful, please click "Accept Answer" and upvote it.

Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.



image.png (105.5 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

MohammedNadeem-8457 avatar image
0 Votes"
MohammedNadeem-8457 answered MohammedNadeem-8457 edited

HI,

We can't change the IP of server with new IP as it is running the exchange server.

Moreover we deleted the LAN card and created new and assign the IP but still issue persist.

I think that 1st LAN card setting still there in system.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

MohammedNadeem-8457 avatar image
0 Votes"
MohammedNadeem-8457 answered

Hi

Anyone who can assist us to resolve this issue.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.