explain ip
This commit is contained in:
parent
bad537bfa3
commit
d43866304d
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
||||||
networking.hostName = "tor";
|
networking.hostName = "tor";
|
||||||
systemd.network.networks = {
|
systemd.network.networks = {
|
||||||
"10-lan" = {
|
"10-lan" = {
|
||||||
|
# IPv4 settings are from `sudo dhcpcd --test`.
|
||||||
|
# IPv6 settings are from https://www.ssdvps.dk/knowledgebase/18/IPv6-Gateway.html.
|
||||||
name = "ens3";
|
name = "ens3";
|
||||||
address = [
|
address = [
|
||||||
"91.210.59.57/25"
|
"91.210.59.57/25"
|
||||||
|
|
Loading…
Reference in a new issue