1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-11-07 05:31:17 +01:00

ip address: added entry with geo-blocking section

This commit is contained in:
2024-11-06 04:58:52 +01:00
parent a84e7748c3
commit 429539617c
9 changed files with 40 additions and 13 deletions

View File

@@ -28,10 +28,10 @@ Disabling works accordingly by running:
ip link set wlan0 down
```
### Get Outside IP
### Get Outside IP Address
For VPN and other applications using a tunnel it can be useful to check the
outside IP of your system.
outside [IP address](/wiki/ip_address.md) of your system.
The following command uses the `dig` command.
It is either bundled in the `dig` package - like in
[Arch Linux](/wiki/linux/arch-linux.md) - or in the `dnsutils`

View File

@@ -8,7 +8,7 @@ linux system via YAML files.
### Add more IP addresses to a system
In the file `/etc/netplan/50-cloud-init.yaml` create an `addresses:` section
for a device (for example an ethernet device) and list the IP addresses you
for a device (for example an ethernet device) and list the [IP addresses](/wiki/ip_address.md) you
want to add to the system to it.
It has to be noted, that the added addresses should be outside of the DHCP
range of your router.