Initial commit
This commit is contained in:
12
files/network/eth.network
Normal file
12
files/network/eth.network
Normal file
@@ -0,0 +1,12 @@
|
||||
[Match]
|
||||
Name=eth0
|
||||
|
||||
[Network]
|
||||
DHCP=no
|
||||
Address=
|
||||
Gateway=
|
||||
DNS=
|
||||
DNS=
|
||||
Domains=
|
||||
NTP=
|
||||
NTP=
|
||||
14
files/network/eth0.network
Normal file
14
files/network/eth0.network
Normal file
@@ -0,0 +1,14 @@
|
||||
[Match]
|
||||
Name=eth0
|
||||
|
||||
[Network]
|
||||
RouteMetric=10
|
||||
IPv6PrivacyExtensions=true
|
||||
DHCP=no
|
||||
Address=
|
||||
Gateway=
|
||||
DNS=
|
||||
DNS=
|
||||
Domains=
|
||||
NTP=
|
||||
NTP=
|
||||
2
files/network/host.conf
Normal file
2
files/network/host.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
# spoof warn
|
||||
multi on
|
||||
1
files/network/hostname
Normal file
1
files/network/hostname
Normal file
@@ -0,0 +1 @@
|
||||
RaspberryPI
|
||||
6
files/network/hosts
Normal file
6
files/network/hosts
Normal file
@@ -0,0 +1,6 @@
|
||||
127.0.0.1 localhost
|
||||
127.0.1.1 RaspberryPI
|
||||
|
||||
::1 localhost ip6-localhost ip6-loopback
|
||||
ff02::1 ip6-allnodes
|
||||
ff02::2 ip6-allrouters
|
||||
2
files/network/interfaces
Normal file
2
files/network/interfaces
Normal file
@@ -0,0 +1,2 @@
|
||||
# Debian switched to systemd-networkd configuration files.
|
||||
# please configure your networks in '/etc/systemd/network/'
|
||||
12
files/network/wlan.network
Normal file
12
files/network/wlan.network
Normal file
@@ -0,0 +1,12 @@
|
||||
[Match]
|
||||
Name=wlan0
|
||||
|
||||
[Network]
|
||||
DHCP=no
|
||||
Address=
|
||||
Gateway=
|
||||
DNS=
|
||||
DNS=
|
||||
Domains=
|
||||
NTP=
|
||||
NTP=
|
||||
14
files/network/wlan0.network
Normal file
14
files/network/wlan0.network
Normal file
@@ -0,0 +1,14 @@
|
||||
[Match]
|
||||
Name=wlan0
|
||||
|
||||
[Network]
|
||||
RouteMetric=20
|
||||
IPv6PrivacyExtensions=true
|
||||
DHCP=no
|
||||
Address=
|
||||
Gateway=
|
||||
DNS=
|
||||
DNS=
|
||||
Domains=
|
||||
NTP=
|
||||
NTP=
|
||||
Reference in New Issue
Block a user