From c76fdd60ed5e07b912ee50c3ee5b4b462b4125f9 Mon Sep 17 00:00:00 2001 From: Marrub Date: Sat, 11 May 2019 16:04:10 -0400 Subject: [PATCH] add network config --- 20-wired.network | 13 +++++++++++++ copy_scripts.sh | 1 + 2 files changed, 14 insertions(+) create mode 100644 20-wired.network diff --git a/20-wired.network b/20-wired.network new file mode 100644 index 0000000..e7a8a52 --- /dev/null +++ b/20-wired.network @@ -0,0 +1,13 @@ +[Match] +Name=enp1s0 + +[Network] +Description=Router +Address=192.168.1.2/24 +Address=2605:a000:1135:c4::2/64 +Gateway=192.168.1.1 +Gateway=fe80::daa7:56ff:fe95:94b2 +DNS=2001:4860:4860::8888 +DNS=2001:4860:4860::8844 +DNS=8.8.8.8 +DNS=8.8.4.4 diff --git a/copy_scripts.sh b/copy_scripts.sh index 37fc0fc..602351e 100755 --- a/copy_scripts.sh +++ b/copy_scripts.sh @@ -14,4 +14,5 @@ $HOME/.xprofile xprofile $HOME/.cargo/config cargo $HOME/.config/pacman/makepkg.conf makepkg.conf $HOME/.config/kitty/kitty.conf kitty.conf +/etc/systemd/network/* . END