All tag results for ‘IPv4’
January 10th, 2009 · No Comments · 396 views
In a network environment, you configure a virtual private network (VPN) connection item by using a Group Policy setting. You select Create or Update as the action for the Group Policy to perform. When you log on to the domain from a Windows Vista-based client computer, the Group Policy setting is applied successfully, and you see that the VPN connection item is created in the Network Connections. However, when you try to use this VPN connection to connect to a network, the connection may fail. If you right-click the VPN connection item in Network Connection and then click Properties, you see that the Internet Protocol Version 6 (TCP/IPv6) and Internet Protocol Version 4 (TCP/IPv4) check boxes are not selected.
Notes:
- If the action for the Group Policy is “Create,” IPv4 and IPv6 are disabled when the connection is created. If you manually enable IPv4 and IPv6, they will stay enabled even after you change the connection in a Group Policy Object and then update Group Policy.
- If the action for the Group Policy is “Update,” IPv4 and IPv6 are disabled every time that the Group Policy is updated on that workstation.
March 18th, 2008 · No Comments · 925 views
September 21st, 2007 · No Comments · 1,013 views
In Windows Vista, the TCP/IPv4 default gateway address is deleted when you use the Netsh command-line tool to configure the network interface IP address for the Dynamic Host Configuration Protocol (DHCP).
For example, you type the following command at a command prompt:
netsh interface ipv4 set address name=”Local Area Connection” source=dhcp
If you check the default gateway address by using the ipconfig command, you see that the IPv4 default gateway address is deleted.
Note: This problem occurs if the network interface has already configured by using DHCP.
February 24th, 2007 · No Comments · 749 views
In the properties dialog box for a network adapter, the TCP/IP Version 4 (TCP/IPv4) protocol appears to be enabled even when it is disabled. The Internet Protocol Version 4 (TCP/IPv4) check box is selected.
February 24th, 2007 · No Comments · 724 views
You run the following command to disable the TCP/IP Version 4 (TCP/IPv4) protocol on all network connections on a Windows Vista-based computer:
netsh interface IPV4 uninstall
You restart the computer, and then you view the properties of a network connection in Control Panel.
However, the Internet Protocol Version 4 (TCP/IPv4) check box is still selected. Therefore, the properties of the network connection incorrectly show that the TCP/IPv4 protocol is enabled. This behavior occurs even though you disabled the protocol from all network connections on the computer.