How to find my VPN client IP in windows
        Posted  
        
            by cateof
        on Super User
        
        See other posts from Super User
        
            or by cateof
        
        
        
        Published on 2010-02-25T11:05:29Z
        Indexed on 
            2010/04/09
            7:03 UTC
        
        
        Read the original article
        Hit count: 398
        
When I run ipconfig and I get the following:
C:\Documents and Settings\grmsrh14>ipconfig
Windows IP Configuration
Ethernet adapter Wireless Network Connection:
        Media State . . . . . . . . . . . : Media disconnected
Ethernet adapter Local Area Connection:
        Connection-specific DNS Suffix  . :
        IP Address. . . . . . . . . . . . : 112.25.2.222
        Subnet Mask . . . . . . . . . . . : 255.255.254.0
        Default Gateway . . . . . . . . . : 112.25.2.1
        DHCP Class ID . . . . . . . . . . : rise
Ethernet adapter Local Area Connection 2:
        Media State . . . . . . . . . . . : Media disconnected
PPP adapter my_lab:
        Connection-specific DNS Suffix  . :
        IP Address. . . . . . . . . . . . : 10.2.251.41
        Subnet Mask . . . . . . . . . . . : 255.255.255.255
        Default Gateway . . . . . . . . . :
Is there a command that prints only the my_lab(VPN) IP address, ie 10.2.251.41?
© Super User or respective owner