Windows 11 not applying IP received from OpenVPN to interface
Posted: Mon Feb 05, 2024 5:52 pm
I'm able to login and get authenticated on the OpenVPN client. If I scroll down the OpenVPN client I do see it receives an IP address on the 192.168.100.X/24 network. I try to ping a server IP on the network and it times out. If I perform a tracert for a server IP and it goes out my local internet connection. I reviewed the OpenVPN logs and see,
netsh interface IP set address 23 metric=1
netsh interface IP set address 23 static 192.168.100.55 255.255.255.0 gateway=192.168.100.1 store=active
However, I open windows command prompt and did a route print. I see a 169.254.x.x IP as the interface for all subnets associated with the OpenVPN tunnel. I then did a ipconfig /all and I do see that 169.254.x.x for the "Unknown adapter Local Area Connection 2:" with description "TAP-Windows Adapter V9 for OpenVPN Connect." I tried to issue the command, ipconfig /renew "Unknown adapter Local Area Connection 2", and see the following message
Windows IP Configuration
The operation failed as no adapter is in the state permissible for
this operation.
This issue is happening only on two Windows 11 laptops for my organization that I am aware of. I have a coworker that has a similar model Windows 11 not experiencing this issue. I've checked and ensured we have the same windows 11 updates as well. Any help is greatly appearciated.
netsh interface IP set address 23 metric=1
netsh interface IP set address 23 static 192.168.100.55 255.255.255.0 gateway=192.168.100.1 store=active
However, I open windows command prompt and did a route print. I see a 169.254.x.x IP as the interface for all subnets associated with the OpenVPN tunnel. I then did a ipconfig /all and I do see that 169.254.x.x for the "Unknown adapter Local Area Connection 2:" with description "TAP-Windows Adapter V9 for OpenVPN Connect." I tried to issue the command, ipconfig /renew "Unknown adapter Local Area Connection 2", and see the following message
Windows IP Configuration
The operation failed as no adapter is in the state permissible for
this operation.
This issue is happening only on two Windows 11 laptops for my organization that I am aware of. I have a coworker that has a similar model Windows 11 not experiencing this issue. I've checked and ensured we have the same windows 11 updates as well. Any help is greatly appearciated.