From 6a0ae6cc5508b760a8f6f2f05ce9be18b2dc7531 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 10 Jun 2024 18:14:34 -0500 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index 2243c0a..002b233 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -735,7 +735,7 @@ RECONFIGURE_NETWORK(){ addresses: [10.10.4.20/16] gateway4: 10.10.0.1 nameservers: - addresses: [10.10.10.10,10.10.10.11,10.2.1.2] + addresses: [10.10.10.5,10.2.1.2] " > /etc/netplan/eth0.yaml >/dev/null 2>&1 fi netplan apply >/dev/null 2>&1 @@ -758,9 +758,8 @@ ONBOOT=yes IPADDR=10.10.4.20 PREFIX=16 GATEWAY=10.10.0.1 -DNS1=10.10.10.10 -DNS2=10.10.10.11 -DNS3=10.2.1.2 +DNS1=10.10.10.5 +DNS2=10.2.1.2 IPV6_DISABLED=yes " > /etc/sysconfig/network-scripts/ifcfg-eth0