added temporary network config file

This will be used to check if the machine has internet access.
This commit is contained in:
Pranav Jerry 2021-09-24 12:42:13 +05:30
parent ea283a3247
commit 9171b942db
Signed by: pranav
GPG Key ID: F1DCDC4FED0A0C5B
1 changed files with 5 additions and 13 deletions

View File

@ -1,17 +1,9 @@
# Ah! This is where the magic happens!
# This is the interface userspace applications will be using to
# communicate with others devices
# This is used to check if any ethernet or USB ethernet ports
# is connected to a router or some other device with a DHCP server.
# After checking, this file is no longer needed.
[Match]
Name=bridge0
Name=eth*
Name=en*
[Network]
# use DHCP to assign an IP
DHCP=yes
# if DHCP fails, assign a random address
LinkLocalAddressing=yes
# LLMNR and MulticastDNS are used for hostname discovery
LLMNR=yes
MulticastDNS=yes