Skip to content

Commit

Permalink
Docs: Add #2046 #2043 (#2047)
Browse files Browse the repository at this point in the history
  • Loading branch information
BornToBeRoot committed Mar 19, 2023
1 parent bc507a2 commit 0ddfc09
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions docs/Documentation/01_Application/02_NetworkInterface.md
Expand Up @@ -18,17 +18,18 @@ On the **Information** tab, you can see all the important details of the selecte

In addition, further actions can be performed using the buttons at the bottom left:

- **Network connections...** - Opens the `Control Panel > Network and Internet > Network Connections` window
- **Flush DNS cache** - Flush the DNS cache (`ipconfig /flushdns`)
- **Network connections...** - Opens the `Control Panel > Network and Internet > Network Connections` window.
- **IP Scanner** - Opens the [IP Scanner](/Documentation/Application/IPScanner) tool and forwards the IPv4 address and subnetmask of the _selected_ network adapter.
- **Flush DNS cache** - Flush the DNS cache (`ipconfig /flushdns`).
- **Release & Renew**
- **IPv4**
- **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`)
- **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`)
- **Renew** - Renews the current IPv4 address via DHCP for the _selected_ network adapter that is configured to automatically obtain an IPv4 address. (`ipconfig /renew`)
- **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>`).
- **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>`).
- **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>`).
- **IPv6**
- **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`)
- **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`)
- **Renew** - Renews the current IPv6 address via DHCPv6 for the _selected_ network adapter that is configured to automatically obtain an IPv6 address. (`ipconfig /renew6`)
- **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>`).
- **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>`).
- **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>`).

![NetworkInterface_Information](02_NetworkInterface_Information.png)

Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0ddfc09

Please sign in to comment.