Projects STRLCPY NETworkManager Commits 0ddfc093
🤬
  • ■ ■ ■ ■ ■ ■
    docs/Documentation/01_Application/02_NetworkInterface.md
    skipped 17 lines
    18 18   
    19 19  In addition, further actions can be performed using the buttons at the bottom left:
    20 20   
    21  -- **Network connections...** - Opens the `Control Panel > Network and Internet > Network Connections` window
    22  -- **Flush DNS cache** - Flush the DNS cache (`ipconfig /flushdns`)
     21 +- **Network connections...** - Opens the `Control Panel > Network and Internet > Network Connections` window.
     22 +- **IP Scanner** - Opens the [IP Scanner](/Documentation/Application/IPScanner) tool and forwards the IPv4 address and subnetmask of the _selected_ network adapter.
     23 +- **Flush DNS cache** - Flush the DNS cache (`ipconfig /flushdns`).
    23 24  - **Release & Renew**
    24 25   - **IPv4**
    25  - - **Release & Renew** - Releases the current IPv4 addresses obtained via DHCP and renews them via DHCP for the _selected_ network adapter that is configured to automatically obtain an IPv4 address (`ipconfig /release && ipconfig /renew`)
    26  - - **Release** - Releases the current IPv4 addresses obtained via DHCP for the _selected_ network adapter that is configured to automatically obtain an IPv4 address. (`ipconfig /release`)
    27  - - **Renew** - Renews the current IPv4 address via DHCP for the _selected_ network adapter that is configured to automatically obtain an IPv4 address. (`ipconfig /renew`)
     26 + - **Release & Renew** - Releases the current IPv4 addresses obtained via DHCP and renews them via DHCP for the _selected_ network adapter that is configured to automatically obtain an IPv4 address (`ipconfig /release && ipconfig /renew <ADAPTER>`).
     27 + - **Release** - Releases the current IPv4 addresses obtained via DHCP for the _selected_ network adapter that is configured to automatically obtain an IPv4 address (`ipconfig /release <ADAPTER>`).
     28 + - **Renew** - Renews the current IPv4 address via DHCP for the _selected_ network adapter that is configured to automatically obtain an IPv4 address (`ipconfig /renew <ADAPTER>`).
    28 29   - **IPv6**
    29  - - **Release & Renew** - Releases the current IPv6 addresses obtained via DHCPv6 and renews them via DHCPv6 for the _selected_ adapter that ist configured to automatically obtain an IPv6 address (`ipconfig /release6 && ipconfig /renew6`)
    30  - - **Release** - Releases the current IPv6 addresses obtained via DHCPv6 for the _selected_ network adapter that is configured to automatically obtain an IPv6 address. (`ipconfig /release6`)
    31  - - **Renew** - Renews the current IPv6 address via DHCPv6 for the _selected_ network adapter that is configured to automatically obtain an IPv6 address. (`ipconfig /renew6`)
     30 + - **Release & Renew** - Releases the current IPv6 addresses obtained via DHCPv6 and renews them via DHCPv6 for the _selected_ adapter that ist configured to automatically obtain an IPv6 address (`ipconfig /release6 && ipconfig /renew6 <ADAPTER>`).
     31 + - **Release** - Releases the current IPv6 addresses obtained via DHCPv6 for the _selected_ network adapter that is configured to automatically obtain an IPv6 address (`ipconfig /release6 <ADAPTER>`).
     32 + - **Renew** - Renews the current IPv6 address via DHCPv6 for the _selected_ network adapter that is configured to automatically obtain an IPv6 address (`ipconfig /renew6 <ADAPTER>`).
    32 33   
    33 34  ![NetworkInterface_Information](02_NetworkInterface_Information.png)
    34 35   
    skipped 124 lines
  • docs/Documentation/01_Application/02_NetworkInterface_Information.png
Please wait...
Page is in error, reload to recover